| |
|
| java.lang.Object java.lang.Thread org.jgroups.stack.UpHandler org.jgroups.protocols.FD_SIMPLE
FD_SIMPLE | public class FD_SIMPLE extends Protocol (Code) | | 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.
author: Bela Ban Aug 2002 version: $Revision: 1.11.6.1 $ |
max_missed_hbs | int max_missed_hbs(Code) | | |
Fields inherited from org.jgroups.stack.UpHandler | final protected Log log(Code)(Java Doc)
|
|
|
|