Interface Recovery

All Known Implementing Classes:
PartitionRecovery

public interface Recovery
Recovery entry representation.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Cancels recovery process.
    Starts recovery process.
  • Method Details

    • 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.