public interface BalanceOpExecutionCompletionCallback
Modifier and Type | Method and Description |
---|---|
void |
accept(boolean operationSuccess,
java.lang.Throwable t) |
void accept(boolean operationSuccess, @Nullable java.lang.Throwable t)
operationSuccess
- -- if the operation succeeded or did not complete. A successful operation completed all the
work it intended to do.t
- -- Exception, if any, raised during execution of the operation. If an exception is non-null, the
DataBalancer code will fail the removal operation with it