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 TypeMethodDescriptionvoid
Finds and finalizes synchronisations which started, but haven't finished yetint
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:
-