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