public class CompoundKey extends Key
Modifier and Type | Class and Description |
---|---|
static class |
CompoundKey.Builder |
Modifier | Constructor and Description |
---|---|
protected |
CompoundKey(List<Key> keys,
byte[] value) |
Modifier and Type | Method and Description |
---|---|
static CompoundKey |
concat(Key lKey,
Key rKey) |
List<Key> |
getKeys() |
static CompoundKey.Builder |
newBuilder() |
String |
toString() |
append, compareTo, equals, getBytes, getInfFlag, hashCode, next, nextPrefix, toByteString, toRawKey, toRawKey, toRawKey, toRawKey
public static CompoundKey concat(Key lKey, Key rKey)
public static CompoundKey.Builder newBuilder()
Copyright © 2024 PingCAP. All rights reserved.