Uses of Interface
org.infinispan.container.impl.InternalDataContainer
-
Packages that use InternalDataContainer Package Description org.infinispan.commands.read org.infinispan.commands.remote.expiration org.infinispan.container.entries Entries which are stored in data containers.org.infinispan.container.impl Data containers which store cache entries.org.infinispan.expiration.impl org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.stream.impl.local -
-
Uses of InternalDataContainer in org.infinispan.commands.read
Constructors in org.infinispan.commands.read with parameters of type InternalDataContainer Constructor Description EntrySetCommand(Cache<K,V> cache, InternalDataContainer<K,V> dataContainer, KeyPartitioner keyPartitioner, long flagsBitSet)
KeySetCommand(Cache<K,V> cache, InternalDataContainer<K,V> dataContainer, KeyPartitioner keyPartitioner, long flagsBitSet)
-
Uses of InternalDataContainer in org.infinispan.commands.remote.expiration
Methods in org.infinispan.commands.remote.expiration with parameters of type InternalDataContainer Modifier and Type Method Description void
RetrieveLastAccessCommand. inject(InternalDataContainer container, TimeService timeService)
void
UpdateLastAccessCommand. inject(InternalDataContainer container)
-
Uses of InternalDataContainer in org.infinispan.container.entries
Methods in org.infinispan.container.entries with parameters of type InternalDataContainer Modifier and Type Method Description void
ReadCommittedEntry. commit(int segment, InternalDataContainer container)
-
Uses of InternalDataContainer in org.infinispan.container.impl
Classes in org.infinispan.container.impl that implement InternalDataContainer Modifier and Type Class Description class
AbstractDelegatingInternalDataContainer<K,V>
class
AbstractInternalDataContainer<K,V>
Abstract class implemenation for a segmented data container.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
InternalDataContainerAdapter<K,V>
Wrapper around aDataContainer
to provide operations for use with aInternalDataContainer
.class
L1SegmentedDataContainer<K,V>
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 InternalDataContainer Modifier and Type Method Description protected abstract InternalDataContainer<K,V>
AbstractDelegatingInternalDataContainer. delegate()
-
Uses of InternalDataContainer in org.infinispan.expiration.impl
Fields in org.infinispan.expiration.impl declared as InternalDataContainer Modifier and Type Field Description protected InternalDataContainer<K,V>
ExpirationManagerImpl. dataContainer
-
Uses of InternalDataContainer in org.infinispan.interceptors.distribution
Fields in org.infinispan.interceptors.distribution declared as InternalDataContainer Modifier and Type Field Description protected InternalDataContainer
L1NonTxInterceptor. dataContainer
Constructors in org.infinispan.interceptors.distribution with parameters of type InternalDataContainer Constructor Description L1WriteSynchronizer(InternalDataContainer dc, long l1Lifespan, StateTransferLock stateTransferLock, ClusteringDependentLogic cdl)
-
Uses of InternalDataContainer in org.infinispan.interceptors.impl
Fields in org.infinispan.interceptors.impl declared as InternalDataContainer Modifier and Type Field Description protected InternalDataContainer
ClusteringInterceptor. dataContainer
Methods in org.infinispan.interceptors.impl with parameters of type InternalDataContainer Modifier and Type Method Description void
TransactionalExceptionEvictionInterceptor. inject(Configuration config, Cache cache, InternalDataContainer dataContainer, KeyValueMetadataSizeCalculator calculator, DistributionManager dm)
-
Uses of InternalDataContainer in org.infinispan.interceptors.locking
Fields in org.infinispan.interceptors.locking declared as InternalDataContainer Modifier and Type Field Description protected InternalDataContainer<Object,Object>
ClusteringDependentLogic.AbstractClusteringDependentLogic. dataContainer
-
Uses of InternalDataContainer in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as InternalDataContainer Modifier and Type Field Description protected InternalDataContainer<Object,Object>
StateConsumerImpl. dataContainer
protected InternalDataContainer
StateProviderImpl. dataContainer
Constructors in org.infinispan.statetransfer with parameters of type InternalDataContainer Constructor Description OutboundTransferTask(Address destination, org.infinispan.commons.util.IntSet segments, int segmentCount, int chunkSize, int topologyId, KeyPartitioner keyPartitioner, Consumer<OutboundTransferTask> onCompletion, Consumer<List<StateChunk>> onChunkReplicated, BiFunction<InternalCacheEntry,InternalEntryFactory,InternalCacheEntry> mapEntryFromDataContainer, BiFunction<MarshalledEntry,InternalEntryFactory,InternalCacheEntry> mapEntryFromStore, InternalDataContainer dataContainer, PersistenceManager persistenceManager, RpcManager rpcManager, CommandsFactory commandsFactory, InternalEntryFactory ef, long timeout, String cacheName, boolean applyState, boolean pushTransfer)
-
Uses of InternalDataContainer in org.infinispan.stream.impl.local
Constructors in org.infinispan.stream.impl.local with parameters of type InternalDataContainer Constructor Description SegmentedEntryStreamSupplier(Cache<K,V> cache, ToIntFunction<Object> toIntFunction, InternalDataContainer<K,V> internalDataContainer)
SegmentedKeyStreamSupplier(Cache<K,V> cache, ToIntFunction<Object> toIntFunction, InternalDataContainer<K,V> internalDataContainer)
-