Uses of Package
org.infinispan.container.entries
-
Packages that use org.infinispan.container.entries Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.cache.impl org.infinispan.conflict This package contains the APIs that enable users to search for, and amend, data inconsistencies within their cache.org.infinispan.conflict.impl This package contains implementations of the conflict resolution API.org.infinispan.container Package that contains the interface describing the underlyling API for storage in Infinispanorg.infinispan.container.entries Entries which are stored in data containers.org.infinispan.container.entries.metadata org.infinispan.container.impl Data containers which store cache entries.org.infinispan.container.offheap org.infinispan.context Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags.org.infinispan.context.impl This package contains different context implementations, selected dynamically based on the type of invocation.org.infinispan.distribution Classes relating to the distributed cache mode.org.infinispan.distribution.impl org.infinispan.eviction Classes related to eviction.org.infinispan.eviction.impl org.infinispan.expiration Cache expiration.org.infinispan.expiration.impl org.infinispan.filter Provides capabilities around filtering and converting entries that are found in the cache or cache store/loader.org.infinispan.functional.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.interceptors.totalorder Interceptors dealing with total order.org.infinispan.metadata Metadata interfacesorg.infinispan.metadata.impl org.infinispan.multimap.api.embedded Embedded Multimap Cache.org.infinispan.multimap.impl org.infinispan.notifications.cachelistener Cache
-specific notifications and eventing.org.infinispan.persistence Persistence API.org.infinispan.persistence.internal org.infinispan.rest.cachemanager Cache manager wrapper for REST interface.org.infinispan.rest.operations REST Server Operations classes.org.infinispan.scattered.impl org.infinispan.security.actions org.infinispan.security.impl org.infinispan.server.hotrod org.infinispan.server.hotrod.iteration org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.stream Cache stream processing.org.infinispan.stream.impl org.infinispan.transaction.impl org.infinispan.transaction.xa XA transaction support.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.org.infinispan.xsite.statetransfer -
Classes in org.infinispan.container.entries used by org.infinispan Class Description CacheEntry An entry that is stored in the data container -
Classes in org.infinispan.container.entries used by org.infinispan.cache.impl Class Description CacheEntry An entry that is stored in the data containerInternalCacheEntry Interface for internal cache entries that expose whether an entry has expired. -
Classes in org.infinispan.container.entries used by org.infinispan.conflict Class Description CacheEntry An entry that is stored in the data containerInternalCacheValue A representation of an InternalCacheEntry that does not have a reference to the key. -
Classes in org.infinispan.container.entries used by org.infinispan.conflict.impl Class Description CacheEntry An entry that is stored in the data containerInternalCacheValue A representation of an InternalCacheEntry that does not have a reference to the key. -
Classes in org.infinispan.container.entries used by org.infinispan.container Class Description InternalCacheEntry Interface for internal cache entries that expose whether an entry has expired. -
Classes in org.infinispan.container.entries used by org.infinispan.container.entries Class Description AbstractInternalCacheEntry An abstract internal cache entry that is typically stored in the data containerCacheEntry An entry that is stored in the data containerClearCacheEntry Used inClearInvocationContext
to process theClearCommand
.ImmortalCacheEntry A cache entry that is immortal/cannot expireImmortalCacheValue An immortal cache value, to correspond withImmortalCacheEntry
InternalCacheEntry Interface for internal cache entries that expose whether an entry has expired.InternalCacheValue A representation of an InternalCacheEntry that does not have a reference to the key.MortalCacheEntry A cache entry that is mortal.MortalCacheValue A mortal cache value, to correspond withMortalCacheEntry
MVCCEntry An entry that can be safely copied when updates are made, to provide MVCC semanticsNullCacheEntry ReadCommittedEntry A wrapper around a cached entry that encapsulates read committed semantics when writes are initiated, committed or rolled back.ReadCommittedEntry.Flags RemoteMetadata This is a metadata type used by scattered cache during state transfer.RepeatableReadEntry An extension ofReadCommittedEntry
that provides Repeatable Read semanticsStateChangingEntry Deprecated.since 9.0TransientCacheEntry A cache entry that is transient, i.e., it can be considered expired after a period of not being used.TransientCacheValue A transient cache value, to correspond withTransientCacheEntry
TransientMortalCacheEntry A cache entry that is both transient and mortal.TransientMortalCacheValue A transient, mortal cache value to correspond withTransientMortalCacheEntry
VersionedRepeatableReadEntry A version of RepeatableReadEntry that can perform write-skew checks during prepare. -
Classes in org.infinispan.container.entries used by org.infinispan.container.entries.metadata Class Description AbstractInternalCacheEntry An abstract internal cache entry that is typically stored in the data containerCacheEntry An entry that is stored in the data containerImmortalCacheEntry A cache entry that is immortal/cannot expireImmortalCacheValue An immortal cache value, to correspond withImmortalCacheEntry
InternalCacheEntry Interface for internal cache entries that expose whether an entry has expired.InternalCacheValue A representation of an InternalCacheEntry that does not have a reference to the key. -
Classes in org.infinispan.container.entries used by org.infinispan.container.impl Class Description CacheEntry An entry that is stored in the data containerInternalCacheEntry Interface for internal cache entries that expose whether an entry has expired.InternalCacheValue A representation of an InternalCacheEntry that does not have a reference to the key.MVCCEntry An entry that can be safely copied when updates are made, to provide MVCC semantics -
Classes in org.infinispan.container.entries used by org.infinispan.container.offheap Class Description InternalCacheEntry Interface for internal cache entries that expose whether an entry has expired. -
Classes in org.infinispan.container.entries used by org.infinispan.context Class Description CacheEntry An entry that is stored in the data containerInternalCacheEntry Interface for internal cache entries that expose whether an entry has expired. -
Classes in org.infinispan.container.entries used by org.infinispan.context.impl Class Description CacheEntry An entry that is stored in the data containerInternalCacheEntry Interface for internal cache entries that expose whether an entry has expired. -
Classes in org.infinispan.container.entries used by org.infinispan.distribution Class Description InternalCacheEntry Interface for internal cache entries that expose whether an entry has expired. -
Classes in org.infinispan.container.entries used by org.infinispan.distribution.impl Class Description InternalCacheEntry Interface for internal cache entries that expose whether an entry has expired. -
Classes in org.infinispan.container.entries used by org.infinispan.eviction Class Description InternalCacheEntry Interface for internal cache entries that expose whether an entry has expired. -
Classes in org.infinispan.container.entries used by org.infinispan.eviction.impl Class Description InternalCacheEntry Interface for internal cache entries that expose whether an entry has expired. -
Classes in org.infinispan.container.entries used by org.infinispan.expiration Class Description InternalCacheEntry Interface for internal cache entries that expose whether an entry has expired. -
Classes in org.infinispan.container.entries used by org.infinispan.expiration.impl Class Description InternalCacheEntry Interface for internal cache entries that expose whether an entry has expired. -
Classes in org.infinispan.container.entries used by org.infinispan.filter Class Description CacheEntry An entry that is stored in the data container -
Classes in org.infinispan.container.entries used by org.infinispan.functional.impl Class Description CacheEntry An entry that is stored in the data containerMVCCEntry An entry that can be safely copied when updates are made, to provide MVCC semantics -
Classes in org.infinispan.container.entries used by org.infinispan.interceptors.distribution Class Description CacheEntry An entry that is stored in the data containerInternalCacheEntry Interface for internal cache entries that expose whether an entry has expired. -
Classes in org.infinispan.container.entries used by org.infinispan.interceptors.impl Class Description CacheEntry An entry that is stored in the data container -
Classes in org.infinispan.container.entries used by org.infinispan.interceptors.locking Class Description CacheEntry An entry that is stored in the data container -
Classes in org.infinispan.container.entries used by org.infinispan.interceptors.totalorder Class Description CacheEntry An entry that is stored in the data container -
Classes in org.infinispan.container.entries used by org.infinispan.metadata Class Description CacheEntry An entry that is stored in the data container -
Classes in org.infinispan.container.entries used by org.infinispan.metadata.impl Class Description InternalCacheEntry Interface for internal cache entries that expose whether an entry has expired.InternalCacheValue A representation of an InternalCacheEntry that does not have a reference to the key. -
Classes in org.infinispan.container.entries used by org.infinispan.multimap.api.embedded Class Description CacheEntry An entry that is stored in the data container -
Classes in org.infinispan.container.entries used by org.infinispan.multimap.impl Class Description CacheEntry An entry that is stored in the data container -
Classes in org.infinispan.container.entries used by org.infinispan.notifications.cachelistener Class Description CacheEntry An entry that is stored in the data containerInternalCacheEntry Interface for internal cache entries that expose whether an entry has expired. -
Classes in org.infinispan.container.entries used by org.infinispan.persistence Class Description InternalCacheEntry Interface for internal cache entries that expose whether an entry has expired.InternalCacheValue A representation of an InternalCacheEntry that does not have a reference to the key. -
Classes in org.infinispan.container.entries used by org.infinispan.persistence.internal Class Description InternalCacheEntry Interface for internal cache entries that expose whether an entry has expired. -
Classes in org.infinispan.container.entries used by org.infinispan.rest.cachemanager Class Description CacheEntry An entry that is stored in the data container -
Classes in org.infinispan.container.entries used by org.infinispan.rest.operations Class Description InternalCacheEntry Interface for internal cache entries that expose whether an entry has expired. -
Classes in org.infinispan.container.entries used by org.infinispan.scattered.impl Class Description InternalCacheEntry Interface for internal cache entries that expose whether an entry has expired. -
Classes in org.infinispan.container.entries used by org.infinispan.security.actions Class Description CacheEntry An entry that is stored in the data container -
Classes in org.infinispan.container.entries used by org.infinispan.security.impl Class Description CacheEntry An entry that is stored in the data container -
Classes in org.infinispan.container.entries used by org.infinispan.server.hotrod Class Description CacheEntry An entry that is stored in the data container -
Classes in org.infinispan.container.entries used by org.infinispan.server.hotrod.iteration Class Description CacheEntry An entry that is stored in the data container -
Classes in org.infinispan.container.entries used by org.infinispan.statetransfer Class Description CacheEntry An entry that is stored in the data containerInternalCacheEntry Interface for internal cache entries that expose whether an entry has expired. -
Classes in org.infinispan.container.entries used by org.infinispan.stream Class Description CacheEntry An entry that is stored in the data container -
Classes in org.infinispan.container.entries used by org.infinispan.stream.impl Class Description CacheEntry An entry that is stored in the data container -
Classes in org.infinispan.container.entries used by org.infinispan.transaction.impl Class Description CacheEntry An entry that is stored in the data container -
Classes in org.infinispan.container.entries used by org.infinispan.transaction.xa Class Description CacheEntry An entry that is stored in the data container -
Classes in org.infinispan.container.entries used by org.infinispan.util Class Description CacheEntry An entry that is stored in the data containerForwardingCacheEntry A class designed to forward all method invocations for a CacheEntry to the provided delegate.InternalCacheEntry Interface for internal cache entries that expose whether an entry has expired. -
Classes in org.infinispan.container.entries used by org.infinispan.xsite.statetransfer Class Description InternalCacheEntry Interface for internal cache entries that expose whether an entry has expired.