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 Details

    • onUpdate

      public CompletableFuture<Void> onUpdate(org.apache.ignite.internal.metastorage.WatchEvent event)
      Specified by:
      onUpdate in interface org.apache.ignite.internal.metastorage.WatchListener