Class SnapshotRebalanceWatch
java.lang.Object
org.gridgain.internal.snapshots.coordinator.SnapshotRebalanceWatch
- All Implemented Interfaces:
org.apache.ignite.internal.metastorage.WatchListener
public class SnapshotRebalanceWatch
extends Object
implements org.apache.ignite.internal.metastorage.WatchListener
Fails ongoing snapshot operation if rebalance is detected for any of the tables participating in the operation. Must be only one watch
for the snapshot coordinator role.
-
Method Summary
Modifier and TypeMethodDescriptiononUpdate(org.apache.ignite.internal.metastorage.WatchEvent event)
-
Method Details
-
onUpdate
- Specified by:
onUpdatein interfaceorg.apache.ignite.internal.metastorage.WatchListener
-