Uses of Class
org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.Source
Packages that use Source
Package
Description
-
Uses of Source in org.sentrysoftware.metricshub.engine.configuration
Methods in org.sentrysoftware.metricshub.engine.configuration that return types with arguments of type SourceModifier and TypeMethodDescriptionHostConfiguration.determineAcceptedSources(boolean isLocalhost, ExtensionManager extensionManager) Determine the accepted sources that can be executed using the current engine configuration -
Uses of Source in org.sentrysoftware.metricshub.engine.connector.model.monitor.task
Constructor parameters in org.sentrysoftware.metricshub.engine.connector.model.monitor.task with type arguments of type SourceModifierConstructorDescriptionCreates an instance of AbstractCollect with the specified sources, mapping, and execution order.Constructs a newDiscoveryinstance with the specified sources, mapping, and execution order.Constructs a new MonoInstanceCollect instance with the provided sources, mapping, and execution order.MultiInstanceCollect(Map<String, Source> sources, Mapping mapping, Set<String> executionOrder, Set<String> keys) Constructs a newMultiInstanceCollectinstance with the provided sources, mapping, execution order, and keys.Constructs a newSimpleinstance with the provided sources, mapping, and execution order. -
Uses of Source in org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source
Modifier and TypeClassDescriptionclassRepresents a source that executes an operating system command to retrieve data.classRepresents a source task that copies data from another source.classRepresents a source that retrieves data by making an HTTP request.classRepresents a source task that retrieves data using IPMI.classRepresents a source task that retrieves data using SNMP GET.classRepresents a base class for SNMP-based source tasks.classRepresents a source task for SNMP-based tables.classRepresents a source that performs a SQL operation.classRepresents a source task with a static value.classRepresents a source that performs a join operation on two tables.classRepresents a source that performs a union operation on multiple tables.classRepresents a source that retrieves data using WBEM (Web-Based Enterprise Management) protocol.classRepresents a source that retrieves data using Windows Management Instrumentation (WMI).Methods in org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source that return Source -
Uses of Source in org.sentrysoftware.metricshub.engine.extension
Methods in org.sentrysoftware.metricshub.engine.extension that return types with arguments of type SourceModifier and TypeMethodDescriptionExtensionManager.findConfigurationToSourceMapping()Find a mapping between configuration classes and their corresponding sets of source classes.IProtocolExtension.getConfigurationToSourceMapping()Provides a mapping between configuration classes and their corresponding sets of source classes.
This method must provide a strict mapping between the configuration and the evident source to process.IProtocolExtension.getSupportedSources()Retrieves the set of source classes that this extension supports.Methods in org.sentrysoftware.metricshub.engine.extension with parameters of type SourceModifier and TypeMethodDescriptionExtensionManager.findSourceComputationExtension(Source source) Find the extension which satisfies the processing of the given source according to its type.ExtensionManager.findSourceExtension(Source source, TelemetryManager telemetryManager) Find the extension which satisfies the processing of the given source according to the user's configuration.booleanISourceComputationExtension.isValidSource(Source source) Check if aSourceis of the right sub type of source to be processed through the extension.IProtocolExtension.processSource(Source source, String connectorId, TelemetryManager telemetryManager) Executes a source operation based on the given source and configuration within the telemetry manager.ISourceComputationExtension.processSource(Source source, String connectorId, TelemetryManager telemetryManager) Executes a source operation based on the given source and configuration within the telemetry manager. -
Uses of Source in org.sentrysoftware.metricshub.engine.strategy.source
Method parameters in org.sentrysoftware.metricshub.engine.strategy.source with type arguments of type Source