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.
|
Modifier and Type | Method and Description |
---|---|
Map<Address,InternalCacheValue<V>> |
ConflictManager.getAllVersions(K key)
Get all CacheEntry's that exists for a given key.
|
Modifier and Type | Method and Description |
---|---|
Map<Address,InternalCacheValue<V>> |
DefaultConflictManager.getAllVersions(K key) |
Modifier and Type | Class and Description |
---|---|
class |
ImmortalCacheValue
An immortal cache value, to correspond with
ImmortalCacheEntry |
class |
MortalCacheValue
A mortal cache value, to correspond with
MortalCacheEntry |
class |
TransientCacheValue
A transient cache value, to correspond with
TransientCacheEntry |
class |
TransientMortalCacheValue
A transient, mortal cache value to correspond with
TransientMortalCacheEntry |
Modifier and Type | Method and Description |
---|---|
InternalCacheValue<?> |
ImmortalCacheEntry.toInternalCacheValue() |
InternalCacheValue<V> |
InternalCacheEntry.toInternalCacheValue()
Creates a representation of this entry as an
InternalCacheValue . |
InternalCacheValue<?> |
MortalCacheEntry.toInternalCacheValue() |
InternalCacheValue<?> |
TransientCacheEntry.toInternalCacheValue() |
InternalCacheValue<?> |
TransientMortalCacheEntry.toInternalCacheValue() |
Modifier and Type | Class and Description |
---|---|
class |
MetadataImmortalCacheValue
A form of
ImmortalCacheValue that is MetadataAware . |
class |
MetadataMortalCacheValue
A mortal cache value, to correspond with
MetadataMortalCacheEntry |
class |
MetadataTransientCacheValue
A transient cache value, to correspond with
TransientCacheEntry which is MetadataAware |
class |
MetadataTransientMortalCacheValue
A form of
TransientMortalCacheValue that stores Metadata |
Modifier and Type | Method and Description |
---|---|
InternalCacheValue<?> |
MetadataImmortalCacheEntry.toInternalCacheValue() |
InternalCacheValue<?> |
MetadataMortalCacheEntry.toInternalCacheValue() |
InternalCacheValue<?> |
MetadataTransientCacheEntry.toInternalCacheValue() |
InternalCacheValue<?> |
MetadataTransientMortalCacheEntry.toInternalCacheValue() |
Modifier and Type | Method and Description |
---|---|
InternalCacheValue |
InternalEntryFactoryImpl.createValue(CacheEntry cacheEntry) |
<V> InternalCacheValue<V> |
InternalEntryFactory.createValue(CacheEntry<?,V> cacheEntry)
Creates an
InternalCacheValue based on the InternalCacheEntry passed in. |
<K,V> InternalCacheValue<V> |
InternalEntryFactory.getValueFromCtx(K key,
InvocationContext ctx)
Retrieve an
InternalCacheValue from the provided InvocationContext if an InternalCacheEntry
exists, otherwise create InternalCacheEntry from the context's CacheEntry and return its value. |
<K,V> InternalCacheValue<V> |
InternalEntryFactoryImpl.getValueFromCtx(K key,
InvocationContext ctx) |
Constructor and Description |
---|
InternalMetadataImpl(InternalCacheValue icv)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
default MarshallableEntry<K,V> |
MarshallableEntryFactory.create(Object key,
InternalCacheValue<V> v)
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.