Interface DynamicSizedSchedulerInterface

All Superinterfaces:
AutoCloseable, Executor, ExecutorService, ScheduledExecutorService
All Known Implementing Classes:
DynamicSizedSchedulerImpl

public interface DynamicSizedSchedulerInterface extends ScheduledExecutorService
  • Method Details

    • setPoolSize

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