Package org.apache.cassandra.concurrent
Interface ExecutorPlus.MaximumPoolSizeListener
- Enclosing interface:
- ExecutorPlus
public static interface ExecutorPlus.MaximumPoolSizeListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidonUpdateMaximumPoolSize(int maximumPoolSize) Listener to follow changes to the maximum pool size
-
Method Details
-
onUpdateMaximumPoolSize
void onUpdateMaximumPoolSize(int maximumPoolSize) Listener to follow changes to the maximum pool size
-