public class NodesCollector extends Object
Constructor and Description |
---|
NodesCollector(net.bull.javamelody.MonitoringFilter filter)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
collectWithoutErrors()
Collect the data (and never throws any exception).
|
void |
init()
Initialization.
|
boolean |
isMonitoringDisabled()
Is the monitoring disabled?
|
void |
scheduleCollectNow()
Schedule a collect now (used to collect data on new online nodes)
|
void |
stop()
Stop the collector.
|
public NodesCollector(net.bull.javamelody.MonitoringFilter filter)
filter
- Http filter to get the scheduling timerpublic void init()
public void scheduleCollectNow()
public void stop()
public void collectWithoutErrors()
public boolean isMonitoringDisabled()
Copyright © 2009-2013. All Rights Reserved.