public interface MultiBrokerBalancerOperationProgressListener<S extends BalancerOperationState>
SingleBrokerBalancerOperationProgressListener
Modifier and Type | Method and Description |
---|---|
void |
onProgressChanged(Set<Integer> brokerIds,
S state,
Exception e)
Called whenever the state of the balancer operation operation changes.
|
void onProgressChanged(Set<Integer> brokerIds, S state, Exception e)
brokerIds
- Ids of the brokers that this operation is working on.state
- the new state the operation is ine
- - nullable, an exception that occurred during the balancer operation