|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void convict(EndPoint ep)
ep
- endpoint to be convictedvoid suspect(EndPoint ep)
ep
- endpoint to be suspected.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |