|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
CacheEntry | An entry that is stored in the data container |
InternalCacheEntry | Interface for internal cache entries that expose whether an entry has expired. |
MVCCEntry | An entry that can be safely copied when updates are made, to provide MVCC semantics |
Class Summary | |
---|---|
AbstractInternalCacheEntry | An abstract internal cache entry that is typically stored in the data container |
ImmortalCacheEntry | A cache entry that is immortal/cannot expire |
InternalEntryFactory | A factory for internal entries |
MortalCacheEntry | A cache entry that is mortal. |
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 org.infinispan.container.ReadCommittedEntry that provides Repeatable Read semantics |
TransientCacheEntry | A cache entry that is transient, i.e., it can be considered expired afer a period of not being used |
TransientMortalCacheEntry | A cache entry that is both transient and mortal. |
Enum Summary | |
---|---|
ReadCommittedEntry.Flags |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |