Uses of Class
org.sentrysoftware.metricshub.engine.connector.model.identity.criterion.Criterion
Packages that use Criterion
Package
Description
-
Uses of Criterion in org.sentrysoftware.metricshub.engine.connector.model.identity
Constructor parameters in org.sentrysoftware.metricshub.engine.connector.model.identity with type arguments of type CriterionModifierConstructorDescriptionDetection(Set<ConnectionType> connectionTypes, boolean disableAutoDetection, String onLastResort, @NonNull Set<DeviceKind> appliesTo, Set<String> supersedes, List<Criterion> criteria, Set<String> tags) Constructs a new instance of theDetectionclass using the provided parameters. -
Uses of Criterion in org.sentrysoftware.metricshub.engine.connector.model.identity.criterion
Modifier and TypeClassDescriptionclassRepresents an operating system command detection criterion.classCriterion for specifying device types to keep or exclude.classConnector detection criterion using HTTP protocol.classRepresents an IPMI (Intelligent Platform Management Interface) detection criterion.classRepresents a process detection criterion.classRepresents a detection criterion based on product requirements, including engine and Knowledge Module (KM) versions.classRepresents a detection criterion based on a service.classAbstract class representing an SNMP criterion.classRepresents an SNMP GET criterion used for detection.classRepresents an SNMP GET-NEXT criterion used for detection.classRepresents a detection criterion based on Wbem queries.classRepresents a Windows Management Instrumentation (WMI) detection criterion.classAn abstract class representing a WQL (Windows Management Instrumentation Query Language) criterion, extending the base criterion class. -
Uses of Criterion in org.sentrysoftware.metricshub.engine.extension
Methods in org.sentrysoftware.metricshub.engine.extension that return types with arguments of type CriterionModifier and TypeMethodDescriptionIProtocolExtension.getSupportedCriteria()Retrieves the set of criterion classes that this extension supports.Methods in org.sentrysoftware.metricshub.engine.extension with parameters of type CriterionModifier and TypeMethodDescriptionExtensionManager.findCriterionExtension(Criterion criterion, TelemetryManager telemetryManager) Find the extension which satisfies the processing of the given criterion according to the user's configuration.IProtocolExtension.processCriterion(Criterion criterion, String connectorId, TelemetryManager telemetryManager) Executes a criterion check based on the given criterion and configuration within the telemetry manager. -
Uses of Criterion in org.sentrysoftware.metricshub.engine.strategy.detection
Methods in org.sentrysoftware.metricshub.engine.strategy.detection with parameters of type CriterionModifier and TypeMethodDescriptionstatic CriterionTestResultCreate a detection error report.static CriterionTestResultCreate a detection error report.static CriterionTestResultCreate a detection error report.static CriterionTestResultCreate a detection failure report.static CriterionTestResultCreate a successful detection report.