Interface FailureDetector.Listener

    • Method Detail

      • notifyUnhealthyServer

        void notifyUnhealthyServer​(String instanceId,
                                   FailureDetector failureDetector)
        Notifies the listener of an unhealthy server.
      • retryUnhealthyServer

        void retryUnhealthyServer​(String instanceId,
                                  FailureDetector failureDetector)
        Notifies the listener to retry a previous unhealthy server.
      • notifyHealthyServer

        void notifyHealthyServer​(String instanceId,
                                 FailureDetector failureDetector)
        Notifies the listener of a previous unhealthy server turning healthy.