Package org.gridgain.internal.recovery
Interface Recovery
- All Known Implementing Classes:
PartitionRecovery
public interface Recovery
Recovery entry representation.
-
Method Details
-
start
CompletableFuture<Void> start()Starts recovery process.- Returns:
- Future that will complete when recovery is finished, cancellation will finish future without any new store actions.
-
cancel
void cancel()Cancels recovery process. If the recovery has not yet started, canceling will have no effect.
-