Package org.gridgain.lang
Class GridgainErrorGroups.DataCenterReplication
java.lang.Object
org.gridgain.lang.GridgainErrorGroups.DataCenterReplication
- Enclosing class:
- GridgainErrorGroups
Error group for DCR.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intGeneral DCR error.static final intError indicates that replicated tables has incompatible schema on source and target.static final intError indicates that replication already exists.static final intError indicates that replication failed to create.static final intError indicates that replication is not found.static final intError indicates that replication failed to start.static final intError indicates that replication failed to start second replication for the same table.static final intError indicates that replication failed to stop.static final intError indicates that replication to self is not allowed.static final intError indicates that replication can't be removed because its still running.static final intError indicates that replicated source table doesn't exist.static final intError indicates that replicated source tables aren't defined. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DCR_ERR
public static final int DCR_ERRGeneral DCR error. -
REPLICATION_CREATE_ERR
public static final int REPLICATION_CREATE_ERRError indicates that replication failed to create. -
REPLICATION_STARTUP_ERR
public static final int REPLICATION_STARTUP_ERRError indicates that replication failed to start. -
RUNNING_REPLICATION_REMOVE_ERR
public static final int RUNNING_REPLICATION_REMOVE_ERRError indicates that replication can't be removed because its still running. -
INCOMPATIBLE_SCHEMAS_ERR
public static final int INCOMPATIBLE_SCHEMAS_ERRError indicates that replicated tables has incompatible schema on source and target. -
REPLICATION_STOP_ERR
public static final int REPLICATION_STOP_ERRError indicates that replication failed to stop. -
SOURCE_TABLE_NOT_EXIST_ERR
public static final int SOURCE_TABLE_NOT_EXIST_ERRError indicates that replicated source table doesn't exist. -
REPLICATION_STARTUP_SAME_TABLE_ERR
public static final int REPLICATION_STARTUP_SAME_TABLE_ERRError indicates that replication failed to start second replication for the same table. -
REPLICATION_NOT_FOUND_ERR
public static final int REPLICATION_NOT_FOUND_ERRError indicates that replication is not found. -
REPLICATION_ALREADY_EXISTS_ERR
public static final int REPLICATION_ALREADY_EXISTS_ERRError indicates that replication already exists. -
SOURCE_TABLES_NOT_DEFINED_ERR
public static final int SOURCE_TABLES_NOT_DEFINED_ERRError indicates that replicated source tables aren't defined. -
REPLICATION_TO_SELF_ERR
public static final int REPLICATION_TO_SELF_ERRError indicates that replication to self is not allowed.
-
-
Constructor Details
-
DataCenterReplication
public DataCenterReplication()
-