Interface DynamicSizedSchedulerInterface

  • All Superinterfaces:
    java.util.concurrent.Executor, java.util.concurrent.ExecutorService, java.util.concurrent.ScheduledExecutorService
    All Known Implementing Classes:
    DynamicSizedSchedulerImpl

    public interface DynamicSizedSchedulerInterface
    extends java.util.concurrent.ScheduledExecutorService
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setPoolSize​(int newSize)
      Update the pool thread count with this new value.
      • Methods inherited from interface java.util.concurrent.Executor

        execute
      • Methods inherited from interface java.util.concurrent.ExecutorService

        awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submit
      • Methods inherited from interface java.util.concurrent.ScheduledExecutorService

        schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay
    • Method Detail

      • setPoolSize

        void setPoolSize​(int newSize)
        Update the pool thread count with this new value.
        Parameters:
        newSize - New pool size that is superior to 0