Uses of Interface
org.terracotta.offheapstore.pinning.PinnableSegment

Packages that use PinnableSegment
org.terracotta.offheapstore   
org.terracotta.offheapstore.concurrent   
org.terracotta.offheapstore.disk.persistent   
org.terracotta.offheapstore.eviction   
 

Uses of PinnableSegment in org.terracotta.offheapstore
 

Classes in org.terracotta.offheapstore that implement PinnableSegment
 class AbstractOffHeapClockCache<K,V>
          An abstract off-heap cache implementation.
 class ReadWriteLockedOffHeapClockCache<K,V>
          A concurrent-read, exclusive-write off-heap clock cache.
 class WriteLockedOffHeapClockCache<K,V>
          An exclusive-read/write off-heap clock cache.
 

Uses of PinnableSegment in org.terracotta.offheapstore.concurrent
 

Methods in org.terracotta.offheapstore.concurrent that return PinnableSegment
protected  PinnableSegment<K,V> AbstractConcurrentOffHeapCache.segmentFor(Object key)
           
 

Constructor parameters in org.terracotta.offheapstore.concurrent with type arguments of type PinnableSegment
AbstractConcurrentOffHeapCache(Factory<? extends PinnableSegment<K,V>> segmentFactory)
           
 

Uses of PinnableSegment in org.terracotta.offheapstore.disk.persistent
 

Classes in org.terracotta.offheapstore.disk.persistent that implement PinnableSegment
 class AbstractPersistentOffHeapCache<K,V>
           
 class PersistentReadWriteLockedOffHeapClockCache<K,V>
           
 

Constructor parameters in org.terracotta.offheapstore.disk.persistent with type arguments of type PinnableSegment
AbstractPersistentConcurrentOffHeapCache(Factory<? extends PinnableSegment<K,V>> segmentFactory)
          Create a concurrent map using a default number of segments.
AbstractPersistentConcurrentOffHeapCache(Factory<? extends PinnableSegment<K,V>> segmentFactory, int concurrency)
          Create a concurrent map with a defined number of segments.
 

Uses of PinnableSegment in org.terracotta.offheapstore.eviction
 

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



Copyright © 2016. All rights reserved.