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 classBoundedSegmentedDataContainer<K,V>Bounded implementation of segmented data container.classDefaultDataContainer<K,V>DefaultDataContainer is both eviction and non-eviction based data container.classDefaultSegmentedDataContainer<K,V>DataContainer implementation that internally stores entries in an array of maps.classL1SegmentedDataContainer<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 classOffHeapDataContainer
-