public static interface Kvrpcpb.ResolveLockRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCommitVersion()
`commit_version == 0` means the transaction was rolled back.
|
Kvrpcpb.Context |
getContext()
.kvrpcpb.Context context = 1; |
Kvrpcpb.ContextOrBuilder |
getContextOrBuilder()
.kvrpcpb.Context context = 1; |
com.google.protobuf.ByteString |
getKeys(int index)
Only resolve specified keys.
|
int |
getKeysCount()
Only resolve specified keys.
|
List<com.google.protobuf.ByteString> |
getKeysList()
Only resolve specified keys.
|
long |
getStartVersion()
uint64 start_version = 2; |
Kvrpcpb.TxnInfo |
getTxnInfos(int index)
repeated .kvrpcpb.TxnInfo txn_infos = 4; |
int |
getTxnInfosCount()
repeated .kvrpcpb.TxnInfo txn_infos = 4; |
List<Kvrpcpb.TxnInfo> |
getTxnInfosList()
repeated .kvrpcpb.TxnInfo txn_infos = 4; |
Kvrpcpb.TxnInfoOrBuilder |
getTxnInfosOrBuilder(int index)
repeated .kvrpcpb.TxnInfo txn_infos = 4; |
List<? extends Kvrpcpb.TxnInfoOrBuilder> |
getTxnInfosOrBuilderList()
repeated .kvrpcpb.TxnInfo txn_infos = 4; |
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 getCommitVersion()
`commit_version == 0` means the transaction was rolled back. `commit_version > 0` means the transaction was committed at the given timestamp.
uint64 commit_version = 3;
List<Kvrpcpb.TxnInfo> getTxnInfosList()
repeated .kvrpcpb.TxnInfo txn_infos = 4;
Kvrpcpb.TxnInfo getTxnInfos(int index)
repeated .kvrpcpb.TxnInfo txn_infos = 4;
int getTxnInfosCount()
repeated .kvrpcpb.TxnInfo txn_infos = 4;
List<? extends Kvrpcpb.TxnInfoOrBuilder> getTxnInfosOrBuilderList()
repeated .kvrpcpb.TxnInfo txn_infos = 4;
Kvrpcpb.TxnInfoOrBuilder getTxnInfosOrBuilder(int index)
repeated .kvrpcpb.TxnInfo txn_infos = 4;
List<com.google.protobuf.ByteString> getKeysList()
Only resolve specified keys.
repeated bytes keys = 5;
int getKeysCount()
Only resolve specified keys.
repeated bytes keys = 5;
com.google.protobuf.ByteString getKeys(int index)
Only resolve specified keys.
repeated bytes keys = 5;
index
- The index of the element to return.Copyright © 2024 PingCAP. All rights reserved.