public interface IndexRowComparator
| Modifier and Type | Method and Description |
|---|---|
int |
compareKey(IndexRow left,
IndexRow right,
int idx)
Compare index keys.
|
int |
compareKey(long pageAddr,
int off,
int maxSize,
IndexKey key,
int curType)
Compare index keys.
|
int compareKey(long pageAddr,
int off,
int maxSize,
IndexKey key,
int curType)
throws IgniteCheckedException
pageAddr - address of an index row.off - offset of an index key.maxSize - max size to read.key - key to compare with.curType - type of an index key.IgniteCheckedExceptionint compareKey(IndexRow left, IndexRow right, int idx) throws IgniteCheckedException
left - index row.right - index row.idx - offset of index key.IgniteCheckedException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021