Package org.terracotta.offheapstore

Interface Summary
MapInternals  
Segment<K,V> Implemented by maps that can be used as segments in a concurrent map.
 

Class Summary
AbstractLockedOffHeapHashMap<K,V> An abstract locked off-heap map.
AbstractOffHeapClockCache<K,V> An abstract off-heap cache implementation.
Metadata  
OffHeapHashMap<K,V> A hash-table implementation whose table is stored in an NIO direct buffer.
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.
 



Copyright © 2015. All Rights Reserved.