Interface SelectorThreadPoolConfig
- All Superinterfaces:
- Config
A single selector thread pool configuration.
- Since:
- 5.5
- 
Method Summary
- 
Method Details- 
getNameString getName()Returns the name of the selector thread pool.- Returns:
- the name of the selector thread pool
 
- 
getSizeint getSize()Returns the number of threads managed by this pool.- Returns:
- the number of threads managed by this pool
 
 
-