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.conflict This package contains the APIs that enable users to search for, and amend, data inconsistencies within their cache.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.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.distribution Classes relating to the distributed cache mode.org.infinispan.eviction Classes related to eviction.org.infinispan.expiration Cache expiration.org.infinispan.filter Provides capabilities around filtering and converting entries that are found in the cache or cache store/loader.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.interceptors.totalorder Interceptors dealing with total order.org.infinispan.metadata Metadata interfacesorg.infinispan.multimap.api.embedded Embedded Multimap Cache.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.security.actions 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.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.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.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 inClearInvocationContextto process theClearCommand.ImmortalCacheEntry A cache entry that is immortal/cannot expireImmortalCacheValue An immortal cache value, to correspond withImmortalCacheEntryInternalCacheEntry 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 withMortalCacheEntryMVCCEntry 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 ofReadCommittedEntrythat 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 withTransientCacheEntryTransientMortalCacheEntry A cache entry that is both transient and mortal.TransientMortalCacheValue A transient, mortal cache value to correspond withTransientMortalCacheEntryVersionedRepeatableReadEntry 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 withImmortalCacheEntryInternalCacheEntry 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.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.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.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.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.filter Class Description CacheEntry An entry that is stored in the data container -
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.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.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.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.security.actions 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.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.