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 MetadataAware
Marker 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 Metadata
getMetadata()
Get metadata of this cache entry.void
setMetadata(Metadata metadata)
Set the metadata in the cache entry.
-