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. -
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.
-
-
Constructor Details
-
DisasterRecovery
public DisasterRecovery()
-