Uses of Class
org.sentrysoftware.metricshub.engine.strategy.detection.ConnectorTestResult
Packages that use ConnectorTestResult
-
Uses of ConnectorTestResult in org.sentrysoftware.metricshub.engine.strategy.detection
Methods in org.sentrysoftware.metricshub.engine.strategy.detection that return ConnectorTestResultModifier and TypeMethodDescriptionAbstractConnectorProcessor.runConnectorDetectionCriteria(Connector connector, String hostname) Run the detection using the criteria defined in the given connector.Methods in org.sentrysoftware.metricshub.engine.strategy.detection that return types with arguments of type ConnectorTestResultModifier and TypeMethodDescriptionabstract List<ConnectorTestResult> AbstractConnectorProcessor.run()Run the Detection job and returns the detectedConnectorTestResultAutomaticDetection.run()ConnectorSelection.run()AbstractConnectorProcessor.runAllConnectorsDetectionCriteria(@NonNull Stream<Connector> connectors, @NonNull HostConfiguration hostConfiguration) Run all detection criteria of theConnectoron theHostConfigurationMethods in org.sentrysoftware.metricshub.engine.strategy.detection with parameters of type ConnectorTestResultModifier and TypeMethodDescriptionvoidDetectionStrategy.createConnectorMonitor(ConnectorTestResult connectorTestResult) This method creates a connector monitor in TelemetryManager for the given ConnectorTestResult instance