Class InternalClusterInfoService.SubmitReschedulingClusterInfoUpdatedJob

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

    public class InternalClusterInfoService.SubmitReschedulingClusterInfoUpdatedJob
    extends java.lang.Object
    implements java.lang.Runnable
    Class used to submit InternalClusterInfoService.maybeRefresh() on the InternalClusterInfoService threadpool, these jobs will reschedule themselves by placing a new instance of this class onto the scheduled threadpool.
    • Method Summary

      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

      • SubmitReschedulingClusterInfoUpdatedJob

        public SubmitReschedulingClusterInfoUpdatedJob()
    • Method Detail

      • run

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