Uses of Class
org.infinispan.container.impl.DefaultSegmentedDataContainer
-
Packages that use DefaultSegmentedDataContainer Package Description org.infinispan.container.impl Data containers which store cache entries. -
-
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).
-