Class L1MetadataInternalCacheEntry
java.lang.Object
org.infinispan.container.entries.AbstractInternalCacheEntry
org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
org.infinispan.container.entries.metadata.L1MetadataInternalCacheEntry
- All Implemented Interfaces:
Cloneable, Map.Entry, CacheEntry, InternalCacheEntry, MetadataAware
A
InternalCacheEntry implementation to store a L1 entry.- Since:
- 7.1
- Author:
- Pedro Ruivo
-
Field Summary
Fields inherited from class MetadataMortalCacheEntry
created, metadataFields inherited from class AbstractInternalCacheEntry
internalMetadata, key, value -
Constructor Summary
ConstructorsConstructorDescriptionL1MetadataInternalCacheEntry(Object key, Object value, Metadata metadata, long created) -
Method Summary
Methods inherited from class MetadataMortalCacheEntry
appendFieldsToString, canExpire, getCreated, getExpiryTime, getLastUsed, getLifespan, getMaxIdle, getMetadata, getWrappedMetadata, isExpired, reincarnate, setMetadata, toInternalCacheValue, touchMethods inherited from class AbstractInternalCacheEntry
clone, commit, equals, getInternalMetadata, getKey, getValue, getWrappedKey, getWrappedValue, hashCode, isChanged, isCreated, isEvicted, isInvalidated, isNull, isRemoved, setChanged, setCreated, setEvicted, setInternalMetadata, setInvalidated, setRemoved, setSkipLookup, setValue, skipLookup, toStringMethods inherited from interface CacheEntry
setCreated, setLastUsedMethods inherited from interface InternalCacheEntry
canExpireMaxIdle
-
Constructor Details
-
L1MetadataInternalCacheEntry
-
-
Method Details
-
isL1Entry
public boolean isL1Entry()- Specified by:
isL1Entryin interfaceInternalCacheEntry- Overrides:
isL1Entryin classAbstractInternalCacheEntry- Returns:
trueif the entry is a L1 entry.
-