Uses of Interface
org.infinispan.container.entries.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
Modifier and TypeMethodDescriptionConflictManager.getAllVersions
(K key) Get all CacheEntry's that exists for a given key. -
Uses of InternalCacheValue in org.infinispan.container.entries
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionMetadataImmortalCacheEntry.toInternalCacheValue()
MetadataMortalCacheEntry.toInternalCacheValue()
MetadataTransientCacheEntry.toInternalCacheValue()
MetadataTransientMortalCacheEntry.toInternalCacheValue()
-
Uses of InternalCacheValue in org.infinispan.container.impl
Modifier 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
ModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of InternalCacheValue in org.infinispan.persistence.spi
Modifier and TypeMethodDescriptiondefault MarshallableEntry<K,
V> MarshallableEntryFactory.create
(Object key, InternalCacheValue<V> v)