Class ForkedBooter.PingScheduler

  • Enclosing class:
    ForkedBooter

    private static class ForkedBooter.PingScheduler
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PingScheduler​(java.util.concurrent.ScheduledExecutorService pingScheduler, java.util.concurrent.ScheduledExecutorService processCheckerScheduler, PpidChecker processChecker)  
    • Method Summary

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

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

      • pingScheduler

        private final java.util.concurrent.ScheduledExecutorService pingScheduler
      • processCheckerScheduler

        private final java.util.concurrent.ScheduledExecutorService processCheckerScheduler
      • processChecker

        private final PpidChecker processChecker
    • Constructor Detail

      • PingScheduler

        PingScheduler​(java.util.concurrent.ScheduledExecutorService pingScheduler,
                      java.util.concurrent.ScheduledExecutorService processCheckerScheduler,
                      PpidChecker processChecker)
    • Method Detail

      • shutdown

        void shutdown()