Uses of Interface
org.sentrysoftware.metricshub.engine.connector.update.ConnectorUpdateChain
Packages that use ConnectorUpdateChain
Package
Description
-
Uses of ConnectorUpdateChain in org.sentrysoftware.metricshub.engine.connector.parser
Methods in org.sentrysoftware.metricshub.engine.connector.parser that return ConnectorUpdateChainModifier and TypeMethodDescriptionstatic ConnectorUpdateChainConnectorParser.createUpdateChain()Create the update chain for this connector -
Uses of ConnectorUpdateChain in org.sentrysoftware.metricshub.engine.connector.update
Classes in org.sentrysoftware.metricshub.engine.connector.update that implement ConnectorUpdateChainModifier and TypeClassDescriptionclassAn abstract class implementing theConnectorUpdateChaininterface.classImplementation ofAbstractConnectorUpdateChainfor updating available sources in the connector.classImplementation ofAbstractConnectorUpdateChainfor updating compiled filename in the connector.classImplementation ofSourceConnectorUpdateChainfor updating monitor task source dependencies in the connector.classAbstract class for the source connector update chain, providing functionality to update source dependencies.classImplementation ofSourceConnectorUpdateChainfor updating pre-source dependencies in the connector.Methods in org.sentrysoftware.metricshub.engine.connector.update with parameters of type ConnectorUpdateChainModifier and TypeMethodDescriptionvoidAbstractConnectorUpdateChain.setNextUpdateChain(ConnectorUpdateChain nextChain) voidConnectorUpdateChain.setNextUpdateChain(ConnectorUpdateChain nextChain) Sets the next update chain in the sequence.