|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InternalCacheValue | |
---|---|
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.versioned |
Uses of InternalCacheValue in org.infinispan.commands.remote |
---|
Methods in org.infinispan.commands.remote that return InternalCacheValue | |
---|---|
InternalCacheValue |
ClusteredGetCommand.perform(InvocationContext context)
Invokes a logical "get(key)" on a remote cache and returns results. |
Uses of InternalCacheValue in org.infinispan.container |
---|
Methods in org.infinispan.container that return InternalCacheValue | |
---|---|
InternalCacheValue |
InternalEntryFactory.createValue(CacheEntry cacheEntry)
Creates an InternalCacheValue based on the InternalCacheEntry passed in. |
InternalCacheValue |
InternalEntryFactoryImpl.createValue(CacheEntry cacheEntry)
|
InternalCacheValue |
VersionedInternalEntryFactoryImpl.createValue(CacheEntry cacheEntry)
|
Uses of InternalCacheValue in org.infinispan.container.entries |
---|
Classes in org.infinispan.container.entries that implement InternalCacheValue | |
---|---|
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 |
Methods in org.infinispan.container.entries that return InternalCacheValue | |
---|---|
InternalCacheValue |
MortalCacheEntry.toInternalCacheValue()
|
InternalCacheValue |
ImmortalCacheEntry.toInternalCacheValue()
|
InternalCacheValue |
InternalCacheEntry.toInternalCacheValue()
Creates a representation of this entry as an InternalCacheValue . |
InternalCacheValue |
TransientMortalCacheEntry.toInternalCacheValue()
|
InternalCacheValue |
TransientCacheEntry.toInternalCacheValue()
|
Uses of InternalCacheValue in org.infinispan.container.entries.versioned |
---|
Classes in org.infinispan.container.entries.versioned that implement InternalCacheValue | |
---|---|
class |
VersionedImmortalCacheValue
A form of ImmortalCacheValue that is Versioned |
class |
VersionedMortalCacheValue
A form of MortalCacheValue that is Versioned |
class |
VersionedTransientCacheValue
A form of TransientCacheValue that is Versioned |
class |
VersionedTransientMortalCacheValue
A form of TransientMortalCacheValue that is Versioned |
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |