public static interface Kvrpcpb.MvccLockOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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;
index
- The index of the element to return.List<Long> getRollbackTsList()
repeated uint64 rollback_ts = 10;
int getRollbackTsCount()
repeated uint64 rollback_ts = 10;
long getRollbackTs(int index)
repeated uint64 rollback_ts = 10;
index
- The index of the element to return.Copyright © 2024 PingCAP. All rights reserved.