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 intError while returning partition states.static final intError when node names are not in valid set.static final intPartition ID is not in valid range.static final intNodes were not found.static final intError when not enough alive nodes to perform restart with clean up.static final intError while returning partition states.static final ErrorGroupDisaster recovery group. -
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. -
NOT_ENOUGH_ALIVE_NODES_ERR
public static final int NOT_ENOUGH_ALIVE_NODES_ERRError when not enough alive nodes to perform restart with clean up. -
ILLEGAL_NODES_SET_ERR
public static final int ILLEGAL_NODES_SET_ERRError when node names are not in valid set.
-
-
Constructor Details
-
DisasterRecovery
public DisasterRecovery()
-