org.jgroups.protocols
Class FD_SIMPLE
public
class
FD_SIMPLE
extends Protocol
Simple failure detection protocol. Periodically sends a are-you-alive message to a randomly chosen member
(excluding itself) and waits for a response. If a response has not been received within timeout msecs, a counter
associated with that member will be incremented. If the counter exceeds max_missed_hbs, that member will be
suspected. When a message or a heartbeat are received, the counter is reset to 0.
Version: $Revision: 1.9 $
Author: Bela Ban Aug 2002
public void down(
Event evt)
public String getName()
public void init()
public boolean setProperties(Properties props)
public void stop()
public void up(
Event evt)
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.