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