public class VisorThreadMonitorInfo extends VisorThreadLockInfo
MonitorInfo.clsName, identityHashCode| Constructor and Description |
|---|
VisorThreadMonitorInfo(String clsName,
Integer identityHashCode,
Integer stackDepth,
StackTraceElement stackFrame)
Create thread monitor info with given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static VisorThreadMonitorInfo |
from(MonitorInfo mi)
Create data transfer object for given monitor info.
|
Integer |
stackDepth() |
StackTraceElement |
stackFrame() |
className, from, identityHashCode, toStringpublic VisorThreadMonitorInfo(String clsName, Integer identityHashCode, Integer stackDepth, StackTraceElement stackFrame)
clsName - Fully qualified name of the class of the lock object.identityHashCode - Identity hash code of the lock object.stackDepth - Depth in the stack trace where the object monitor was locked.stackFrame - Stack frame that locked the object monitor.public static VisorThreadMonitorInfo from(MonitorInfo mi)
public Integer stackDepth()
public StackTraceElement stackFrame()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.7.0 Release Date : August 1 2016