Package org.apache.tomcat.util.threads
Interface ResizableExecutor
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the approximate number of threads that are actively executing tasks.int
int
Returns the current number of threads in the pool.boolean
resizePool
(int corePoolSize, int maximumPoolSize) boolean
resizeQueue
(int capacity)
-
Method Details
-
getPoolSize
int getPoolSize()Returns the current number of threads in the pool.- Returns:
- the number of threads
-
getMaxThreads
int getMaxThreads() -
getActiveCount
int getActiveCount()Returns the approximate number of threads that are actively executing tasks.- Returns:
- the number of threads
-
resizePool
boolean resizePool(int corePoolSize, int maximumPoolSize) -
resizeQueue
boolean resizeQueue(int capacity)
-