public static class MonitorProvider.ThreadData extends MonitorProvider.Jsonable
Modifier and Type | Field and Description |
---|---|
long |
cpuTimeInNanoSeconds
The cpu time in nano seconds.
|
java.lang.String |
threadName
The thread name.
|
java.lang.String |
threadState
The thread state.
|
Constructor and Description |
---|
ThreadData(java.lang.String threadName,
java.lang.String threadState,
long cpuTimeInNanoSeconds)
Instantiates a new thread data.
|
toString