Uses of Interface
org.terracotta.offheapstore.HashingMap
-
-
Uses of HashingMap in org.terracotta.offheapstore
Subinterfaces of HashingMap in org.terracotta.offheapstore Modifier and Type Interface Description interfaceSegment<K,V>Implemented by maps that can be used as segments in a concurrent map.Classes in org.terracotta.offheapstore that implement HashingMap Modifier and Type Class Description classAbstractLockedOffHeapHashMap<K,V>An abstract locked off-heap map.classAbstractOffHeapClockCache<K,V>An abstract off-heap cache implementation.classOffHeapHashMap<K,V>A hash-table implementation whose table is stored in an NIO direct buffer.classReadWriteLockedOffHeapClockCache<K,V>A concurrent-read, exclusive-write off-heap clock cache.classReadWriteLockedOffHeapHashMap<K,V>A concurrent-read, exclusive-write off-heap hash-map.classWriteLockedOffHeapClockCache<K,V>An exclusive-read/write off-heap clock cache.classWriteLockedOffHeapHashMap<K,V>An exclusive-read/write off-heap hash-map. -
Uses of HashingMap in org.terracotta.offheapstore.concurrent
Classes in org.terracotta.offheapstore.concurrent that implement HashingMap Modifier and Type Class Description classAbstractConcurrentOffHeapCache<K,V>classAbstractConcurrentOffHeapMap<K,V>An abstract concurrent (striped) off-heap map.classConcurrentOffHeapClockCache<K,V>A striped concurrent-read/exclusive-write clock cache.classConcurrentOffHeapHashMap<K,V>A striped concurrent-read/exclusive-write map.classConcurrentWriteLockedOffHeapClockCache<K,V>A striped exclusive-read/write clock cache.classConcurrentWriteLockedOffHeapHashMap<K,V>A striped exclusive-read/write map. -
Uses of HashingMap in org.terracotta.offheapstore.disk.persistent
Classes in org.terracotta.offheapstore.disk.persistent that implement HashingMap Modifier and Type Class Description classAbstractPersistentConcurrentOffHeapCache<K,V>classAbstractPersistentConcurrentOffHeapMap<K,V>classAbstractPersistentLockedOffHeapHashMap<K,V>classAbstractPersistentOffHeapCache<K,V>classPersistentConcurrentOffHeapClockCache<K,V>classPersistentConcurrentOffHeapHashMap<K,V>classPersistentReadWriteLockedOffHeapClockCache<K,V>classPersistentReadWriteLockedOffHeapHashMap<K,V> -
Uses of HashingMap in org.terracotta.offheapstore.eviction
Classes in org.terracotta.offheapstore.eviction that implement HashingMap Modifier and Type Class Description classEvictionListeningReadWriteLockedOffHeapClockCache<K,V>classEvictionListeningWriteLockedOffHeapClockCache<K,V> -
Uses of HashingMap in org.terracotta.offheapstore.pinning
Subinterfaces of HashingMap in org.terracotta.offheapstore.pinning Modifier and Type Interface Description interfacePinnableSegment<K,V>
-