Interface RecoveryScan


public interface RecoveryScan
Interface for users to receive a callback whenever a recovery scan completes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This operation is invoked by the recovery manager when a recovery scan completes.
  • Method Details

    • completed

      void completed()
      This operation is invoked by the recovery manager when a recovery scan completes. It does not indicate that all inflight transactions and resources have been recovered (some may have failed to recovery, for instance), only that all of the recovery modules have finished and indicated they have done as much as they can on this scan.