Class FD_PING.PingMonitor

java.lang.Object
org.jgroups.protocols.FD.Monitor
org.jgroups.protocols.FD_PING.PingMonitor
All Implemented Interfaces:
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.
Version:
$Id: FD_PING.java,v 1.4.4.1 2008/01/22 10:01:20 belaban Exp $
Author:
Bela Ban
  • Constructor Details

    • PingMonitor

      protected PingMonitor()
  • Method Details