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 storesMetadataMethods in org.infinispan.container.entries.metadata that return MetadataMortalCacheValue Modifier and Type Method Description MetadataMortalCacheValueMetadataMortalCacheValue.Externalizer. readObject(ObjectInput input)Methods in org.infinispan.container.entries.metadata that return types with arguments of type MetadataMortalCacheValue Modifier and Type Method Description Set<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(ObjectOutput output, MetadataMortalCacheValue mcv)
-