public static interface Kvrpcpb.SplitRegionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
Kvrpcpb.Context |
getContext()
.kvrpcpb.Context context = 1; |
Kvrpcpb.ContextOrBuilder |
getContextOrBuilder()
.kvrpcpb.Context context = 1; |
com.google.protobuf.ByteString |
getSplitKey()
已过时。
|
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; |
boolean 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;
Copyright © 2022 PingCAP. All rights reserved.