org.apache.cassandra.gms
Interface IFailureDetectionEventListener

All Known Implementing Classes:
Gossiper

public interface IFailureDetectionEventListener

Implemented by the Gossiper to either convict/suspect an endpoint based on the PHI calculated by the Failure Detector on the inter-arrival times of the heart beats. Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )


Method Summary
 void convict(EndPoint ep)
          Convict the specified endpoint.
 void suspect(EndPoint ep)
          Suspect the specified endpoint.
 

Method Detail

convict

void convict(EndPoint ep)
Convict the specified endpoint.

Parameters:
ep - endpoint to be convicted

suspect

void suspect(EndPoint ep)
Suspect the specified endpoint.

Parameters:
ep - endpoint to be suspected.


Copyright © 2009 The Apache Software Foundation