public static interface Kvrpcpb.ScanLockRequestOrBuilder
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()
The exclusive upperbound for scanning.
|
int |
getLimit()
The maximum number of locks to return.
|
long |
getMaxVersion()
Returns all locks with a start timestamp before `max_version`.
|
com.google.protobuf.ByteString |
getStartKey()
Start scanning from this key.
|
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;
long getMaxVersion()
Returns all locks with a start timestamp before `max_version`.
uint64 max_version = 2;
com.google.protobuf.ByteString getStartKey()
Start scanning from this key.
bytes start_key = 3;
int getLimit()
The maximum number of locks to return.
uint32 limit = 4;
com.google.protobuf.ByteString getEndKey()
The exclusive upperbound for scanning.
bytes end_key = 5;
Copyright © 2024 PingCAP. All rights reserved.