public interface EvenClusterLoadStateProgressListener<S extends BalancerOperationState>
Modifier and Type | Method and Description |
---|---|
void |
onProgressChanged(S currentState,
Long currentStateCreatedAt,
Long currentStateLastUpdatedAt,
Exception currentStateException,
S previousState,
Long previousStateCreatedAt,
Long previousStateLastUpdatedAt,
Exception previousStateException)
Called whenever the state of the balancer operation EvenClusterLoad changes.
|
void onProgressChanged(S currentState, Long currentStateCreatedAt, Long currentStateLastUpdatedAt, Exception currentStateException, S previousState, Long previousStateCreatedAt, Long previousStateLastUpdatedAt, Exception previousStateException)
currentState
- the new state the operation is incurrentStateCreatedAt
- - the time the current state was created atcurrentStateLastUpdatedAt
- - the time the current state was last updated atcurrentStateException
- - nullable, an exception that occurred during the current rebalance operationpreviousState
- the state the previous operation was inpreviousStateCreatedAt
- - the time the previous state was created atpreviousStateLastUpdatedAt
- - the time the previous state was last updated atpreviousStateException
- - nullable, an exception that occurred during the previous rebalance operation