Uses of Interface
org.infinispan.container.entries.metadata.MetadataAware
-
Packages that use MetadataAware Package Description org.infinispan.container.entries Entries which are stored in data containers.org.infinispan.container.entries.metadata 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 MetadataAware in org.infinispan.container.entries
Subinterfaces of MetadataAware in org.infinispan.container.entries Modifier and Type Interface Description interface
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 semanticsClasses in org.infinispan.container.entries that implement MetadataAware Modifier and Type Class Description class
AbstractInternalCacheEntry
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
ImmortalCacheEntry
A cache entry that is immortal/cannot expireclass
L1InternalCacheEntry
AInternalCacheEntry
implementation to store a L1 entry.class
MortalCacheEntry
A cache entry that is mortal.class
NullCacheEntry<K,V>
class
ReadCommittedEntry
A wrapper around a cached entry that encapsulates read committed semantics when writes are initiated, committed or rolled back.class
RepeatableReadEntry
An extension ofReadCommittedEntry
that provides Repeatable Read semanticsclass
TransientCacheEntry
A cache entry that is transient, i.e., it can be considered expired after a period of not being used.class
TransientMortalCacheEntry
A cache entry that is both transient and mortal.class
VersionedRepeatableReadEntry
A version of RepeatableReadEntry that can perform write-skew checks during prepare. -
Uses of MetadataAware in org.infinispan.container.entries.metadata
-
Uses of MetadataAware in org.infinispan.util
Classes in org.infinispan.util that implement MetadataAware Modifier and Type Class Description class
EntryWrapper<K,V>
Wrapper for CacheEntry(s) that can be used to update the cache when it's value is set.
-