Package org.terracotta.offheapstore
-
Interface Summary Interface Description HashingMap<K,V> Interface of all map implementations based on hash-coding.MapInternals Segment<K,V> Implemented by maps that can be used as segments in a concurrent map. -
Class Summary Class Description AbstractLockedOffHeapHashMap<K,V> An abstract locked off-heap map.AbstractOffHeapClockCache<K,V> An abstract off-heap cache implementation.Metadata MetadataTuple<V> OffHeapHashMap<K,V> A hash-table implementation whose table is stored in an NIO direct buffer.OffHeapHashMap.PendingPage ReadWriteLockedOffHeapClockCache<K,V> A concurrent-read, exclusive-write off-heap clock cache.ReadWriteLockedOffHeapHashMap<K,V> A concurrent-read, exclusive-write off-heap hash-map.WriteLockedOffHeapClockCache<K,V> An exclusive-read/write off-heap clock cache.WriteLockedOffHeapHashMap<K,V> An exclusive-read/write off-heap hash-map.