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 interfaceCacheEntry<K,V>An entry that is stored in the data containerinterfaceInternalCacheEntry<K,V>Interface for internal cache entries that expose whether an entry has expired.interfaceMVCCEntry<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 classAbstractInternalCacheEntryAn abstract internal cache entry that is typically stored in the data containerclassClearCacheEntry<K,V>Used inClearInvocationContextto process theClearCommand.classForwardingCacheEntry<K,V>A class designed to forward all method invocations for a CacheEntry to the provided delegate.classImmortalCacheEntryA cache entry that is immortal/cannot expireclassL1InternalCacheEntryAInternalCacheEntryimplementation to store a L1 entry.classMortalCacheEntryA cache entry that is mortal.classNullCacheEntry<K,V>classReadCommittedEntryA wrapper around a cached entry that encapsulates read committed semantics when writes are initiated, committed or rolled back.classRepeatableReadEntryAn extension ofReadCommittedEntrythat provides Repeatable Read semanticsclassTransientCacheEntryA cache entry that is transient, i.e., it can be considered expired after a period of not being used.classTransientMortalCacheEntryA cache entry that is both transient and mortal.classVersionedRepeatableReadEntryA 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 classEntryWrapper<K,V>Wrapper for CacheEntry(s) that can be used to update the cache when it's value is set.
-