public static interface Kvrpcpb.DeleteRangeRequestOrBuilder
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 |
getNotifyOnly()
If true, the data will not be immediately deleted, but the operation will
still be replicated via Raft.
|
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 getNotifyOnly()
If true, the data will not be immediately deleted, but the operation will still be replicated via Raft. This is used to notify TiKV that the data will be deleted using `unsafe_destroy_range` soon.
bool notify_only = 4;
Copyright © 2024 PingCAP. All rights reserved.