See: Description
| Interface | Description |
|---|---|
| CacheEntry |
An entry that is stored in the data container
|
| InternalCacheEntry |
Interface for internal cache entries that expose whether an entry has expired.
|
| InternalCacheValue |
A representation of an InternalCacheEntry that does not have a reference to the key.
|
| MVCCEntry |
An entry that can be safely copied when updates are made, to provide MVCC semantics
|
| Class | Description |
|---|---|
| AbstractInternalCacheEntry |
An abstract internal cache entry that is typically stored in the data container
|
| ClusteredRepeatableReadEntry |
A version of RepeatableReadEntry that can perform write-skew checks during prepare.
|
| DeltaAwareCacheEntry |
A wrapper around a cached entry that encapsulates DeltaAware and Delta semantics when writes are
initiated, committed or rolled back.
|
| ImmortalCacheEntry |
A cache entry that is immortal/cannot expire
|
| ImmortalCacheEntry.Externalizer | |
| ImmortalCacheValue |
An immortal cache value, to correspond with
ImmortalCacheEntry |
| ImmortalCacheValue.Externalizer | |
| MortalCacheEntry |
A cache entry that is mortal.
|
| MortalCacheEntry.Externalizer | |
| MortalCacheValue |
A mortal cache value, to correspond with
MortalCacheEntry |
| MortalCacheValue.Externalizer | |
| NullMarkerEntry |
A marker entry to represent a null for repeatable read, so that a read that returns a null can continue to return
null.
|
| NullMarkerEntryForRemoval |
A null entry that is read in for removal
|
| ReadCommittedEntry |
A wrapper around a cached entry that encapsulates read committed semantics when writes are initiated, committed or
rolled back.
|
| RepeatableReadEntry |
An extension of
ReadCommittedEntry that provides Repeatable Read semantics |
| TransientCacheEntry |
A cache entry that is transient, i.e., it can be considered expired after a period of not being used.
|
| TransientCacheEntry.Externalizer | |
| TransientCacheValue |
A transient cache value, to correspond with
TransientCacheEntry |
| TransientCacheValue.Externalizer | |
| TransientMortalCacheEntry |
A cache entry that is both transient and mortal.
|
| TransientMortalCacheEntry.Externalizer | |
| TransientMortalCacheValue |
A transient, mortal cache value to correspond with
TransientMortalCacheEntry |
| TransientMortalCacheValue.Externalizer |
| Enum | Description |
|---|---|
| DeltaAwareCacheEntry.Flags | |
| ReadCommittedEntry.Flags |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.