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 SummaryNested classes/interfaces inherited from class org.infinispan.container.entries.metadata.MetadataMortalCacheEntryMetadataMortalCacheEntry.Externalizer
- 
Field SummaryFields inherited from class org.infinispan.container.entries.metadata.MetadataMortalCacheEntrycreated, metadataFields inherited from class org.infinispan.container.entries.AbstractInternalCacheEntryinternalMetadata, key, value
- 
Constructor SummaryConstructorsConstructorDescriptionL1MetadataInternalCacheEntry(Object key, Object value, Metadata metadata, long created) 
- 
Method SummaryMethods inherited from class org.infinispan.container.entries.metadata.MetadataMortalCacheEntryappendFieldsToString, canExpire, getCreated, getExpiryTime, getLastUsed, getLifespan, getMaxIdle, getMetadata, isExpired, reincarnate, setMetadata, toInternalCacheValue, touchMethods inherited from class org.infinispan.container.entries.AbstractInternalCacheEntryclone, commit, equals, getInternalMetadata, getKey, getValue, hashCode, isChanged, isCreated, isEvicted, isNull, isRemoved, setChanged, setCreated, setEvicted, setInternalMetadata, setRemoved, setSkipLookup, setValue, skipLookup, toStringMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.infinispan.container.entries.CacheEntrysetCreated, setLastUsedMethods inherited from interface org.infinispan.container.entries.InternalCacheEntrycanExpireMaxIdle
- 
Constructor Details- 
L1MetadataInternalCacheEntry
 
- 
- 
Method Details- 
isL1Entrypublic boolean isL1Entry()- Specified by:
- isL1Entryin interface- InternalCacheEntry
- Overrides:
- isL1Entryin class- AbstractInternalCacheEntry
- Returns:
- trueif the entry is a L1 entry.
 
 
-