Package | Description |
---|---|
org.infinispan.container.entries |
Entries which are stored in data containers.
|
org.infinispan.container.entries.metadata |
Modifier and Type | Interface and Description |
---|---|
interface |
CacheEntry<K,V>
An entry that is stored in the data container
|
interface |
InternalCacheEntry<K,V>
Interface for internal cache entries that expose whether an entry has expired.
|
interface |
MVCCEntry<K,V>
An entry that can be safely copied when updates are made, to provide MVCC semantics
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInternalCacheEntry
An abstract internal cache entry that is typically stored in the data container
|
class |
ClearCacheEntry<K,V>
Used in
ClearInvocationContext to process the ClearCommand . |
class |
ClusteredRepeatableReadEntry
A version of RepeatableReadEntry that can perform write-skew checks during prepare.
|
class |
DeltaAwareCacheEntry<K>
A wrapper around a cached entry that encapsulates DeltaAware and Delta semantics when writes are
initiated, committed or rolled back.
|
class |
ForwardingCacheEntry<K,V>
A class designed to forward all method invocations for a CacheEntry to the provided delegate.
|
class |
ImmortalCacheEntry
A cache entry that is immortal/cannot expire
|
class |
L1InternalCacheEntry
A
InternalCacheEntry implementation to store a L1 entry. |
class |
MortalCacheEntry
A cache entry that is mortal.
|
class |
NullCacheEntry<K,V> |
class |
ReadCommittedEntry
A wrapper around a cached entry that encapsulates read committed semantics when writes are initiated, committed or
rolled back.
|
class |
RepeatableReadEntry
An extension of
ReadCommittedEntry that provides Repeatable Read semantics |
class |
TransientCacheEntry
A cache entry that is transient, i.e., it can be considered expired after a period of not being used.
|
class |
TransientMortalCacheEntry
A cache entry that is both transient and mortal.
|
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.