public static interface ImportSstpb.DuplicateDetectRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
Kvrpcpb.Context |
getContext()
.kvrpcpb.Context context = 1; |
Kvrpcpb.ContextOrBuilder |
getContextOrBuilder()
.kvrpcpb.Context context = 1; |
com.google.protobuf.ByteString |
getEndKey()
bytes end_key = 3; |
boolean |
getKeyOnly()
Return only the keys found by scanning, not their values.
|
long |
getMinCommitTs()
We only check the data whose timestamp is larger than `min_commit_ts`.
|
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;com.google.protobuf.ByteString getEndKey()
bytes end_key = 3;boolean getKeyOnly()
Return only the keys found by scanning, not their values.
bool key_only = 4;long getMinCommitTs()
We only check the data whose timestamp is larger than `min_commit_ts`. `min_commit_ts` is exclueded.
uint64 min_commit_ts = 5;Copyright © 2023 PingCAP. All rights reserved.