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