public static interface Kvrpcpb.MvccLockOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getForUpdateTs()
uint64 for_update_ts = 6; |
com.google.protobuf.ByteString |
getPrimary()
bytes primary = 3; |
long |
getRollbackTs(int index)
repeated uint64 rollback_ts = 10; |
int |
getRollbackTsCount()
repeated uint64 rollback_ts = 10; |
List<Long> |
getRollbackTsList()
repeated uint64 rollback_ts = 10; |
com.google.protobuf.ByteString |
getSecondaries(int index)
repeated bytes secondaries = 9; |
int |
getSecondariesCount()
repeated bytes secondaries = 9; |
List<com.google.protobuf.ByteString> |
getSecondariesList()
repeated bytes secondaries = 9; |
com.google.protobuf.ByteString |
getShortValue()
bytes short_value = 4; |
long |
getStartTs()
uint64 start_ts = 2; |
long |
getTtl()
uint64 ttl = 5; |
long |
getTxnSize()
uint64 txn_size = 7; |
Kvrpcpb.Op |
getType()
.kvrpcpb.Op type = 1; |
int |
getTypeValue()
.kvrpcpb.Op type = 1; |
boolean |
getUseAsyncCommit()
bool use_async_commit = 8; |
int getTypeValue()
.kvrpcpb.Op type = 1;Kvrpcpb.Op getType()
.kvrpcpb.Op type = 1;long getStartTs()
uint64 start_ts = 2;com.google.protobuf.ByteString getPrimary()
bytes primary = 3;com.google.protobuf.ByteString getShortValue()
bytes short_value = 4;long getTtl()
uint64 ttl = 5;long getForUpdateTs()
uint64 for_update_ts = 6;long getTxnSize()
uint64 txn_size = 7;boolean getUseAsyncCommit()
bool use_async_commit = 8;List<com.google.protobuf.ByteString> getSecondariesList()
repeated bytes secondaries = 9;int getSecondariesCount()
repeated bytes secondaries = 9;com.google.protobuf.ByteString getSecondaries(int index)
repeated bytes secondaries = 9;int getRollbackTsCount()
repeated uint64 rollback_ts = 10;long getRollbackTs(int index)
repeated uint64 rollback_ts = 10;Copyright © 2023 PingCAP. All rights reserved.