Uses of Class
org.infinispan.container.entries.ImmortalCacheValue
-
Packages that use ImmortalCacheValue Package Description org.infinispan.container.entries Entries which are stored in data containers.org.infinispan.container.entries.metadata -
-
Uses of ImmortalCacheValue in org.infinispan.container.entries
Subclasses of ImmortalCacheValue in org.infinispan.container.entries Modifier and Type Class Description class
MortalCacheValue
A mortal cache value, to correspond withMortalCacheEntry
class
TransientCacheValue
A transient cache value, to correspond withTransientCacheEntry
class
TransientMortalCacheValue
A transient, mortal cache value to correspond withTransientMortalCacheEntry
Methods in org.infinispan.container.entries that return ImmortalCacheValue Modifier and Type Method Description ImmortalCacheValue
ImmortalCacheValue. clone()
ImmortalCacheValue
ImmortalCacheValue.Externalizer. readObject(ObjectInput input)
Methods in org.infinispan.container.entries that return types with arguments of type ImmortalCacheValue Modifier and Type Method Description Set<Class<? extends ImmortalCacheValue>>
ImmortalCacheValue.Externalizer. getTypeClasses()
Methods in org.infinispan.container.entries with parameters of type ImmortalCacheValue Modifier and Type Method Description void
ImmortalCacheValue.Externalizer. writeObject(ObjectOutput output, ImmortalCacheValue icv)
-
Uses of ImmortalCacheValue in org.infinispan.container.entries.metadata
Subclasses of ImmortalCacheValue in org.infinispan.container.entries.metadata Modifier and Type Class Description class
MetadataImmortalCacheValue
A form ofImmortalCacheValue
that isMetadataAware
class
MetadataMortalCacheValue
A mortal cache value, to correspond withMetadataMortalCacheEntry
class
MetadataTransientCacheValue
A transient cache value, to correspond withTransientCacheEntry
which isMetadataAware
class
MetadataTransientMortalCacheValue
A form ofTransientMortalCacheValue
that isVersioned
-