Uses of Interface
org.terracotta.offheapstore.pinning.PinnableSegment
Packages that use PinnableSegment
Package
Description
-
Uses of PinnableSegment in org.terracotta.offheapstore
Classes in org.terracotta.offheapstore that implement PinnableSegmentModifier and TypeClassDescriptionclassAn abstract off-heap cache implementation.classA concurrent-read, exclusive-write off-heap clock cache.classAn exclusive-read/write off-heap clock cache. -
Uses of PinnableSegment in org.terracotta.offheapstore.concurrent
Methods in org.terracotta.offheapstore.concurrent that return PinnableSegmentModifier and TypeMethodDescriptionprotected PinnableSegment<K, V> AbstractConcurrentOffHeapCache.segmentFor(Object key) Constructor parameters in org.terracotta.offheapstore.concurrent with type arguments of type PinnableSegmentModifierConstructorDescriptionAbstractConcurrentOffHeapCache(Factory<? extends PinnableSegment<K, V>> segmentFactory) -
Uses of PinnableSegment in org.terracotta.offheapstore.disk.persistent
Classes in org.terracotta.offheapstore.disk.persistent that implement PinnableSegmentModifier and TypeClassDescriptionclassclassConstructor parameters in org.terracotta.offheapstore.disk.persistent with type arguments of type PinnableSegmentModifierConstructorDescriptionAbstractPersistentConcurrentOffHeapCache(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 PinnableSegmentModifier and TypeClassDescriptionclassclass