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