Package | Description |
---|---|
org.infinispan.container.entries |
Entries which are stored in data containers.
|
org.infinispan.container.entries.metadata |
Modifier and Type | Class and Description |
---|---|
class |
MortalCacheValue
A mortal cache value, to correspond with
MortalCacheEntry |
class |
TransientCacheValue
A transient cache value, to correspond with
TransientCacheEntry |
class |
TransientMortalCacheValue
A transient, mortal cache value to correspond with
TransientMortalCacheEntry |
Modifier and Type | Method and Description |
---|---|
ImmortalCacheValue |
ImmortalCacheValue.clone() |
ImmortalCacheValue |
ImmortalCacheValue.Externalizer.readObject(ObjectInput input) |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ImmortalCacheValue>> |
ImmortalCacheValue.Externalizer.getTypeClasses() |
Modifier and Type | Method and Description |
---|---|
void |
ImmortalCacheValue.Externalizer.writeObject(ObjectOutput output,
ImmortalCacheValue icv) |
Modifier and Type | Class and Description |
---|---|
class |
MetadataImmortalCacheValue
A form of
ImmortalCacheValue that is MetadataAware . |
class |
MetadataMortalCacheValue
A mortal cache value, to correspond with
MetadataMortalCacheEntry |
class |
MetadataTransientCacheValue
A transient cache value, to correspond with
TransientCacheEntry which is MetadataAware |
class |
MetadataTransientMortalCacheValue
A form of
TransientMortalCacheValue that stores Metadata |
Copyright © 2021 JBoss by Red Hat. All rights reserved.