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.
-