public static interface ImportSstpb.DuplicateDetectRequestOrBuilder
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; |
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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 © 2024 PingCAP. All rights reserved.