java.lang.Object
org.sentrysoftware.metricshub.engine.connector.model.monitor.AbstractMonitorJob
org.sentrysoftware.metricshub.engine.connector.model.monitor.StandardMonitorJob
All Implemented Interfaces:
Serializable, MonitorJob

public class StandardMonitorJob extends AbstractMonitorJob
Represents a standard monitor job.

This class implements the MonitorJob interface and is designed for standard monitor jobs that include both discovery and collect tasks.

See Also:
  • Constructor Details

    • StandardMonitorJob

      public StandardMonitorJob(Set<String> keys, Discovery discovery, AbstractCollect collect)
      Creates a StandardMonitorJob with the specified keys, discovery, and collect instances.
      Parameters:
      keys - The set of keys for the monitor job.
      discovery - The discovery instance for the monitor job.
      collect - The collect instance for the monitor job.