public class RowKey extends Key implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
RowKey.DecodeResult |
Modifier and Type | Method and Description |
---|---|
static RowKey |
createBeyondMax(long tableId) |
static RowKey |
createMin(long tableId) |
static RowKey |
decode(byte[] value) |
long |
getHandle() |
long |
getTableId() |
RowKey |
next()
Next key simply append a zero byte to previous key.
|
static RowKey |
toRowKey(long tableId,
long handle) |
static RowKey |
toRowKey(long tableId,
TypedKey handle) |
String |
toString() |
append, compareTo, equals, getBytes, getInfFlag, hashCode, nextPrefix, toByteString, toRawKey, toRawKey, toRawKey, toRawKey
public static RowKey toRowKey(long tableId, long handle)
public static RowKey createMin(long tableId)
public static RowKey createBeyondMax(long tableId)
public static RowKey decode(byte[] value)
public RowKey next()
Key
public long getTableId()
public long getHandle()
Copyright © 2024 PingCAP. All rights reserved.