public interface MvccVersionAware
| Modifier and Type | Method and Description |
|---|---|
long |
mvccCoordinatorVersion() |
long |
mvccCounter() |
int |
mvccOperationCounter() |
byte |
mvccTxState() |
default MvccVersion |
mvccVersion() |
default void |
mvccVersion(long crd,
long cntr,
int opCntr)
Sets mvcc version.
|
default void |
mvccVersion(MvccVersion ver)
Sets mvcc version.
|
default void |
mvccVersion(MvccVersionAware other)
Copies mvcc version from another object.
|
long mvccCoordinatorVersion()
long mvccCounter()
int mvccOperationCounter()
byte mvccTxState()
default void mvccVersion(MvccVersionAware other)
other - Info source.default void mvccVersion(MvccVersion ver)
ver - Mvcc version.default void mvccVersion(long crd,
long cntr,
int opCntr)
crd - Mvcc coordinator version.cntr - Mvcc counter.opCntr - Mvcc operation counter.default MvccVersion mvccVersion()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021