Class AbstractAllAtOnceStrategy
java.lang.Object
org.sentrysoftware.metricshub.engine.strategy.AbstractStrategy
org.sentrysoftware.metricshub.engine.strategy.AbstractAllAtOnceStrategy
- Direct Known Subclasses:
DiscoveryStrategy,SimpleStrategy
Abstract strategy class for processing all monitor jobs at once.
Extends
AbstractStrategy.-
Field Summary
Fields inherited from class org.sentrysoftware.metricshub.engine.strategy.AbstractStrategy
CONNECTOR_ID_FORMAT -
Method Summary
Methods inherited from class org.sentrysoftware.metricshub.engine.strategy.AbstractStrategy
getStrategyTimeoutMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sentrysoftware.metricshub.engine.strategy.IStrategy
getStrategyTime
-
Method Details
-
run
public void run()This is the main method. It runs the all the job operations
-