| Package | Description |
|---|---|
| org.infinispan.container.entries |
Entries which are stored in data containers.
|
| org.infinispan.container.impl |
Data containers which store cache entries.
|
| org.infinispan.functional.impl | |
| org.infinispan.interceptors.impl |
Basic interceptors
|
| Modifier and Type | Class and Description |
|---|---|
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 |
VersionedRepeatableReadEntry
A version of RepeatableReadEntry that can perform write-skew checks during prepare.
|
| Modifier and Type | Method and Description |
|---|---|
MVCCEntry<K,V> |
MVCCEntry.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected MVCCEntry<?,?> |
EntryFactoryImpl.createWrappedEntry(Object key,
CacheEntry<?,?> cacheEntry) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> EntryViews.AccessLoggingReadWriteView<K,V> |
EntryViews.readWrite(MVCCEntry entry,
DataConversion keyDataConversion,
DataConversion valueDataConversion) |
static <K,V> EntryViews.AccessLoggingReadWriteView<K,V> |
EntryViews.readWrite(MVCCEntry entry,
Object prevValue,
Metadata prevMetadata,
DataConversion keyDataConversion,
DataConversion valueDataConversion) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
CallInterceptor.performRemove(MVCCEntry e,
InvocationContext ctx,
ValueMatcher valueMatcher,
Object key,
Object prevValue,
Object optionalValue,
boolean notifyRemove,
RemoveCommand command) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.