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 TypeClassDescriptionclassAn immortal cache value, to correspond withImmortalCacheEntryclassA mortal cache value, to correspond withMortalCacheEntryclassA transient cache value, to correspond withTransientCacheEntryclassA transient, mortal cache value to correspond withTransientMortalCacheEntryMethods 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 TypeClassDescriptionclassA form ofImmortalCacheValuethat isMetadataAware.classA mortal cache value, to correspond withMetadataMortalCacheEntryclassA transient cache value, to correspond withTransientCacheEntrywhich isMetadataAwareclassA form ofTransientMortalCacheValuethat storesMetadataMethods 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 anInternalCacheValuebased on theInternalCacheEntrypassed in.InternalEntryFactoryImpl.createValue(CacheEntry cacheEntry) <K,V> InternalCacheValue <V> InternalEntryFactory.getValueFromCtx(K key, InvocationContext ctx) Retrieve anInternalCacheValuefrom the providedInvocationContextif anInternalCacheEntryexists, otherwise createInternalCacheEntryfrom the context'sCacheEntryand 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 classMethods 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 TypeMethodDescriptionvoidMarshallableFunctions.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.icvprotected final InternalCacheValue<?> AbstractInternalCacheValueResponse.icvprotected final InternalCacheValue<?> AbstractInternalCacheValueResponse.icvprotected final InternalCacheValue<?> AbstractInternalCacheValueResponse.icvprotected final InternalCacheValue<?> AbstractInternalCacheValueResponse.icvprotected final InternalCacheValue<?> AbstractInternalCacheValueResponse.icvprotected final InternalCacheValue<?> AbstractInternalCacheValueResponse.icvprotected final InternalCacheValue<?> AbstractInternalCacheValueResponse.icv