public interface MvccUpdateVersionAware
| Modifier and Type | Method and Description |
|---|---|
long |
newMvccCoordinatorVersion() |
long |
newMvccCounter() |
int |
newMvccOperationCounter() |
byte |
newMvccTxState() |
default MvccVersion |
newMvccVersion() |
default void |
newMvccVersion(long crd,
long cntr,
int opCntr)
Sets new mvcc version.
|
default void |
newMvccVersion(MvccUpdateVersionAware other)
Copies new MVCC version
|
default void |
newMvccVersion(MvccVersion ver)
Sets new MVCC version
|
long newMvccCoordinatorVersion()
long newMvccCounter()
int newMvccOperationCounter()
byte newMvccTxState()
default void newMvccVersion(MvccUpdateVersionAware other)
other - Object to copy version from.default void newMvccVersion(MvccVersion ver)
ver - MVCC version.default void newMvccVersion(long crd,
long cntr,
int opCntr)
crd - New mvcc coordinator version.cntr - New mvcc counter.opCntr - New mvcc operation counter.default MvccVersion newMvccVersion()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021