Class FD_HOST.PingTask

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    FD_HOST

    protected class FD_HOST.PingTask
    extends java.lang.Object
    implements java.lang.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 Summary

      Constructors 
      Modifier Constructor Description
      protected PingTask()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PingTask

        protected PingTask()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable