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
public class L1MetadataInternalCacheEntry extends MetadataMortalCacheEntry
AInternalCacheEntry
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, value
-
Fields inherited from class org.infinispan.container.entries.AbstractInternalCacheEntry
key
-
-
Constructor Summary
Constructors Constructor Description L1MetadataInternalCacheEntry(Object key, Object value, Metadata metadata, long created)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isL1Entry()
-
Methods inherited from class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
canExpire, getCreated, getExpiryTime, getLastUsed, getLifespan, getMaxIdle, getMetadata, getValue, isExpired, isExpired, reincarnate, reincarnate, setMetadata, setValue, toInternalCacheValue, touch, touch
-
Methods inherited from class org.infinispan.container.entries.AbstractInternalCacheEntry
clone, commit, equals, getKey, hashCode, isChanged, isCreated, isEvicted, isNull, isRemoved, setChanged, setCreated, setEvicted, setRemoved, setSkipLookup, 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
commit, isLoaded, isValid, rollback, setCreated, setLastUsed, setLoaded, setValid, undelete
-
Methods inherited from interface org.infinispan.container.entries.InternalCacheEntry
canExpireMaxIdle
-
-
-
-
Method Detail
-
isL1Entry
public boolean isL1Entry()
- Specified by:
isL1Entry
in interfaceInternalCacheEntry
- Overrides:
isL1Entry
in classAbstractInternalCacheEntry
- Returns:
true
if the entry is a L1 entry.
-
-