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.conflict.impl This package contains implementations of the conflict resolution API.org.infinispan.container.entries Entries which are stored in data containers.org.infinispan.container.entries.metadata org.infinispan.container.impl Data containers which store cache entries.org.infinispan.metadata.impl org.infinispan.persistence.spi The Persistence SPI. -
-
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 Map<Address,InternalCacheValue<V>>ConflictManager. getAllVersions(K key)Get all CacheEntry's that exists for a given key. -
Uses of InternalCacheValue in org.infinispan.conflict.impl
Methods in org.infinispan.conflict.impl that return types with arguments of type InternalCacheValue Modifier and Type Method Description Map<Address,InternalCacheValue<V>>DefaultConflictManager. getAllVersions(K key) -
Uses of InternalCacheValue in org.infinispan.container.entries
Classes in org.infinispan.container.entries that implement InternalCacheValue Modifier and Type Class Description classImmortalCacheValueAn immortal cache value, to correspond withImmortalCacheEntryclassMortalCacheValueA mortal cache value, to correspond withMortalCacheEntryclassTransientCacheValueA transient cache value, to correspond withTransientCacheEntryclassTransientMortalCacheValueA transient, mortal cache value to correspond withTransientMortalCacheEntryMethods 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 classMetadataImmortalCacheValueA form ofImmortalCacheValuethat isMetadataAware.classMetadataMortalCacheValueA mortal cache value, to correspond withMetadataMortalCacheEntryclassMetadataTransientCacheValueA transient cache value, to correspond withTransientCacheEntrywhich isMetadataAwareclassMetadataTransientMortalCacheValueA form ofTransientMortalCacheValuethat storesMetadataMethods 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() -
Uses of InternalCacheValue in org.infinispan.container.impl
Methods in org.infinispan.container.impl that return InternalCacheValue Modifier and Type Method Description <V> InternalCacheValue<V>InternalEntryFactory. createValue(CacheEntry<?,V> cacheEntry)Creates anInternalCacheValuebased on theInternalCacheEntrypassed in.InternalCacheValueInternalEntryFactoryImpl. 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.metadata.impl
Constructors in org.infinispan.metadata.impl with parameters of type InternalCacheValue Constructor Description InternalMetadataImpl(InternalCacheValue icv)Deprecated. -
Uses of InternalCacheValue in org.infinispan.persistence.spi
Methods in org.infinispan.persistence.spi with parameters of type InternalCacheValue Modifier and Type Method Description default MarshallableEntry<K,V>MarshallableEntryFactory. create(Object key, InternalCacheValue<V> v)
-