public interface EagerExecutorService
extends java.util.concurrent.ExecutorService
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveCount()
Returns the approximate number of threads that are actively
executing tasks.
|
int |
getMaximumPoolSize()
Returns the maximum allowed number of threads.
|
int |
getPoolSize()
Returns the current number of threads in the pool.
|
int getPoolSize()
int getActiveCount()
int getMaximumPoolSize()
Copyright © 2024 The Apache Software Foundation. All rights reserved.