public static interface Kvrpcpb.PessimisticRollbackRequestOrBuilder
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 |
getForUpdateTs()
uint64 for_update_ts = 3; |
com.google.protobuf.ByteString |
getKeys(int index)
repeated bytes keys = 4; |
int |
getKeysCount()
repeated bytes keys = 4; |
List<com.google.protobuf.ByteString> |
getKeysList()
repeated bytes keys = 4; |
long |
getStartVersion()
uint64 start_version = 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;
long getStartVersion()
uint64 start_version = 2;
long getForUpdateTs()
uint64 for_update_ts = 3;
List<com.google.protobuf.ByteString> getKeysList()
repeated bytes keys = 4;
int getKeysCount()
repeated bytes keys = 4;
com.google.protobuf.ByteString getKeys(int index)
repeated bytes keys = 4;
index
- The index of the element to return.Copyright © 2024 PingCAP. All rights reserved.