public static interface Kvrpcpb.RawScanRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCf()
string cf = 5; |
com.google.protobuf.ByteString |
getCfBytes()
string cf = 5; |
Kvrpcpb.Context |
getContext()
.kvrpcpb.Context context = 1; |
Kvrpcpb.ContextOrBuilder |
getContextOrBuilder()
.kvrpcpb.Context context = 1; |
com.google.protobuf.ByteString |
getEndKey()
For compatibility, when scanning forward, the range to scan is [start_key, end_key), where start_key < end_key;
and when scanning backward, it scans [end_key, start_key) in descending order, where end_key < start_key.
|
boolean |
getKeyOnly()
bool key_only = 4; |
int |
getLimit()
uint32 limit = 3; |
boolean |
getReverse()
bool reverse = 6; |
com.google.protobuf.ByteString |
getStartKey()
bytes start_key = 2; |
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;com.google.protobuf.ByteString getStartKey()
bytes start_key = 2;int getLimit()
uint32 limit = 3;boolean getKeyOnly()
bool key_only = 4;String getCf()
string cf = 5;com.google.protobuf.ByteString getCfBytes()
string cf = 5;boolean getReverse()
bool reverse = 6;com.google.protobuf.ByteString getEndKey()
For compatibility, when scanning forward, the range to scan is [start_key, end_key), where start_key < end_key; and when scanning backward, it scans [end_key, start_key) in descending order, where end_key < start_key.
bytes end_key = 7;Copyright © 2023 PingCAP. All rights reserved.