public static interface DeadlockOuterClass.DeadlockResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getDeadlockKeyHash()
The key hash of the lock that is hold by the waiting transaction.
|
DeadlockOuterClass.WaitForEntry |
getEntry()
The same entry sent by DeadlockRequest, identifies the sender.
|
DeadlockOuterClass.WaitForEntryOrBuilder |
getEntryOrBuilder()
The same entry sent by DeadlockRequest, identifies the sender.
|
boolean |
hasEntry()
The same entry sent by DeadlockRequest, identifies the sender.
|
boolean hasEntry()
The same entry sent by DeadlockRequest, identifies the sender.
.deadlock.WaitForEntry entry = 1 [(.gogoproto.nullable) = false];DeadlockOuterClass.WaitForEntry getEntry()
The same entry sent by DeadlockRequest, identifies the sender.
.deadlock.WaitForEntry entry = 1 [(.gogoproto.nullable) = false];DeadlockOuterClass.WaitForEntryOrBuilder getEntryOrBuilder()
The same entry sent by DeadlockRequest, identifies the sender.
.deadlock.WaitForEntry entry = 1 [(.gogoproto.nullable) = false];long getDeadlockKeyHash()
The key hash of the lock that is hold by the waiting transaction.
uint64 deadlock_key_hash = 2;Copyright © 2022 PingCAP. All rights reserved.