public interface RowLinkIO
| Modifier and Type | Method and Description |
|---|---|
default int |
getCacheId(long pageAddr,
int idx) |
int |
getHash(long pageAddr,
int idx) |
long |
getLink(long pageAddr,
int idx) |
default long |
getMvccCoordinatorVersion(long pageAddr,
int idx) |
default long |
getMvccCounter(long pageAddr,
int idx) |
default long |
getMvccLockCoordinatorVersion(long pageAddr,
int idx) |
default long |
getMvccLockCounter(long pageAddr,
int idx) |
default int |
getMvccOperationCounter(long pageAddr,
int idx) |
default void |
setMvccLockCoordinatorVersion(long pageAddr,
int idx,
long lockCrd) |
default void |
setMvccLockCounter(long pageAddr,
int idx,
long lockCntr) |
long getLink(long pageAddr,
int idx)
pageAddr - Page address.idx - Index.int getHash(long pageAddr,
int idx)
pageAddr - Page address.idx - Index.default int getCacheId(long pageAddr,
int idx)
pageAddr - Page address.idx - Index.0 if cache ID is not defined.default long getMvccCoordinatorVersion(long pageAddr,
int idx)
pageAddr - Page address.idx - Index.default int getMvccOperationCounter(long pageAddr,
int idx)
pageAddr - Page address.idx - Index.default long getMvccCounter(long pageAddr,
int idx)
pageAddr - Page address.idx - Index.default long getMvccLockCoordinatorVersion(long pageAddr,
int idx)
pageAddr - Page address.idx - Index.default long getMvccLockCounter(long pageAddr,
int idx)
pageAddr - Page address.idx - Index.default void setMvccLockCoordinatorVersion(long pageAddr,
int idx,
long lockCrd)
pageAddr - Page address.idx - Index.lockCrd - Mvcc lock coordinator version.default void setMvccLockCounter(long pageAddr,
int idx,
long lockCntr)
pageAddr - Page address.idx - Index.lockCntr - Mvcc lock counter.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020