public static interface Kvrpcpb.LockInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getKey()
bytes key = 3; |
long |
getLockForUpdateTs()
uint64 lock_for_update_ts = 7; |
long |
getLockTtl()
uint64 lock_ttl = 4; |
Kvrpcpb.Op |
getLockType()
.kvrpcpb.Op lock_type = 6; |
int |
getLockTypeValue()
.kvrpcpb.Op lock_type = 6; |
long |
getLockVersion()
uint64 lock_version = 2; |
long |
getMinCommitTs()
uint64 min_commit_ts = 9; |
com.google.protobuf.ByteString |
getPrimaryLock()
bytes primary_lock = 1; |
com.google.protobuf.ByteString |
getSecondaries(int index)
repeated bytes secondaries = 10; |
int |
getSecondariesCount()
repeated bytes secondaries = 10; |
List<com.google.protobuf.ByteString> |
getSecondariesList()
repeated bytes secondaries = 10; |
long |
getTxnSize()
How many keys this transaction involves in this region.
|
boolean |
getUseAsyncCommit()
Fields for transactions that are using Async Commit.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getPrimaryLock()
bytes primary_lock = 1;
long getLockVersion()
uint64 lock_version = 2;
com.google.protobuf.ByteString getKey()
bytes key = 3;
long getLockTtl()
uint64 lock_ttl = 4;
long getTxnSize()
How many keys this transaction involves in this region.
uint64 txn_size = 5;
int getLockTypeValue()
.kvrpcpb.Op lock_type = 6;
Kvrpcpb.Op getLockType()
.kvrpcpb.Op lock_type = 6;
long getLockForUpdateTs()
uint64 lock_for_update_ts = 7;
boolean getUseAsyncCommit()
Fields for transactions that are using Async Commit.
bool use_async_commit = 8;
long getMinCommitTs()
uint64 min_commit_ts = 9;
List<com.google.protobuf.ByteString> getSecondariesList()
repeated bytes secondaries = 10;
int getSecondariesCount()
repeated bytes secondaries = 10;
com.google.protobuf.ByteString getSecondaries(int index)
repeated bytes secondaries = 10;
index
- The index of the element to return.Copyright © 2024 PingCAP. All rights reserved.