Package net.bull.javamelody
Class NodesCollector
java.lang.Object
net.bull.javamelody.NodesCollector
Collector of data for Hudson/Jenkins' nodes (slaves in general)
- Author:
- Emeric Vernat
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Collect the data (and never throws any exception).void
Collect the data (and never throws any exception).void
init()
Initialization.boolean
Is the monitoring disabled?void
Schedule a collect now (used to collect data on new online nodes)void
stop()
Stop the collector.
-
Constructor Details
-
NodesCollector
public NodesCollector(net.bull.javamelody.MonitoringFilter filter) Constructor.- Parameters:
filter
- Http filter to get the scheduling timer
-
-
Method Details
-
init
public void init()Initialization. -
scheduleCollectNow
public void scheduleCollectNow()Schedule a collect now (used to collect data on new online nodes) -
stop
public void stop()Stop the collector. -
collectWithoutErrors
public void collectWithoutErrors()Collect the data (and never throws any exception). -
collectWithoutErrorsNow
public void collectWithoutErrorsNow()Collect the data (and never throws any exception). -
isMonitoringDisabled
public boolean isMonitoringDisabled()Is the monitoring disabled?- Returns:
- boolean
-