public class RowKey extends Key implements Serializable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
RowKey.DecodeResult |
| 限定符和类型 | 方法和说明 |
|---|---|
static RowKey |
createBeyondMax(long tableId) |
static RowKey |
createMin(long tableId) |
static RowKey |
decode(byte[] value) |
static byte[] |
encode(long tableId,
byte[] key) |
static byte[] |
encode(long tableId,
Handle handle) |
Handle |
getHandle() |
long |
getTableId() |
RowKey |
next()
Next key simply append a zero byte to previous key.
|
static RowKey |
toRowKey(long tableId,
Handle handle) |
static RowKey |
toRowKey(long tableId,
TypedKey handle) |
String |
toString() |
append, compareTo, equals, getBytes, getInfFlag, hashCode, nextPrefix, toByteString, toRawKey, toRawKey, toRawKey, toRawKeypublic static RowKey createMin(long tableId)
public static RowKey createBeyondMax(long tableId)
public static RowKey decode(byte[] value)
public static byte[] encode(long tableId,
Handle handle)
public static byte[] encode(long tableId,
byte[] key)
public long getTableId()
public Handle getHandle()
Copyright © 2023 PingCAP. All rights reserved.