Uses of Interface
org.infinispan.container.impl.InternalDataContainer
Packages that use InternalDataContainer
Package
Description
Entries which are stored in data containers.
Data containers which store cache entries.
Factories are internal components used to create other components based on a cache's
configuration.
-
Uses of InternalDataContainer in org.infinispan.container.entries
Methods in org.infinispan.container.entries with parameters of type InternalDataContainerModifier and TypeMethodDescriptionReadCommittedEntry.commit
(int segment, InternalDataContainer<K, V> container) -
Uses of InternalDataContainer in org.infinispan.container.impl
Classes in org.infinispan.container.impl that implement InternalDataContainerModifier and TypeClassDescriptionclass
Delegating data container that delegates all calls to the container returned fromAbstractDelegatingInternalDataContainer.delegate()
class
Abstract class implemenation for a segmented data container.class
Bounded implementation of segmented data container.class
DefaultDataContainer<K,
V> DefaultDataContainer is both eviction and non-eviction based data container.class
DataContainer implementation that internally stores entries in an array of maps.class
Segmented data container that also allows for non owned segments to be written to a temporary map (L1).Methods in org.infinispan.container.impl that return InternalDataContainerModifier and TypeMethodDescriptionprotected abstract InternalDataContainer
<K, V> AbstractDelegatingInternalDataContainer.delegate()
-
Uses of InternalDataContainer in org.infinispan.container.offheap
Classes in org.infinispan.container.offheap that implement InternalDataContainerModifier and TypeClassDescriptionclass
class
class
Methods in org.infinispan.container.offheap that return InternalDataContainerModifier and TypeMethodDescriptionprotected InternalDataContainer
<WrappedBytes, WrappedBytes> SegmentedBoundedOffHeapDataContainer.delegate()
-
Uses of InternalDataContainer in org.infinispan.expiration.impl
Fields in org.infinispan.expiration.impl with type parameters of type InternalDataContainerModifier and TypeFieldDescriptionprotected ComponentRef
<InternalDataContainer<K, V>> ExpirationManagerImpl.dataContainer
-
Uses of InternalDataContainer in org.infinispan.factories
Methods in org.infinispan.factories that return types with arguments of type InternalDataContainer