Package org.apache.ignite.lang
Class ErrorGroups.DisasterRecovery
java.lang.Object
org.apache.ignite.lang.ErrorGroups.DisasterRecovery
- Enclosing class:
- ErrorGroups
Disaster recovery error group.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Error while returning partition states.static final int
Partition ID is not in valid range.static final int
Nodes were not found.static final int
Error while returning partition states.static final ErrorGroup
Disaster recovery group.static final int
Error while restarting the cluster with clean up. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RECOVERY_ERR_GROUP
Disaster recovery group. -
ILLEGAL_PARTITION_ID_ERR
public static final int ILLEGAL_PARTITION_ID_ERRPartition ID is not in valid range. -
NODES_NOT_FOUND_ERR
public static final int NODES_NOT_FOUND_ERRNodes were not found. -
PARTITION_STATE_ERR
public static final int PARTITION_STATE_ERRError while returning partition states. -
CLUSTER_NOT_IDLE_ERR
public static final int CLUSTER_NOT_IDLE_ERRError while returning partition states. -
RESTART_WITH_CLEAN_UP_ERR
public static final int RESTART_WITH_CLEAN_UP_ERRError while restarting the cluster with clean up.
-
-
Constructor Details
-
DisasterRecovery
public DisasterRecovery()
-