Package | Description |
---|---|
org.infinispan.commands.remote |
Meta-commands that wrap other commands for remote execution.
|
org.infinispan.container |
Data containers which store cache entries.
|
org.infinispan.container.entries |
Entries which are stored in data containers.
|
org.infinispan.container.entries.metadata | |
org.infinispan.persistence |
This package contains stores, which are used for overflow or persistence.
|
Modifier and Type | Method and Description |
---|---|
InternalCacheValue |
ClusteredGetCommand.perform(InvocationContext context)
Invokes a logical "get(key)" on a remote cache and returns results.
|
Modifier and Type | Method and Description |
---|---|
InternalCacheValue |
InternalEntryFactory.createValue(CacheEntry cacheEntry)
Creates an
InternalCacheValue based on the InternalCacheEntry passed in. |
InternalCacheValue |
InternalEntryFactoryImpl.createValue(CacheEntry cacheEntry) |
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 |
InternalCacheEntry.toInternalCacheValue()
Creates a representation of this entry as an
InternalCacheValue . |
InternalCacheValue |
TransientMortalCacheEntry.toInternalCacheValue() |
InternalCacheValue |
MortalCacheEntry.toInternalCacheValue() |
InternalCacheValue |
TransientCacheEntry.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 is Versioned |
Modifier and Type | Method and Description |
---|---|
InternalCacheValue |
MetadataMortalCacheEntry.toInternalCacheValue() |
InternalCacheValue |
MetadataTransientCacheEntry.toInternalCacheValue() |
InternalCacheValue |
MetadataTransientMortalCacheEntry.toInternalCacheValue() |
InternalCacheValue |
MetadataImmortalCacheEntry.toInternalCacheValue() |
Modifier and Type | Method and Description |
---|---|
static InternalMetadata |
PersistenceUtil.internalMetadata(InternalCacheValue icv) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.