public interface MultiBrokerBalancerOperationTerminationListener<S extends BalancerOperationState>
Modifier and Type | Method and Description |
---|---|
void |
onTerminalState(Set<Integer> brokerIds,
S state,
Exception e)
Called when the state of a balancer operation reaches a terminal point
|
void onTerminalState(Set<Integer> brokerIds, S state, Exception e)
brokerIds
- - the IDs of the brokers whose balancer operation reached a terminal statestate
- - the terminal statee
- - nullable, the exception that caused the terminal state