Package org.apache.cassandra.concurrent
Interface ExecutorPlus.MaximumPoolSizeListener
-
- Enclosing interface:
- ExecutorPlus
public static interface ExecutorPlus.MaximumPoolSizeListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonUpdateMaximumPoolSize(int maximumPoolSize)Listener to follow changes to the maximum pool size
-