Package | Description |
---|---|
org.infinispan.commands.write |
Commands that alter the state of the cache.
|
org.infinispan.container |
Data containers which store cache entries.
|
org.infinispan.container.entries |
Entries which are stored in data containers.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
ValueMatcher.extractValue(MVCCEntry mvccEntry) |
abstract boolean |
ValueMatcher.matches(MVCCEntry existingEntry,
Object expectedValue,
Object newValue,
Equivalence valueEquivalence) |
Modifier and Type | Method and Description |
---|---|
protected MVCCEntry |
IncrementalVersionableEntryFactoryImpl.createWrappedEntry(Object key,
CacheEntry cacheEntry,
InvocationContext context,
Metadata providedMetadata,
boolean isForInsert,
boolean forRemoval,
boolean skipRead) |
protected MVCCEntry |
EntryFactoryImpl.createWrappedEntry(Object key,
CacheEntry cacheEntry,
InvocationContext context,
Metadata providedMetadata,
boolean isForInsert,
boolean forRemoval,
boolean skipRead) |
MVCCEntry |
EntryFactoryImpl.wrapEntryForClear(InvocationContext ctx,
Object key) |
MVCCEntry |
EntryFactory.wrapEntryForClear(InvocationContext ctx,
Object key)
Used for wrapping individual keys when clearing the cache.
|
MVCCEntry |
EntryFactoryImpl.wrapEntryForPut(InvocationContext ctx,
Object key,
InternalCacheEntry icEntry,
boolean undeleteIfNeeded,
FlagAffectedCommand cmd,
boolean skipRead) |
MVCCEntry |
EntryFactory.wrapEntryForPut(InvocationContext ctx,
Object key,
InternalCacheEntry ice,
boolean undeleteIfNeeded,
FlagAffectedCommand cmd,
boolean skipRead)
Used for wrapping a cache entry for addition to cache.
|
MVCCEntry |
EntryFactoryImpl.wrapEntryForRemove(InvocationContext ctx,
Object key,
boolean skipRead,
boolean forInvalidation,
boolean forceWrap) |
MVCCEntry |
EntryFactory.wrapEntryForRemove(InvocationContext ctx,
Object key,
boolean skipRead,
boolean forInvalidation,
boolean forceWrap)
Used for wrapping a cache entry for removal.
|
MVCCEntry |
EntryFactoryImpl.wrapEntryForReplace(InvocationContext ctx,
ReplaceCommand cmd) |
MVCCEntry |
EntryFactory.wrapEntryForReplace(InvocationContext ctx,
ReplaceCommand cmd)
Used for wrapping a cache entry for replacement.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusteredRepeatableReadEntry
A version of RepeatableReadEntry that can perform write-skew checks during prepare.
|
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 |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.