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

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

Uses of PinnableCache in org.terracotta.offheapstore
 

Classes in org.terracotta.offheapstore that implement PinnableCache
 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 PinnableCache in org.terracotta.offheapstore.concurrent
 

Classes in org.terracotta.offheapstore.concurrent that implement PinnableCache
 class AbstractConcurrentOffHeapCache<K,V>
           
 class ConcurrentOffHeapClockCache<K,V>
          A striped concurrent-read/exclusive-write clock cache.
 class ConcurrentWriteLockedOffHeapClockCache<K,V>
          A striped exclusive-read/write clock cache.
 

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

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

Uses of PinnableCache in org.terracotta.offheapstore.eviction
 

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

Uses of PinnableCache in org.terracotta.offheapstore.pinning
 

Subinterfaces of PinnableCache in org.terracotta.offheapstore.pinning
 interface PinnableSegment<K,V>
           
 



Copyright © 2016. All rights reserved.