Interface MetadataAware
-
- All Known Subinterfaces:
CacheEntry<K,V>,InternalCacheEntry<K,V>,MVCCEntry<K,V>
- All Known Implementing Classes:
AbstractInternalCacheEntry,ClearCacheEntry,EntryWrapper,ForwardingCacheEntry,ImmortalCacheEntry,L1InternalCacheEntry,L1MetadataInternalCacheEntry,MetadataImmortalCacheEntry,MetadataImmortalCacheValue,MetadataMortalCacheEntry,MetadataMortalCacheValue,MetadataTransientCacheEntry,MetadataTransientCacheValue,MetadataTransientMortalCacheEntry,MetadataTransientMortalCacheValue,MortalCacheEntry,NullCacheEntry,ReadCommittedEntry,RepeatableReadEntry,TransientCacheEntry,TransientMortalCacheEntry,VersionedRepeatableReadEntry
public interface MetadataAwareMarker interface for metadata aware cache entry.- Since:
- 5.3
- Author:
- Galder ZamarreƱo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetadatagetMetadata()Get metadata of this cache entry.voidsetMetadata(Metadata metadata)Set the metadata in the cache entry.
-