onProgressChanged
public void onProgressChanged(EvenClusterLoadStateMachine.EvenClusterLoadState currentState,
Long currentStateCreatedAt,
Long currentStateLastUpdatedAt,
Exception currentStateException,
EvenClusterLoadStateMachine.EvenClusterLoadState previousState,
Long previousStateCreatedAt,
Long previousStateLastUpdatedAt,
Exception previousStateException)
Called whenever the state of the balancer operation EvenClusterLoad changes.
- Specified by:
onProgressChanged
in interface EvenClusterLoadStateProgressListener<EvenClusterLoadStateMachine.EvenClusterLoadState>
- Parameters:
currentState
- the new state the operation is in
currentStateCreatedAt
- - the time the current state was created at
currentStateLastUpdatedAt
- - the time the current state was last updated at
currentStateException
- - nullable, an exception that occurred during the current rebalance operation
previousState
- the state the previous operation was in
previousStateCreatedAt
- - the time the previous state was created at
previousStateLastUpdatedAt
- - the time the previous state was last updated at
previousStateException
- - nullable, an exception that occurred during the previous rebalance operation