Package | Description |
---|---|
org.infinispan.container.entries |
Entries which are stored in data containers.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MVCCEntry
An entry that can be safely copied when updates are made, to provide MVCC semantics
|
Modifier and Type | Class and Description |
---|---|
class |
ClusteredRepeatableReadEntry
A version of RepeatableReadEntry that can perform write-skew checks during prepare.
|
class |
DeltaAwareCacheEntry
A wrapper around a cached entry that encapsulates DeltaAware and Delta semantics when writes are
initiated, committed or rolled back.
|
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 |
Modifier and Type | Method and Description |
---|---|
void |
ReadCommittedEntry.copyStateFlagsFrom(StateChangingEntry other) |
void |
StateChangingEntry.copyStateFlagsFrom(StateChangingEntry other) |
void |
DeltaAwareCacheEntry.copyStateFlagsFrom(StateChangingEntry other) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.