Class LockThreadLineInfo
java.lang.Object
org.qubership.profiler.threaddump.parser.LockThreadLineInfo
- All Implemented Interfaces:
ThreaddumpParser.JSerializable,ThreaddumpParser.ThreadLineInfo
Contains information on lock line in stacktrace
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanisLockLine(String className) booleanisMethodLine(String className, String methodName) lookupType(String s) toJS(StringBuffer sb) toString()
-
Field Details
-
TYPE_LOCKED
- See Also:
-
TYPE_WAIT
- See Also:
-
TYPE_ENTRY
- See Also:
-
TYPE_PARKING
- See Also:
-
TYPE_ELIMINATED
- See Also:
-
id
-
type
-
className
-
-
Constructor Details
-
LockThreadLineInfo
public LockThreadLineInfo()
-
-
Method Details
-
lookupType
-
toJS
- Specified by:
toJSin interfaceThreaddumpParser.JSerializable
-
isLockLine
- Specified by:
isLockLinein interfaceThreaddumpParser.ThreadLineInfo
-
isMethodLine
- Specified by:
isMethodLinein interfaceThreaddumpParser.ThreadLineInfo
-
toString
-
equals
-
hashCode
public int hashCode()
-