Interface StatusComparator

All Known Implementing Classes:
AndStatusComparator, OrStatusComparator

public interface StatusComparator
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    shouldBeUp(Set<String> connectionLabels, Set<String> disconnectedConnectionLabels)
     
  • Method Details

    • shouldBeUp

      boolean shouldBeUp(Set<String> connectionLabels, Set<String> disconnectedConnectionLabels)