Uses of Interface
org.infinispan.container.entries.InternalCacheValue
-
Packages that use InternalCacheValue Package Description org.infinispan.conflict This package contains the APIs that enable users to search for, and amend, data inconsistencies within their cache.org.infinispan.container.entries Entries which are stored in data containers.org.infinispan.container.entries.metadata -
-
Uses of InternalCacheValue in org.infinispan.conflict
Methods in org.infinispan.conflict that return types with arguments of type InternalCacheValue Modifier and Type Method Description java.util.Map<Address,InternalCacheValue<V>>
ConflictManager. getAllVersions(K key)
Get all CacheEntry's that exists for a given key. -
Uses of InternalCacheValue in org.infinispan.container.entries
Classes in org.infinispan.container.entries that implement InternalCacheValue Modifier and Type Class Description class
ImmortalCacheValue
An immortal cache value, to correspond withImmortalCacheEntry
class
MortalCacheValue
A mortal cache value, to correspond withMortalCacheEntry
class
TransientCacheValue
A transient cache value, to correspond withTransientCacheEntry
class
TransientMortalCacheValue
A transient, mortal cache value to correspond withTransientMortalCacheEntry
Methods in org.infinispan.container.entries that return InternalCacheValue Modifier and Type Method Description InternalCacheValue
ImmortalCacheEntry. toInternalCacheValue()
InternalCacheValue<V>
InternalCacheEntry. toInternalCacheValue()
Creates a representation of this entry as anInternalCacheValue
.InternalCacheValue
MortalCacheEntry. toInternalCacheValue()
InternalCacheValue
TransientCacheEntry. toInternalCacheValue()
InternalCacheValue
TransientMortalCacheEntry. toInternalCacheValue()
-
Uses of InternalCacheValue in org.infinispan.container.entries.metadata
Classes in org.infinispan.container.entries.metadata that implement InternalCacheValue Modifier and Type Class Description class
MetadataImmortalCacheValue
A form ofImmortalCacheValue
that isMetadataAware
class
MetadataMortalCacheValue
A mortal cache value, to correspond withMetadataMortalCacheEntry
class
MetadataTransientCacheValue
A transient cache value, to correspond withTransientCacheEntry
which isMetadataAware
class
MetadataTransientMortalCacheValue
A form ofTransientMortalCacheValue
that isVersioned
Methods in org.infinispan.container.entries.metadata that return InternalCacheValue Modifier and Type Method Description InternalCacheValue
MetadataImmortalCacheEntry. toInternalCacheValue()
InternalCacheValue
MetadataMortalCacheEntry. toInternalCacheValue()
InternalCacheValue
MetadataTransientCacheEntry. toInternalCacheValue()
InternalCacheValue
MetadataTransientMortalCacheEntry. toInternalCacheValue()
-