Package | Description |
---|---|
org.tikv.common.key |
Modifier and Type | Method and Description |
---|---|
static RowKey |
RowKey.createBeyondMax(long tableId) |
static RowKey |
RowKey.createMin(long tableId) |
static RowKey |
RowKey.decode(byte[] value) |
RowKey |
RowKey.next() |
static RowKey |
RowKey.toRowKey(long tableId,
long handle) |
static RowKey |
RowKey.toRowKey(long tableId,
TypedKey handle) |
Copyright © 2024 PingCAP. All rights reserved.