Uses of Package
org.terracotta.offheapstore

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

Classes in org.terracotta.offheapstore used by org.terracotta.offheapstore
AbstractLockedOffHeapHashMap
          An abstract locked off-heap map.
AbstractOffHeapClockCache
          An abstract off-heap cache implementation.
HashingMap
          Interface of all map implementations based on hash-coding.
MapInternals
           
MetadataTuple
           
OffHeapHashMap
          A hash-table implementation whose table is stored in an NIO direct buffer.
Segment
          Implemented by maps that can be used as segments in a concurrent map.
 

Classes in org.terracotta.offheapstore used by org.terracotta.offheapstore.concurrent
AbstractOffHeapClockCache
          An abstract off-heap cache implementation.
HashingMap
          Interface of all map implementations based on hash-coding.
MapInternals
           
MetadataTuple
           
ReadWriteLockedOffHeapClockCache
          A concurrent-read, exclusive-write off-heap clock cache.
ReadWriteLockedOffHeapHashMap
          A concurrent-read, exclusive-write off-heap hash-map.
Segment
          Implemented by maps that can be used as segments in a concurrent map.
WriteLockedOffHeapClockCache
          An exclusive-read/write off-heap clock cache.
WriteLockedOffHeapHashMap
          An exclusive-read/write off-heap hash-map.
 

Classes in org.terracotta.offheapstore used by org.terracotta.offheapstore.disk.persistent
AbstractLockedOffHeapHashMap
          An abstract locked off-heap map.
AbstractOffHeapClockCache
          An abstract off-heap cache implementation.
HashingMap
          Interface of all map implementations based on hash-coding.
MapInternals
           
OffHeapHashMap
          A hash-table implementation whose table is stored in an NIO direct buffer.
Segment
          Implemented by maps that can be used as segments in a concurrent map.
 

Classes in org.terracotta.offheapstore used by org.terracotta.offheapstore.eviction
AbstractLockedOffHeapHashMap
          An abstract locked off-heap map.
AbstractOffHeapClockCache
          An abstract off-heap cache implementation.
HashingMap
          Interface of all map implementations based on hash-coding.
MapInternals
           
OffHeapHashMap
          A hash-table implementation whose table is stored in an NIO direct buffer.
ReadWriteLockedOffHeapClockCache
          A concurrent-read, exclusive-write off-heap clock cache.
Segment
          Implemented by maps that can be used as segments in a concurrent map.
WriteLockedOffHeapClockCache
          An exclusive-read/write off-heap clock cache.
 

Classes in org.terracotta.offheapstore used by org.terracotta.offheapstore.pinning
HashingMap
          Interface of all map implementations based on hash-coding.
MapInternals
           
Segment
          Implemented by maps that can be used as segments in a concurrent map.
 

Classes in org.terracotta.offheapstore used by org.terracotta.offheapstore.set
OffHeapHashMap
          A hash-table implementation whose table is stored in an NIO direct buffer.
 



Copyright © 2016. All Rights Reserved.