|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MortalCacheValue | |
---|---|
org.infinispan.container.entries | Entries which are stored in data containers. |
Uses of MortalCacheValue in org.infinispan.container.entries |
---|
Subclasses of MortalCacheValue in org.infinispan.container.entries | |
---|---|
class |
TransientMortalCacheValue
A transient, mortal cache value to correspond with TransientMortalCacheEntry |
Methods in org.infinispan.container.entries that return MortalCacheValue | |
---|---|
MortalCacheValue |
MortalCacheValue.clone()
|
MortalCacheValue |
MortalCacheValue.Externalizer.readObject(ObjectInput input)
|
Methods in org.infinispan.container.entries that return types with arguments of type MortalCacheValue | |
---|---|
Set<Class<? extends MortalCacheValue>> |
MortalCacheValue.Externalizer.getTypeClasses()
|
Methods in org.infinispan.container.entries with parameters of type MortalCacheValue | |
---|---|
void |
MortalCacheValue.Externalizer.writeObject(ObjectOutput output,
MortalCacheValue mcv)
|
|
--> |