public static interface Protocol.NodeInfo.MachineInfo.DeadLockThreadInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBlockTime()
int64 blockTime = 5; |
String |
getLockName()
string lockName = 2; |
com.google.protobuf.ByteString |
getLockNameBytes()
string lockName = 2; |
String |
getLockOwner()
string lockOwner = 3; |
com.google.protobuf.ByteString |
getLockOwnerBytes()
string lockOwner = 3; |
String |
getName()
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
String |
getStackTrace()
string stackTrace = 7; |
com.google.protobuf.ByteString |
getStackTraceBytes()
string stackTrace = 7; |
String |
getState()
string state = 4; |
com.google.protobuf.ByteString |
getStateBytes()
string state = 4; |
long |
getWaitTime()
int64 waitTime = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getName()
string name = 1;
com.google.protobuf.ByteString getNameBytes()
string name = 1;
String getLockName()
string lockName = 2;
com.google.protobuf.ByteString getLockNameBytes()
string lockName = 2;
String getLockOwner()
string lockOwner = 3;
com.google.protobuf.ByteString getLockOwnerBytes()
string lockOwner = 3;
String getState()
string state = 4;
com.google.protobuf.ByteString getStateBytes()
string state = 4;
long getBlockTime()
int64 blockTime = 5;
long getWaitTime()
int64 waitTime = 6;
String getStackTrace()
string stackTrace = 7;
com.google.protobuf.ByteString getStackTraceBytes()
string stackTrace = 7;
Copyright © 2020. All rights reserved.