Class DcrErrorHandler

java.lang.Object
org.gridgain.internal.dcr.DcrErrorHandler

public class DcrErrorHandler extends Object
Dcr error handler.
  • Constructor Details

    • DcrErrorHandler

      public DcrErrorHandler()
  • Method Details

    • handleFail

      public static void handleFail(DcrStorage store, String nodeName, String name, Throwable throwable)
      Handles replication failure by updating the replication entry to the FAILED state and adding an error description.
      Parameters:
      store - DCR storage.
      nodeName - Name of the node.
      name - Name of the failed entry.
      throwable - The exception that caused the failure.