Uses of Class
org.infinispan.container.entries.MortalCacheValue
-
Packages that use MortalCacheValue Package Description org.infinispan.container.entries Entries which are stored in data containers. -
-
Uses of MortalCacheValue in org.infinispan.container.entries
Subclasses of MortalCacheValue in org.infinispan.container.entries Modifier and Type Class Description class
TransientMortalCacheValue
A transient, mortal cache value to correspond withTransientMortalCacheEntry
Methods in org.infinispan.container.entries that return MortalCacheValue Modifier and Type Method Description MortalCacheValue
MortalCacheValue. clone()
MortalCacheValue
MortalCacheValue.Externalizer. readObject(ObjectInput input)
Methods in org.infinispan.container.entries that return types with arguments of type MortalCacheValue Modifier and Type Method Description Set<Class<? extends MortalCacheValue>>
MortalCacheValue.Externalizer. getTypeClasses()
Methods in org.infinispan.container.entries with parameters of type MortalCacheValue Modifier and Type Method Description void
MortalCacheValue.Externalizer. writeObject(ObjectOutput output, MortalCacheValue mcv)
-