Interface IFailureDetectionEventListener

All Known Implementing Classes:
ActiveRepairService, Gossiper, PaxosCleanupSession, RepairSession

public interface IFailureDetectionEventListener
Implemented by the Gossiper to convict an endpoint based on the PHI calculated by the Failure Detector on the inter-arrival times of the heart beats.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    convict(InetAddressAndPort ep, double phi)
    Convict the specified endpoint.
  • Method Details

    • convict

      void convict(InetAddressAndPort ep, double phi)
      Convict the specified endpoint.
      Parameters:
      ep - endpoint to be convicted
      phi - the value of phi with with ep was convicted