Package org.jgroups.protocols
Class FD_PING.PingMonitor
- java.lang.Object
-
- org.jgroups.protocols.FD.Monitor
-
- org.jgroups.protocols.FD_PING.PingMonitor
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- FD_PING
protected class FD_PING.PingMonitor extends FD.Monitor
Executes the ping command. Each time the command fails, we increment num_tries. If num_tries > max_tries, we emit a SUSPECT message. If ping_dest changes, or we do receive traffic from ping_dest, we reset num_tries to 0.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PingMonitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Method Detail
-
run
public void run()
- Specified by:
run
in interfacejava.lang.Runnable
- Overrides:
run
in classFD.Monitor
-
-