Uses of Class
org.infinispan.container.entries.ImmortalCacheValue
Packages that use ImmortalCacheValue
Package
Description
Entries which are stored in data containers.
-
Uses of ImmortalCacheValue in org.infinispan.container.entries
Subclasses of ImmortalCacheValue in org.infinispan.container.entriesModifier and TypeClassDescriptionclass
A mortal cache value, to correspond withMortalCacheEntry
class
A transient cache value, to correspond withTransientCacheEntry
class
A transient, mortal cache value to correspond withTransientMortalCacheEntry
Methods in org.infinispan.container.entries that return ImmortalCacheValueModifier and TypeMethodDescriptionImmortalCacheValue.clone()
ImmortalCacheValue.Externalizer.readObject
(ObjectInput input) Methods in org.infinispan.container.entries that return types with arguments of type ImmortalCacheValueModifier and TypeMethodDescriptionSet
<Class<? extends ImmortalCacheValue>> ImmortalCacheValue.Externalizer.getTypeClasses()
Methods in org.infinispan.container.entries with parameters of type ImmortalCacheValueModifier and TypeMethodDescriptionvoid
ImmortalCacheValue.Externalizer.writeObject
(ObjectOutput output, ImmortalCacheValue icv) -
Uses of ImmortalCacheValue in org.infinispan.container.entries.metadata
Subclasses of ImmortalCacheValue in org.infinispan.container.entries.metadataModifier and TypeClassDescriptionclass
A form ofImmortalCacheValue
that isMetadataAware
.class
A mortal cache value, to correspond withMetadataMortalCacheEntry
class
A transient cache value, to correspond withTransientCacheEntry
which isMetadataAware
class
A form ofTransientMortalCacheValue
that storesMetadata