Uses of Class
org.infinispan.container.entries.metadata.MetadataMortalCacheValue
-
Packages that use MetadataMortalCacheValue Package Description org.infinispan.container.entries.metadata -
-
Uses of MetadataMortalCacheValue in org.infinispan.container.entries.metadata
Subclasses of MetadataMortalCacheValue in org.infinispan.container.entries.metadata Modifier and Type Class Description classMetadataTransientMortalCacheValueA form ofTransientMortalCacheValuethat isVersionedMethods in org.infinispan.container.entries.metadata that return MetadataMortalCacheValue Modifier and Type Method Description MetadataMortalCacheValueMetadataMortalCacheValue.Externalizer. readObject(java.io.ObjectInput input)Methods in org.infinispan.container.entries.metadata that return types with arguments of type MetadataMortalCacheValue Modifier and Type Method Description java.util.Set<java.lang.Class<? extends MetadataMortalCacheValue>>MetadataMortalCacheValue.Externalizer. getTypeClasses()Methods in org.infinispan.container.entries.metadata with parameters of type MetadataMortalCacheValue Modifier and Type Method Description voidMetadataMortalCacheValue.Externalizer. writeObject(java.io.ObjectOutput output, MetadataMortalCacheValue mcv)
-