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.container.entries Entries which are stored in data containers.org.infinispan.container.entries.metadata org.infinispan.persistence Persistence API. -
-
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.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 InternalCacheValueImmortalCacheEntry. toInternalCacheValue()InternalCacheValue<V>InternalCacheEntry. toInternalCacheValue()Creates a representation of this entry as anInternalCacheValue.InternalCacheValueMortalCacheEntry. toInternalCacheValue()InternalCacheValueTransientCacheEntry. toInternalCacheValue()InternalCacheValueTransientMortalCacheEntry. 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 isMetadataAwareclassMetadataMortalCacheValueA mortal cache value, to correspond withMetadataMortalCacheEntryclassMetadataTransientCacheValueA transient cache value, to correspond withTransientCacheEntrywhich isMetadataAwareclassMetadataTransientMortalCacheValueA form ofTransientMortalCacheValuethat isVersionedMethods in org.infinispan.container.entries.metadata that return InternalCacheValue Modifier and Type Method Description InternalCacheValueMetadataImmortalCacheEntry. toInternalCacheValue()InternalCacheValueMetadataMortalCacheEntry. toInternalCacheValue()InternalCacheValueMetadataTransientCacheEntry. toInternalCacheValue()InternalCacheValueMetadataTransientMortalCacheEntry. toInternalCacheValue() -
Uses of InternalCacheValue in org.infinispan.persistence
Methods in org.infinispan.persistence with parameters of type InternalCacheValue Modifier and Type Method Description static InternalMetadataPersistenceUtil. internalMetadata(InternalCacheValue icv)
-