Package org.gridgain.internal.dcr
Class DcrErrorHandler
java.lang.Object
org.gridgain.internal.dcr.DcrErrorHandler
Dcr error handler.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidhandleFail(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.
-
Constructor Details
-
DcrErrorHandler
public DcrErrorHandler()
-
-
Method Details
-
handleFail
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.
-