Uses of Interface
org.infinispan.container.entries.InternalCacheValue
Packages that use InternalCacheValue
Package
Description
This package contains the APIs that enable users to search for, and amend, data inconsistencies within their cache.
Entries which are stored in data containers.
Data containers which store cache entries.
The Persistence SPI.
-
Uses of InternalCacheValue in org.infinispan.conflict
Methods in org.infinispan.conflict that return types with arguments of type InternalCacheValueModifier and TypeMethodDescriptionConflictManager.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 InternalCacheValueModifier and TypeClassDescriptionclass
An immortal cache value, to correspond withImmortalCacheEntry
class
A mortal cache value, to correspond withMortalCacheEntry
class
A transient cache value, to correspond withTransientCacheEntry
class
A transient, mortal cache value to correspond withTransientMortalCacheEntry
Methods in org.infinispan.container.entries that return InternalCacheValueModifier and TypeMethodDescriptionImmortalCacheEntry.toInternalCacheValue()
InternalCacheEntry.toInternalCacheValue()
Creates a representation of this entry as anInternalCacheValue
.MortalCacheEntry.toInternalCacheValue()
TransientCacheEntry.toInternalCacheValue()
TransientMortalCacheEntry.toInternalCacheValue()
-
Uses of InternalCacheValue in org.infinispan.container.entries.metadata
Classes in org.infinispan.container.entries.metadata that implement InternalCacheValueModifier 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
Methods in org.infinispan.container.entries.metadata that return InternalCacheValueModifier and TypeMethodDescriptionMetadataImmortalCacheEntry.toInternalCacheValue()
MetadataMortalCacheEntry.toInternalCacheValue()
MetadataTransientCacheEntry.toInternalCacheValue()
MetadataTransientMortalCacheEntry.toInternalCacheValue()
-
Uses of InternalCacheValue in org.infinispan.container.impl
Methods in org.infinispan.container.impl that return InternalCacheValueModifier and TypeMethodDescription<V> InternalCacheValue
<V> InternalEntryFactory.createValue
(CacheEntry<?, V> cacheEntry) Creates anInternalCacheValue
based on theInternalCacheEntry
passed in.InternalEntryFactoryImpl.createValue
(CacheEntry cacheEntry) <K,
V> InternalCacheValue <V> InternalEntryFactory.getValueFromCtx
(K key, InvocationContext ctx) Retrieve anInternalCacheValue
from the providedInvocationContext
if anInternalCacheEntry
exists, otherwise createInternalCacheEntry
from the context'sCacheEntry
and return its value.<K,
V> InternalCacheValue <V> InternalEntryFactoryImpl.getValueFromCtx
(K key, InvocationContext ctx) -
Uses of InternalCacheValue in org.infinispan.metadata.impl
Constructors in org.infinispan.metadata.impl with parameters of type InternalCacheValueModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of InternalCacheValue in org.infinispan.persistence.spi
Methods in org.infinispan.persistence.spi with parameters of type InternalCacheValueModifier and TypeMethodDescriptiondefault MarshallableEntry
<K, V> MarshallableEntryFactory.create
(Object key, InternalCacheValue<V> v)