Class FD_HOST.PingTask

java.lang.Object
org.jgroups.protocols.FD_HOST.PingTask
All Implemented Interfaces:
Runnable
Enclosing class:
FD_HOST

protected class FD_HOST.PingTask extends Object implements Runnable
Selected members run this task periodically. The task pings all hosts except self using ping_command. When a host is not seen as alive, all members associated with that host are suspected
  • Constructor Details

    • PingTask

      protected PingTask()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable