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 TransientCacheValue |
TransientCacheEntry.cacheValue |
Modifier and Type | Method and Description |
---|---|
TransientCacheValue |
TransientCacheValue.clone() |
TransientCacheValue |
TransientCacheValue.Externalizer.readObject(ObjectInput input) |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends TransientCacheValue>> |
TransientCacheValue.Externalizer.getTypeClasses() |
Modifier and Type | Method and Description |
---|---|
void |
TransientCacheValue.Externalizer.writeObject(ObjectOutput output,
TransientCacheValue tcv) |
Constructor and Description |
---|
TransientCacheEntry(Object key,
TransientCacheValue value) |
Modifier and Type | Class and Description |
---|---|
class |
VersionedTransientCacheValue
A form of
TransientCacheValue that is Versioned |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.