public static interface Kvrpcpb.DeadlockOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getDeadlockKeyHash()
uint64 deadlock_key_hash = 3; |
com.google.protobuf.ByteString |
getLockKey()
bytes lock_key = 2; |
long |
getLockTs()
uint64 lock_ts = 1; |
DeadlockOuterClass.WaitForEntry |
getWaitChain(int index)
repeated .deadlock.WaitForEntry wait_chain = 4; |
int |
getWaitChainCount()
repeated .deadlock.WaitForEntry wait_chain = 4; |
List<DeadlockOuterClass.WaitForEntry> |
getWaitChainList()
repeated .deadlock.WaitForEntry wait_chain = 4; |
DeadlockOuterClass.WaitForEntryOrBuilder |
getWaitChainOrBuilder(int index)
repeated .deadlock.WaitForEntry wait_chain = 4; |
List<? extends DeadlockOuterClass.WaitForEntryOrBuilder> |
getWaitChainOrBuilderList()
repeated .deadlock.WaitForEntry wait_chain = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getLockTs()
uint64 lock_ts = 1;
com.google.protobuf.ByteString getLockKey()
bytes lock_key = 2;
long getDeadlockKeyHash()
uint64 deadlock_key_hash = 3;
List<DeadlockOuterClass.WaitForEntry> getWaitChainList()
repeated .deadlock.WaitForEntry wait_chain = 4;
DeadlockOuterClass.WaitForEntry getWaitChain(int index)
repeated .deadlock.WaitForEntry wait_chain = 4;
int getWaitChainCount()
repeated .deadlock.WaitForEntry wait_chain = 4;
List<? extends DeadlockOuterClass.WaitForEntryOrBuilder> getWaitChainOrBuilderList()
repeated .deadlock.WaitForEntry wait_chain = 4;
DeadlockOuterClass.WaitForEntryOrBuilder getWaitChainOrBuilder(int index)
repeated .deadlock.WaitForEntry wait_chain = 4;
Copyright © 2024 PingCAP. All rights reserved.