public static interface Kvrpcpb.SplitRegionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Kvrpcpb.Context |
getContext()
.kvrpcpb.Context context = 1; |
Kvrpcpb.ContextOrBuilder |
getContextOrBuilder()
.kvrpcpb.Context context = 1; |
boolean |
getIsRawKv()
Once enabled, the split_key will not be encoded.
|
com.google.protobuf.ByteString |
getSplitKey()
Deprecated.
|
com.google.protobuf.ByteString |
getSplitKeys(int index)
when use it to do batch split, `split_key` should be empty.
|
int |
getSplitKeysCount()
when use it to do batch split, `split_key` should be empty.
|
List<com.google.protobuf.ByteString> |
getSplitKeysList()
when use it to do batch split, `split_key` should be empty.
|
boolean |
hasContext()
.kvrpcpb.Context context = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasContext()
.kvrpcpb.Context context = 1;Kvrpcpb.Context getContext()
.kvrpcpb.Context context = 1;Kvrpcpb.ContextOrBuilder getContextOrBuilder()
.kvrpcpb.Context context = 1;@Deprecated com.google.protobuf.ByteString getSplitKey()
bytes split_key = 2 [deprecated = true];List<com.google.protobuf.ByteString> getSplitKeysList()
when use it to do batch split, `split_key` should be empty.
repeated bytes split_keys = 3;int getSplitKeysCount()
when use it to do batch split, `split_key` should be empty.
repeated bytes split_keys = 3;com.google.protobuf.ByteString getSplitKeys(int index)
when use it to do batch split, `split_key` should be empty.
repeated bytes split_keys = 3;index - The index of the element to return.boolean getIsRawKv()
Once enabled, the split_key will not be encoded.
bool is_raw_kv = 4;Copyright © 2025 PingCAP. All rights reserved.