Interface FailedSynchronisationManager

All Known Implementing Classes:
FailedSynchronisationManagerImpl

public interface FailedSynchronisationManager
Provides utilities for dealing with failed synchronizations
Since:
3.2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Finds and finalizes synchronisations which started, but haven't finished yet
    int
    Attempts to find synchronisations started by nodes that have terminated, and reschedule them.
  • Method Details

    • finalizeSynchronisationStatuses

      void finalizeSynchronisationStatuses()
      Finds and finalizes synchronisations which started, but haven't finished yet
    • rescheduleStalledSynchronisations

      int rescheduleStalledSynchronisations()
      Attempts to find synchronisations started by nodes that have terminated, and reschedule them.
      Returns:
      number of rescheduled synchronisations
      See Also: