Uses of Interface
org.terracotta.offheapstore.HashingMap

Packages that use HashingMap
org.terracotta.offheapstore   
org.terracotta.offheapstore.concurrent   
org.terracotta.offheapstore.disk.persistent   
org.terracotta.offheapstore.eviction   
org.terracotta.offheapstore.pinning   
 

Uses of HashingMap in org.terracotta.offheapstore
 

Subinterfaces of HashingMap in org.terracotta.offheapstore
 interface Segment<K,V>
          Implemented by maps that can be used as segments in a concurrent map.
 

Classes in org.terracotta.offheapstore that implement HashingMap
 class AbstractLockedOffHeapHashMap<K,V>
          An abstract locked off-heap map.
 class AbstractOffHeapClockCache<K,V>
          An abstract off-heap cache implementation.
 class OffHeapHashMap<K,V>
          A hash-table implementation whose table is stored in an NIO direct buffer.
 class ReadWriteLockedOffHeapClockCache<K,V>
          A concurrent-read, exclusive-write off-heap clock cache.
 class ReadWriteLockedOffHeapHashMap<K,V>
          A concurrent-read, exclusive-write off-heap hash-map.
 class WriteLockedOffHeapClockCache<K,V>
          An exclusive-read/write off-heap clock cache.
 class WriteLockedOffHeapHashMap<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
 class AbstractConcurrentOffHeapCache<K,V>
           
 class AbstractConcurrentOffHeapMap<K,V>
          An abstract concurrent (striped) off-heap map.
 class ConcurrentOffHeapClockCache<K,V>
          A striped concurrent-read/exclusive-write clock cache.
 class ConcurrentOffHeapHashMap<K,V>
          A striped concurrent-read/exclusive-write map.
 class ConcurrentWriteLockedOffHeapClockCache<K,V>
          A striped exclusive-read/write clock cache.
 class ConcurrentWriteLockedOffHeapHashMap<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
 class AbstractPersistentConcurrentOffHeapCache<K,V>
           
 class AbstractPersistentConcurrentOffHeapMap<K,V>
           
 class AbstractPersistentLockedOffHeapHashMap<K,V>
           
 class AbstractPersistentOffHeapCache<K,V>
           
 class PersistentConcurrentOffHeapClockCache<K,V>
           
 class PersistentConcurrentOffHeapHashMap<K,V>
           
 class PersistentReadWriteLockedOffHeapClockCache<K,V>
           
 class PersistentReadWriteLockedOffHeapHashMap<K,V>
           
 

Uses of HashingMap in org.terracotta.offheapstore.eviction
 

Classes in org.terracotta.offheapstore.eviction that implement HashingMap
 class EvictionListeningReadWriteLockedOffHeapClockCache<K,V>
           
 class EvictionListeningWriteLockedOffHeapClockCache<K,V>
           
 

Uses of HashingMap in org.terracotta.offheapstore.pinning
 

Subinterfaces of HashingMap in org.terracotta.offheapstore.pinning
 interface PinnableSegment<K,V>
           
 



Copyright © 2016. All rights reserved.