Class Discovery
java.lang.Object
org.sentrysoftware.metricshub.engine.connector.model.monitor.task.AbstractMonitorTask
org.sentrysoftware.metricshub.engine.connector.model.monitor.task.Discovery
- All Implemented Interfaces:
Serializable
Represents a discovery task used in monitor configuration.
A Discovery instance holds information about the sources, mapping, and execution order of a discovery task.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Discovery
Constructs a newDiscoveryinstance with the specified sources, mapping, and execution order.- Parameters:
sources- The sources associated with the discovery task.mapping- The mapping used in the discovery task.executionOrder- The set specifying the execution order of the task.
-