public static interface DeadlockOuterClass.DeadlockResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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.
|
DeadlockOuterClass.WaitForEntry |
getWaitChain(int index)
The other entries of the dead lock circle.
|
int |
getWaitChainCount()
The other entries of the dead lock circle.
|
List<DeadlockOuterClass.WaitForEntry> |
getWaitChainList()
The other entries of the dead lock circle.
|
DeadlockOuterClass.WaitForEntryOrBuilder |
getWaitChainOrBuilder(int index)
The other entries of the dead lock circle.
|
List<? extends DeadlockOuterClass.WaitForEntryOrBuilder> |
getWaitChainOrBuilderList()
The other entries of the dead lock circle.
|
boolean |
hasEntry()
The same entry sent by DeadlockRequest, identifies the sender.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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;
List<DeadlockOuterClass.WaitForEntry> getWaitChainList()
The other entries of the dead lock circle. The current entry is in `entry` field and not included in this field.
repeated .deadlock.WaitForEntry wait_chain = 3;
DeadlockOuterClass.WaitForEntry getWaitChain(int index)
The other entries of the dead lock circle. The current entry is in `entry` field and not included in this field.
repeated .deadlock.WaitForEntry wait_chain = 3;
int getWaitChainCount()
The other entries of the dead lock circle. The current entry is in `entry` field and not included in this field.
repeated .deadlock.WaitForEntry wait_chain = 3;
List<? extends DeadlockOuterClass.WaitForEntryOrBuilder> getWaitChainOrBuilderList()
The other entries of the dead lock circle. The current entry is in `entry` field and not included in this field.
repeated .deadlock.WaitForEntry wait_chain = 3;
DeadlockOuterClass.WaitForEntryOrBuilder getWaitChainOrBuilder(int index)
The other entries of the dead lock circle. The current entry is in `entry` field and not included in this field.
repeated .deadlock.WaitForEntry wait_chain = 3;
Copyright © 2024 PingCAP. All rights reserved.