Uses of Interface
org.infinispan.container.entries.metadata.MetadataAware
Package
Description
Entries which are stored in data containers.
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 MetadataAware in org.infinispan.container.entries
Modifier and TypeInterfaceDescriptioninterface
CacheEntry<K,
V> An entry that is stored in the data containerinterface
InternalCacheEntry<K,
V> Interface for internal cache entries that expose whether an entry has expired.interface
MVCCEntry<K,
V> An entry that can be safely copied when updates are made, to provide MVCC semanticsModifier and TypeClassDescriptionclass
An abstract internal cache entry that is typically stored in the data containerclass
ClearCacheEntry<K,
V> Used inClearInvocationContext
to process theClearCommand
.class
ForwardingCacheEntry<K,
V> A class designed to forward all method invocations for a CacheEntry to the provided delegate.class
A cache entry that is immortal/cannot expireclass
AInternalCacheEntry
implementation to store a L1 entry.class
A cache entry that is mortal.class
NullCacheEntry<K,
V> class
ReadCommittedEntry<K,
V> A wrapper around a cached entry that encapsulates read committed semantics when writes are initiated, committed or rolled back.class
RepeatableReadEntry<K,
V> An extension ofReadCommittedEntry
that provides Repeatable Read semanticsclass
A cache entry that is transient, i.e., it can be considered expired after a period of not being used.class
A cache entry that is both transient and mortal.class
A version of RepeatableReadEntry that can perform write-skew checks during prepare. -
Uses of MetadataAware in org.infinispan.container.entries.metadata
Modifier and TypeClassDescriptionclass
AInternalCacheEntry
implementation to store a L1 entry.class
A form ofImmortalCacheEntry
that isMetadataAware
class
A form ofImmortalCacheValue
that isMetadataAware
.class
A cache entry that is mortal and isMetadataAware
class
A mortal cache value, to correspond withMetadataMortalCacheEntry
class
A cache entry that is transient, i.e., it can be considered expired after a period of not being used, andMetadataAware
class
A transient cache value, to correspond withTransientCacheEntry
which isMetadataAware
class
A form ofTransientMortalCacheEntry
that storesMetadata
class
A form ofTransientMortalCacheValue
that storesMetadata
-
Uses of MetadataAware in org.infinispan.util
Modifier and TypeClassDescriptionclass
EntryWrapper<K,
V> Wrapper for CacheEntry(s) that can be used to update the cache when it's value is set.