public static interface Kvrpcpb.CleanupRequestOrBuilder
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; |
long |
getCurrentTs()
The current timestamp, used in combination with a lock's TTL to determine
if the lock has expired.
|
com.google.protobuf.ByteString |
getKey()
bytes key = 2; |
long |
getStartVersion()
uint64 start_version = 3; |
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 getKey()
bytes key = 2;
long getStartVersion()
uint64 start_version = 3;
long getCurrentTs()
The current timestamp, used in combination with a lock's TTL to determine if the lock has expired. If `current_ts == 0`, then the key will be unlocked irrespective of its TTL.
uint64 current_ts = 4;
Copyright © 2024 PingCAP. All rights reserved.