Package callStack.utils
Interface ThreadPoolStats
- All Known Implementing Classes:
AbstractThreadPool,CachedThreadPool
public interface ThreadPoolStats
-
Method Summary
Modifier and Type Method Description intgetActivePoolSize()intgetCurrentPoolSize()intgetMaximumPoolSize()
-
Method Details
-
getMaximumPoolSize
int getMaximumPoolSize() -
getCurrentPoolSize
int getCurrentPoolSize() -
getActivePoolSize
int getActivePoolSize()
-