public class WorkItemMonitor
extends com.serotonin.timer.TimerTask
Modifier and Type | Field and Description |
---|---|
private com.serotonin.monitor.IntegerMonitor |
highPriorityServiceQueueSize |
private com.serotonin.monitor.IntegerMonitor |
maxStackHeight |
private com.serotonin.monitor.IntegerMonitor |
mediumPriorityServiceQueueSize |
private com.serotonin.monitor.IntegerMonitor |
scheduledTimerTaskCount |
private com.serotonin.monitor.IntegerMonitor |
threadCount |
private static long |
TIMEOUT |
Modifier | Constructor and Description |
---|---|
private |
WorkItemMonitor() |
Modifier and Type | Method and Description |
---|---|
void |
run(long fireTime) |
static void |
start()
This method will set up the memory checking job.
|
private static final long TIMEOUT
private final com.serotonin.monitor.IntegerMonitor mediumPriorityServiceQueueSize
private final com.serotonin.monitor.IntegerMonitor scheduledTimerTaskCount
private final com.serotonin.monitor.IntegerMonitor highPriorityServiceQueueSize
private final com.serotonin.monitor.IntegerMonitor maxStackHeight
private final com.serotonin.monitor.IntegerMonitor threadCount