Uses of Class
org.infinispan.container.impl.DefaultSegmentedDataContainer
-
Packages that use DefaultSegmentedDataContainer Package Description org.infinispan.container.impl Data containers which store cache entries.org.infinispan.container.offheap -
-
Uses of DefaultSegmentedDataContainer in org.infinispan.container.impl
Subclasses of DefaultSegmentedDataContainer in org.infinispan.container.impl Modifier and Type Class Description class
BoundedSegmentedDataContainer<K,V>
Bounded implementation of segmented data container.class
L1SegmentedDataContainer<K,V>
Segmented data container that also allows for non owned segments to be written to a temporary map (L1). -
Uses of DefaultSegmentedDataContainer in org.infinispan.container.offheap
Fields in org.infinispan.container.offheap declared as DefaultSegmentedDataContainer Modifier and Type Field Description protected DefaultSegmentedDataContainer
SegmentedBoundedOffHeapDataContainer. dataContainer
-