|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MVCCEntry | |
---|---|
org.infinispan.container | Data containers which store cache entries. |
org.infinispan.container.entries | Entries which are stored in data containers. |
Uses of MVCCEntry in org.infinispan.container |
---|
Methods in org.infinispan.container that return MVCCEntry | |
---|---|
MVCCEntry |
EntryFactoryImpl.wrapEntryForWriting(InvocationContext ctx,
InternalCacheEntry entry,
boolean createIfAbsent,
boolean forceLockIfAbsent,
boolean alreadyLocked,
boolean forRemoval,
boolean undeleteIfNeeded)
|
MVCCEntry |
EntryFactory.wrapEntryForWriting(InvocationContext ctx,
InternalCacheEntry entry,
boolean createIfAbsent,
boolean forceLockIfAbsent,
boolean alreadyLocked,
boolean forRemoval,
boolean undeleteIfNeeded)
Wraps an entry for writing. |
MVCCEntry |
EntryFactoryImpl.wrapEntryForWriting(InvocationContext ctx,
Object key,
boolean createIfAbsent,
boolean forceLockIfAbsent,
boolean alreadyLocked,
boolean forRemoval,
boolean undeleteIfNeeded)
|
MVCCEntry |
EntryFactory.wrapEntryForWriting(InvocationContext ctx,
Object key,
boolean createIfAbsent,
boolean forceLockIfAbsent,
boolean alreadyLocked,
boolean forRemoval,
boolean undeleteIfNeeded)
Wraps an entry for writing. |
Uses of MVCCEntry in org.infinispan.container.entries |
---|
Classes in org.infinispan.container.entries that implement MVCCEntry | |
---|---|
class |
NullMarkerEntry
A marker entry to represent a null for repeatable read, so that a read that returns a null can continue to return null. |
class |
NullMarkerEntryForRemoval
A null entry that is read in for removal |
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 |
|
Google Analytics | |||||||||
PREV NEXT | FRAMES NO FRAMES |