public static interface DeadlockOuterClass.WaitForEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getKey()
The key the current txn is trying to lock.
|
long |
getKeyHash()
The hash value of the key is being waited for.
|
com.google.protobuf.ByteString |
getResourceGroupTag()
The tag came from the lock request's context.
|
long |
getTxn()
The transaction id that is waiting.
|
long |
getWaitForTxn()
The transaction id that is being waited for.
|
long |
getWaitTime()
Milliseconds it has been waits.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getTxn()
The transaction id that is waiting.
uint64 txn = 1;
long getWaitForTxn()
The transaction id that is being waited for.
uint64 wait_for_txn = 2;
long getKeyHash()
The hash value of the key is being waited for.
uint64 key_hash = 3;
com.google.protobuf.ByteString getKey()
The key the current txn is trying to lock.
bytes key = 4;
com.google.protobuf.ByteString getResourceGroupTag()
The tag came from the lock request's context.
bytes resource_group_tag = 5;
long getWaitTime()
Milliseconds it has been waits.
uint64 wait_time = 6;
Copyright © 2024 PingCAP. All rights reserved.