Uses of Interface
org.terracotta.offheapstore.Segment
Packages that use Segment
Package
Description
-
Uses of Segment in org.terracotta.offheapstore
Classes in org.terracotta.offheapstore that implement SegmentModifier and TypeClassDescriptionclassAn abstract locked off-heap map.classAn abstract off-heap cache implementation.classA concurrent-read, exclusive-write off-heap clock cache.classA concurrent-read, exclusive-write off-heap hash-map.classAn exclusive-read/write off-heap clock cache.classAn exclusive-read/write off-heap hash-map. -
Uses of Segment in org.terracotta.offheapstore.concurrent
Fields in org.terracotta.offheapstore.concurrent declared as SegmentFields in org.terracotta.offheapstore.concurrent with type parameters of type SegmentModifier and TypeFieldDescriptionprivate static final Comparator<Segment<?, ?>> AbstractConcurrentOffHeapCache.SIZE_COMPARATORMethods in org.terracotta.offheapstore.concurrent that return SegmentModifier and TypeMethodDescriptionAbstractConcurrentOffHeapMap.segmentFor(int hash) AbstractConcurrentOffHeapMap.segmentFor(Object key) Methods in org.terracotta.offheapstore.concurrent that return types with arguments of type SegmentConstructor parameters in org.terracotta.offheapstore.concurrent with type arguments of type SegmentModifierConstructorDescriptionAbstractConcurrentOffHeapCache(Factory<? extends Segment<K, V>> segmentFactory, int concurrency) AbstractConcurrentOffHeapMap(Factory<? extends Segment<K, V>> segmentFactory) Create a concurrent map using a default number of segments.AbstractConcurrentOffHeapMap(Factory<? extends Segment<K, V>> segmentFactory, int concurrency) Create a concurrent map with a defined number of segments. -
Uses of Segment in org.terracotta.offheapstore.disk.persistent
Classes in org.terracotta.offheapstore.disk.persistent that implement SegmentModifier and TypeClassDescriptionclassclassclassclassConstructor parameters in org.terracotta.offheapstore.disk.persistent with type arguments of type SegmentModifierConstructorDescriptionAbstractPersistentConcurrentOffHeapMap(Factory<? extends Segment<K, V>> segmentFactory) Create a concurrent map using a default number of segments.AbstractPersistentConcurrentOffHeapMap(Factory<? extends Segment<K, V>> segmentFactory, int concurrency) Create a concurrent map with a defined number of segments. -
Uses of Segment in org.terracotta.offheapstore.eviction
Classes in org.terracotta.offheapstore.eviction that implement SegmentModifier and TypeClassDescriptionclassclass -
Uses of Segment in org.terracotta.offheapstore.pinning
Subinterfaces of Segment in org.terracotta.offheapstore.pinning