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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCollect the data (and never throws any exception).voidCollect the data (and never throws any exception).voidinit()Initialization.booleanIs the monitoring disabled?voidSchedule a collect now (used to collect data on new online nodes)voidstop()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
-