public static class MonitorProvider.ThreadData extends MonitorProvider.Jsonable
| Modifier and Type | Field and Description |
|---|---|
long |
cpuTimeInNanoSeconds
The cpu time in nano seconds.
|
String |
threadName
The thread name.
|
String |
threadState
The thread state.
|
| Constructor and Description |
|---|
ThreadData(String threadName,
String threadState,
long cpuTimeInNanoSeconds)
Instantiates a new thread data.
|
Copyright © 2015–2016 eBay. All rights reserved.