Class ComponentMainThreadExecutor.DummyComponentMainThreadExecutor

    • Constructor Detail

      • DummyComponentMainThreadExecutor

        public DummyComponentMainThreadExecutor​(String exceptionMessageOnInvocation)
    • Method Detail

      • schedule

        public ScheduledFuture<?> schedule​(Runnable command,
                                           long delay,
                                           TimeUnit unit)
        Specified by:
        schedule in interface org.apache.flink.util.concurrent.ScheduledExecutor
      • schedule

        public <V> ScheduledFuture<V> schedule​(Callable<V> callable,
                                               long delay,
                                               TimeUnit unit)
        Specified by:
        schedule in interface org.apache.flink.util.concurrent.ScheduledExecutor
      • scheduleAtFixedRate

        public ScheduledFuture<?> scheduleAtFixedRate​(Runnable command,
                                                      long initialDelay,
                                                      long period,
                                                      TimeUnit unit)
        Specified by:
        scheduleAtFixedRate in interface org.apache.flink.util.concurrent.ScheduledExecutor
      • scheduleWithFixedDelay

        public ScheduledFuture<?> scheduleWithFixedDelay​(Runnable command,
                                                         long initialDelay,
                                                         long delay,
                                                         TimeUnit unit)
        Specified by:
        scheduleWithFixedDelay in interface org.apache.flink.util.concurrent.ScheduledExecutor