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.
Abstractions of the different response types allowed during RPC.
-
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.marshall.core
Classes in org.infinispan.marshall.core that implement interfaces with type arguments of type InternalCacheValueModifier and TypeClassDescriptionstatic final class
Methods in org.infinispan.marshall.core that return types with arguments of type InternalCacheValueModifier and TypeMethodDescriptionstatic <K,
V> BiConsumer <InternalCacheValue<V>, EntryView.WriteEntryView<K, V>> MarshallableFunctions.setInternalCacheValueConsumer()
Methods in org.infinispan.marshall.core with parameters of type InternalCacheValueModifier and TypeMethodDescriptionvoid
MarshallableFunctions.SetInternalCacheValue.accept
(InternalCacheValue<V> icv, EntryView.WriteEntryView<K, V> view) -
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) -
Uses of InternalCacheValue in org.infinispan.remoting.responses
Fields in org.infinispan.remoting.responses declared as InternalCacheValueModifier and TypeFieldDescriptionprotected final InternalCacheValue
<?> AbstractInternalCacheValueResponse.icv
protected final InternalCacheValue
<?> AbstractInternalCacheValueResponse.icv
protected final InternalCacheValue
<?> AbstractInternalCacheValueResponse.icv
protected final InternalCacheValue
<?> AbstractInternalCacheValueResponse.icv
protected final InternalCacheValue
<?> AbstractInternalCacheValueResponse.icv
protected final InternalCacheValue
<?> AbstractInternalCacheValueResponse.icv
protected final InternalCacheValue
<?> AbstractInternalCacheValueResponse.icv
protected final InternalCacheValue
<?> AbstractInternalCacheValueResponse.icv