Class NodesCollector

java.lang.Object
net.bull.javamelody.NodesCollector

public class NodesCollector extends Object
Collector of data for Hudson/Jenkins' nodes (slaves in general)
Author:
Emeric Vernat
  • 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