Uses of Class
org.infinispan.container.impl.AbstractInternalDataContainer
-
Packages that use AbstractInternalDataContainer Package Description org.infinispan.container.impl Data containers which store cache entries.org.infinispan.container.offheap -
-
Uses of AbstractInternalDataContainer in org.infinispan.container.impl
Subclasses of AbstractInternalDataContainer in org.infinispan.container.impl Modifier and Type Class Description class
BoundedSegmentedDataContainer<K,V>
Bounded implementation of segmented data container.class
DefaultDataContainer<K,V>
DefaultDataContainer is both eviction and non-eviction based data container.class
DefaultSegmentedDataContainer<K,V>
DataContainer implementation that internally stores entries in an array of maps.class
L1SegmentedDataContainer<K,V>
Segmented data container that also allows for non owned segments to be written to a temporary map (L1). -
Uses of AbstractInternalDataContainer in org.infinispan.container.offheap
Subclasses of AbstractInternalDataContainer in org.infinispan.container.offheap Modifier and Type Class Description class
OffHeapDataContainer
-