Interface IStrategy
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
AbstractAllAtOnceStrategy,AbstractStrategy,CollectStrategy,DetectionStrategy,DiscoveryStrategy,PrepareCollectStrategy,PreSourcesStrategy,ProtocolHealthCheckStrategy,SimpleStrategy
Interface for defining a strategy to be executed in the MetricsHub engine.
-
Method Summary
Modifier and TypeMethodDescriptionProvide the current time from which the strategy starts.longGet the timeout of the strategy.
-
Method Details