Uses of Class
org.terracotta.offheapstore.AbstractOffHeapClockCache
-
-
Uses of AbstractOffHeapClockCache in org.terracotta.offheapstore
Subclasses of AbstractOffHeapClockCache in org.terracotta.offheapstore Modifier and Type Class Description classReadWriteLockedOffHeapClockCache<K,V>A concurrent-read, exclusive-write off-heap clock cache.classWriteLockedOffHeapClockCache<K,V>An exclusive-read/write off-heap clock cache. -
Uses of AbstractOffHeapClockCache in org.terracotta.offheapstore.concurrent
Constructor parameters in org.terracotta.offheapstore.concurrent with type arguments of type AbstractOffHeapClockCache Constructor Description ConcurrentOffHeapClockCache(Factory<? extends AbstractOffHeapClockCache<K,V>> segmentFactory, int concurrency)Creates a cache using the given table buffer source and storage engine factory. -
Uses of AbstractOffHeapClockCache in org.terracotta.offheapstore.disk.persistent
Subclasses of AbstractOffHeapClockCache in org.terracotta.offheapstore.disk.persistent Modifier and Type Class Description classAbstractPersistentOffHeapCache<K,V>classPersistentReadWriteLockedOffHeapClockCache<K,V> -
Uses of AbstractOffHeapClockCache in org.terracotta.offheapstore.eviction
Subclasses of AbstractOffHeapClockCache in org.terracotta.offheapstore.eviction Modifier and Type Class Description classEvictionListeningReadWriteLockedOffHeapClockCache<K,V>classEvictionListeningWriteLockedOffHeapClockCache<K,V>
-