Package | Description |
---|---|
org.infinispan.container.entries |
Entries which are stored in data containers.
|
Modifier and Type | Class and Description |
---|---|
class |
TransientMortalCacheValue
A transient, mortal cache value to correspond with
TransientMortalCacheEntry |
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) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.