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