| Package | Description |
|---|---|
| org.infinispan.container.entries |
Entries which are stored in data containers.
|
| org.infinispan.container.entries.versioned |
| Modifier and Type | Class and Description |
|---|---|
class |
TransientMortalCacheValue
A transient, mortal cache value to correspond with
TransientMortalCacheEntry |
| Modifier and Type | Field and Description |
|---|---|
protected MortalCacheValue |
MortalCacheEntry.cacheValue |
| Modifier and Type | Method and Description |
|---|---|
MortalCacheValue |
MortalCacheValue.clone() |
MortalCacheValue |
MortalCacheValue.Externalizer.readObject(ObjectInput input) |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<? extends MortalCacheValue>> |
MortalCacheValue.Externalizer.getTypeClasses() |
| Modifier and Type | Method and Description |
|---|---|
void |
MortalCacheValue.Externalizer.writeObject(ObjectOutput output,
MortalCacheValue mcv) |
| Constructor and Description |
|---|
MortalCacheEntry(Object key,
MortalCacheValue cacheValue) |
| Modifier and Type | Class and Description |
|---|---|
class |
VersionedMortalCacheValue
A form of
MortalCacheValue that is Versioned |
class |
VersionedTransientMortalCacheValue
A form of
TransientMortalCacheValue that is Versioned |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.