public static class MonitorProvider.ThreadUsage extends MonitorProvider.Jsonable
| Modifier and Type | Field and Description |
|---|---|
int |
liveThreadCount
The live thread count.
|
java.util.Map<java.lang.String,MonitorProvider.ThreadData> |
threadData
The thread data.
|
| Constructor and Description |
|---|
ThreadUsage() |
toStringpublic int liveThreadCount
public java.util.Map<java.lang.String,MonitorProvider.ThreadData> threadData