public class Lock extends Object
| 构造器和说明 |
|---|
Lock(Kvrpcpb.LockInfo l) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.ByteString |
getKey() |
long |
getLockForUpdateTs() |
Kvrpcpb.Op |
getLockType() |
long |
getMinCommitTS() |
com.google.protobuf.ByteString |
getPrimary() |
long |
getTtl() |
long |
getTxnID() |
long |
getTxnSize() |
boolean |
isUseAsyncCommit() |
String |
toString() |
public Lock(Kvrpcpb.LockInfo l)
public long getTxnID()
public long getTtl()
public com.google.protobuf.ByteString getKey()
public com.google.protobuf.ByteString getPrimary()
public long getTxnSize()
public Kvrpcpb.Op getLockType()
public long getLockForUpdateTs()
public boolean isUseAsyncCommit()
public long getMinCommitTS()
Copyright © 2022 PingCAP. All rights reserved.