Interface CacheRevalidatorBase.ScheduledExecutor

    • Method Detail

      • schedule

        java.util.concurrent.Future<?> schedule​(java.lang.Runnable command,
                                                org.apache.hc.core5.util.TimeValue timeValue)
                                         throws java.util.concurrent.RejectedExecutionException
        Throws:
        java.util.concurrent.RejectedExecutionException
      • shutdown

        void shutdown()
      • awaitTermination

        void awaitTermination​(org.apache.hc.core5.util.Timeout timeout)
                       throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException