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 classMortalCacheValueA mortal cache value, to correspond withMortalCacheEntryclassTransientCacheValueA transient cache value, to correspond withTransientCacheEntryclassTransientMortalCacheValueA transient, mortal cache value to correspond withTransientMortalCacheEntryMethods in org.infinispan.container.entries that return ImmortalCacheValue Modifier and Type Method Description ImmortalCacheValueImmortalCacheValue. clone()ImmortalCacheValueImmortalCacheValue.Externalizer. readObject(java.io.ObjectInput input)Methods in org.infinispan.container.entries that return types with arguments of type ImmortalCacheValue Modifier and Type Method Description java.util.Set<java.lang.Class<? extends ImmortalCacheValue>>ImmortalCacheValue.Externalizer. getTypeClasses()Methods in org.infinispan.container.entries with parameters of type ImmortalCacheValue Modifier and Type Method Description voidImmortalCacheValue.Externalizer. writeObject(java.io.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 classMetadataImmortalCacheValueA form ofImmortalCacheValuethat isMetadataAwareclassMetadataMortalCacheValueA mortal cache value, to correspond withMetadataMortalCacheEntryclassMetadataTransientCacheValueA transient cache value, to correspond withTransientCacheEntrywhich isMetadataAwareclassMetadataTransientMortalCacheValueA form ofTransientMortalCacheValuethat isVersioned
-