Class EurekaRegistrySidecarImpl.HeartBeatDaemon

  • Enclosing class:
    EurekaRegistrySidecarImpl


    public static class EurekaRegistrySidecarImpl.HeartBeatDaemon
    extends java.util.TimerTask
    • Constructor Summary

      Constructors 
      Constructor Description
      HeartBeatDaemon​(EurekaRegistry<?> aRegistry, java.util.concurrent.ExecutorService aExecutorService)  
    • 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
      • Methods inherited from class java.util.TimerTask

        cancel, scheduledExecutionTime
    • Constructor Detail

      • HeartBeatDaemon

        public HeartBeatDaemon​(EurekaRegistry<?> aRegistry,
                               java.util.concurrent.ExecutorService aExecutorService)
    • Method Detail

      • run

        public void run​()
        Specified by:
        run in class java.util.TimerTask