Class PitrGlobalStateWatch
java.lang.Object
org.gridgain.internal.pitr.metastorage.PitrGlobalStateWatch
- All Implemented Interfaces:
org.apache.ignite.internal.metastorage.WatchListener
public class PitrGlobalStateWatch
extends Object
implements org.apache.ignite.internal.metastorage.WatchListener
Watches the metastorage for changes in the global PITR states and manages local PITR states.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCancels local recovery operations.onUpdate(org.apache.ignite.internal.metastorage.WatchEvent event) void
-
Constructor Details
-
PitrGlobalStateWatch
-
-
Method Details
-
onUpdate
- Specified by:
onUpdatein interfaceorg.apache.ignite.internal.metastorage.WatchListener
-
cancelAllOngoingPitrOperationsDueToLocalFailure
Cancels local recovery operations.- Returns:
- Future that completes when all running recoveries are finished.
-
updatePitrReader
-