Class GridgainErrorGroups.DataCenterReplication

java.lang.Object
org.gridgain.lang.GridgainErrorGroups.DataCenterReplication
Enclosing class:
GridgainErrorGroups

public static class GridgainErrorGroups.DataCenterReplication extends Object
Error group for DCR.
  • Field Details

    • DCR_ERR

      public static final int DCR_ERR
      General DCR error.
    • REPLICATION_CREATE_ERR

      public static final int REPLICATION_CREATE_ERR
      Error indicates that replication failed to create.
    • REPLICATION_STARTUP_ERR

      public static final int REPLICATION_STARTUP_ERR
      Error indicates that replication failed to start.
    • RUNNING_REPLICATION_REMOVE_ERR

      public static final int RUNNING_REPLICATION_REMOVE_ERR
      Error indicates that replication can't be removed because its still running.
    • INCOMPATIBLE_SCHEMAS_ERR

      public static final int INCOMPATIBLE_SCHEMAS_ERR
      Error indicates that replicated tables has incompatible schema on source and target.
    • REPLICATION_STOP_ERR

      public static final int REPLICATION_STOP_ERR
      Error indicates that replication failed to stop.
    • SOURCE_TABLE_NOT_EXIST_ERR

      public static final int SOURCE_TABLE_NOT_EXIST_ERR
      Error indicates that replicated source table doesn't exist.
    • REPLICATION_STARTUP_SAME_TABLE_ERR

      public static final int REPLICATION_STARTUP_SAME_TABLE_ERR
      Error indicates that replication failed to start second replication for the same table.
    • REPLICATION_NOT_FOUND_ERR

      public static final int REPLICATION_NOT_FOUND_ERR
      Error indicates that replication is not found.
    • REPLICATION_ALREADY_EXISTS_ERR

      public static final int REPLICATION_ALREADY_EXISTS_ERR
      Error indicates that replication already exists.
    • SOURCE_TABLES_NOT_DEFINED_ERR

      public static final int SOURCE_TABLES_NOT_DEFINED_ERR
      Error indicates that replicated source tables aren't defined.
    • REPLICATION_TO_SELF_ERR

      public static final int REPLICATION_TO_SELF_ERR
      Error indicates that replication to self is not allowed.
  • Constructor Details

    • DataCenterReplication

      public DataCenterReplication()