|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransientCacheValue | |
---|---|
org.infinispan.container.entries | Entries which are stored in data containers. |
org.infinispan.container.entries.versioned |
Uses of TransientCacheValue in org.infinispan.container.entries |
---|
Fields in org.infinispan.container.entries declared as TransientCacheValue | |
---|---|
protected TransientCacheValue |
TransientCacheEntry.cacheValue
|
Methods in org.infinispan.container.entries that return TransientCacheValue | |
---|---|
TransientCacheValue |
TransientCacheValue.clone()
|
TransientCacheValue |
TransientCacheValue.Externalizer.readObject(ObjectInput input)
|
Methods in org.infinispan.container.entries that return types with arguments of type TransientCacheValue | |
---|---|
Set<Class<? extends TransientCacheValue>> |
TransientCacheValue.Externalizer.getTypeClasses()
|
Methods in org.infinispan.container.entries with parameters of type TransientCacheValue | |
---|---|
void |
TransientCacheValue.Externalizer.writeObject(ObjectOutput output,
TransientCacheValue tcv)
|
Constructors in org.infinispan.container.entries with parameters of type TransientCacheValue | |
---|---|
TransientCacheEntry(Object key,
TransientCacheValue value)
|
Uses of TransientCacheValue in org.infinispan.container.entries.versioned |
---|
Subclasses of TransientCacheValue in org.infinispan.container.entries.versioned | |
---|---|
class |
VersionedTransientCacheValue
A form of TransientCacheValue that is Versioned |
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |