Uses of Class
org.infinispan.container.entries.ImmortalCacheValue
Packages that use ImmortalCacheValue
Package
Description
Entries which are stored in data containers.
Abstractions of the different response types allowed during RPC.
-
Uses of ImmortalCacheValue in org.infinispan.container.entries
Subclasses of ImmortalCacheValue in org.infinispan.container.entriesModifier and TypeClassDescriptionclass
A mortal cache value, to correspond withMortalCacheEntry
class
A transient cache value, to correspond withTransientCacheEntry
class
A transient, mortal cache value to correspond withTransientMortalCacheEntry
Classes in org.infinispan.container.entries that implement interfaces with type arguments of type ImmortalCacheValueModifier and TypeClassDescriptionfinal class
WARNING: Generated code!Methods in org.infinispan.container.entries that return ImmortalCacheValueModifier and TypeMethodDescriptionImmortalCacheValue.clone()
ImmortalCacheValue$___Marshaller_841d0e2575d367e77b0a72446c9c49505af776b34e6ef7b4258d4807fe885587.read
(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.container.entries that return types with arguments of type ImmortalCacheValueModifier and TypeMethodDescriptionImmortalCacheValue$___Marshaller_841d0e2575d367e77b0a72446c9c49505af776b34e6ef7b4258d4807fe885587.getJavaClass()
Methods in org.infinispan.container.entries with parameters of type ImmortalCacheValueModifier and TypeMethodDescriptionvoid
ImmortalCacheValue$___Marshaller_841d0e2575d367e77b0a72446c9c49505af776b34e6ef7b4258d4807fe885587.write
(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, ImmortalCacheValue $2) -
Uses of ImmortalCacheValue in org.infinispan.container.entries.metadata
Subclasses of ImmortalCacheValue in org.infinispan.container.entries.metadataModifier and TypeClassDescriptionclass
A form ofImmortalCacheValue
that isMetadataAware
.class
A mortal cache value, to correspond withMetadataMortalCacheEntry
class
A transient cache value, to correspond withTransientCacheEntry
which isMetadataAware
class
A form ofTransientMortalCacheValue
that storesMetadata
-
Uses of ImmortalCacheValue in org.infinispan.remoting.responses
Methods in org.infinispan.remoting.responses that return ImmortalCacheValue