Package org.terracotta.offheapstore
package org.terracotta.offheapstore
-
ClassDescriptionAn abstract locked off-heap map.An abstract off-heap cache implementation.HashingMap<K,
V> Interface of all map implementations based on hash-coding.OffHeapHashMap<K,V> A hash-table implementation whose table is stored in an NIO direct buffer.A concurrent-read, exclusive-write off-heap clock cache.A concurrent-read, exclusive-write off-heap hash-map.Segment<K,V> Implemented by maps that can be used as segments in a concurrent map.An exclusive-read/write off-heap clock cache.An exclusive-read/write off-heap hash-map.