Class FD.Broadcaster
java.lang.Object
org.jgroups.protocols.FD.Broadcaster
- Enclosing class:
FD
Task that periodically broadcasts a list of suspected members to the group. Goal is not to lose
a SUSPECT message: since these are bcast unreliably, they might get dropped. The BroadcastTask makes
sure they are retransmitted until a view has been received which doesn't contain the suspected members
any longer. Then the task terminates.
- Version:
- $Id: FD.java,v 1.58.2.3 2008/05/22 13:23:06 belaban Exp $
- Author:
- Bela Ban
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidAdds a suspected member.
-
Constructor Details
-
Broadcaster
protected Broadcaster()
-
-
Method Details
-
addSuspectedMember
Adds a suspected member. Starts the task if not yet running
-