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
-
Nested Class Summary
Nested classes/interfaces inherited from class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
MetadataMortalCacheEntry.Externalizer
-
Field Summary
Fields inherited from class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
created, metadata
Fields inherited from class org.infinispan.container.entries.AbstractInternalCacheEntry
internalMetadata, key, value
-
Constructor Summary
ConstructorDescriptionL1MetadataInternalCacheEntry
(Object key, Object value, Metadata metadata, long created) -
Method Summary
Methods inherited from class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
appendFieldsToString, canExpire, getCreated, getExpiryTime, getLastUsed, getLifespan, getMaxIdle, getMetadata, isExpired, reincarnate, setMetadata, toInternalCacheValue, touch
Methods inherited from class org.infinispan.container.entries.AbstractInternalCacheEntry
clone, commit, equals, getInternalMetadata, getKey, getValue, hashCode, isChanged, isCreated, isEvicted, isNull, isRemoved, setChanged, setCreated, setEvicted, setInternalMetadata, setRemoved, setSkipLookup, setValue, skipLookup, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.infinispan.container.entries.CacheEntry
setCreated, setLastUsed
Methods inherited from interface org.infinispan.container.entries.InternalCacheEntry
canExpireMaxIdle
-
Constructor Details
-
L1MetadataInternalCacheEntry
-
-
Method Details
-
isL1Entry
public boolean isL1Entry()- Specified by:
isL1Entry
in interfaceInternalCacheEntry
- Overrides:
isL1Entry
in classAbstractInternalCacheEntry
- Returns:
true
if the entry is a L1 entry.
-