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 classTransientMortalCacheValueA transient, mortal cache value to correspond withTransientMortalCacheEntryMethods in org.infinispan.container.entries that return MortalCacheValue Modifier and Type Method Description MortalCacheValueMortalCacheValue. clone()MortalCacheValueMortalCacheValue.Externalizer. readObject(java.io.ObjectInput input)Methods in org.infinispan.container.entries that return types with arguments of type MortalCacheValue Modifier and Type Method Description java.util.Set<java.lang.Class<? extends MortalCacheValue>>MortalCacheValue.Externalizer. getTypeClasses()Methods in org.infinispan.container.entries with parameters of type MortalCacheValue Modifier and Type Method Description voidMortalCacheValue.Externalizer. writeObject(java.io.ObjectOutput output, MortalCacheValue mcv)
-