Class ConnectorMonitorTypeComparator

java.lang.Object
org.sentrysoftware.metricshub.engine.common.ConnectorMonitorTypeComparator
All Implemented Interfaces:
Comparator<Connector>

public class ConnectorMonitorTypeComparator extends Object implements Comparator<Connector>
Comparator for sorting Connector instances based on the monitor type.

This comparator prioritizes connectors with monitor types HOST and ENCLOSURE. Connectors with these monitor types will be ordered first, and then the remaining connectors will be sorted based on their compiled filenames.

  • Constructor Details

    • ConnectorMonitorTypeComparator

      public ConnectorMonitorTypeComparator()
  • Method Details