Uses of Interface
org.infinispan.container.DataContainer
-
Packages that use DataContainer Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.container.entries Entries which are stored in data containers.org.infinispan.container.impl org.infinispan.container.offheap org.infinispan.persistence Persistence API.org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. -
-
Uses of DataContainer in org.infinispan
Methods in org.infinispan that return DataContainer Modifier and Type Method Description DataContainer<K,V>AdvancedCache. getDataContainer()Returns the container where data is stored in the cache. -
Uses of DataContainer in org.infinispan.container.entries
Methods in org.infinispan.container.entries with parameters of type DataContainer Modifier and Type Method Description voidAbstractInternalCacheEntry. commit(DataContainer container)voidCacheEntry. commit(DataContainer<K,V> container)Commits changesvoidClearCacheEntry. commit(DataContainer<K,V> container)voidForwardingCacheEntry. commit(DataContainer container)voidNullCacheEntry. commit(DataContainer container)voidReadCommittedEntry. commit(DataContainer container) -
Uses of DataContainer in org.infinispan.container.impl
Classes in org.infinispan.container.impl with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw DataContainer Modifier and Type Class Description classorg.infinispan.container.impl.AbstractDelegatingInternalDataContainer<K,V>Delegating data container that delegates all calls to the container returned fromAbstractDelegatingInternalDataContainer.delegate()classorg.infinispan.container.impl.AbstractInternalDataContainer<K,V>Abstract class implemenation for a segmented data container. -
Uses of DataContainer in org.infinispan.container.offheap
Classes in org.infinispan.container.offheap that implement DataContainer Modifier and Type Class Description classBoundedOffHeapDataContainerclassOffHeapDataContainerclassSegmentedBoundedOffHeapDataContainer -
Uses of DataContainer in org.infinispan.persistence
Methods in org.infinispan.persistence with parameters of type DataContainer Modifier and Type Method Description static <K,V>
InternalCacheEntry<K,V>PersistenceUtil. loadAndComputeInDataContainer(DataContainer<K,V> dataContainer, int segment, PersistenceManager persistenceManager, K key, InvocationContext ctx, TimeService timeService, DataContainer.ComputeAction<K,V> action)Deprecated.since 9.4 This method references PersistenceManager, which isn't a public classstatic <K,V>
InternalCacheEntry<K,V>PersistenceUtil. loadAndStoreInDataContainer(DataContainer<K,V> dataContainer, int segment, PersistenceManager persistenceManager, K key, InvocationContext ctx, TimeService timeService, java.util.concurrent.atomic.AtomicReference<java.lang.Boolean> isLoaded)Deprecated.since 9.4 This method references PersistenceManager, which isn't a public classstatic <K,V>
InternalCacheEntry<K,V>PersistenceUtil. loadAndStoreInDataContainer(DataContainer<K,V> dataContainer, PersistenceManager persistenceManager, K key, InvocationContext ctx, TimeService timeService, java.util.concurrent.atomic.AtomicReference<java.lang.Boolean> isLoaded)Deprecated.since 9.4 This method references PersistenceManager, which isn't a public class -
Uses of DataContainer in org.infinispan.util
Constructors in org.infinispan.util with parameters of type DataContainer Constructor Description DataContainerRemoveIterator(Cache<K,V> cache, DataContainer<K,V> dataContainer)
-