Class GridgainErrorGroups.Cdc

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

public static class GridgainErrorGroups.Cdc extends Object
CDC error group.
  • Field Details

    • COMMON_CDC_ERR

      public static final int COMMON_CDC_ERR
      General CDC error.
    • CDC_INTERNAL_ERR

      public static final int CDC_INTERNAL_ERR
      Internal CDC error that indicates 'there is a bug in CDC codebase'.
    • CDC_VALIDATION_ERR

      public static final int CDC_VALIDATION_ERR
      CDC validation error.
    • CDC_SINK_INIT_ERR

      public static final int CDC_SINK_INIT_ERR
      CDC Sink initialization error.
    • CDC_SINK_ALREADY_EXISTS_ERR

      public static final int CDC_SINK_ALREADY_EXISTS_ERR
      CDC Sink already exists error.
    • CDC_SINK_NOT_FOUND_ERR

      public static final int CDC_SINK_NOT_FOUND_ERR
      CDC Sink not found error.
    • CDC_REPLICATION_START_ERR

      public static final int CDC_REPLICATION_START_ERR
      CDC Replication start error.
    • CDC_REPLICATION_STOP_ERR

      public static final int CDC_REPLICATION_STOP_ERR
      CDC Replication stop error.
    • CDC_REPLICATION_ALREADY_EXISTS_ERR

      public static final int CDC_REPLICATION_ALREADY_EXISTS_ERR
      CDC Replication already exists error.
    • CDC_REPLICATION_NOT_FOUND_ERR

      public static final int CDC_REPLICATION_NOT_FOUND_ERR
      CDC Replication not found error.
    • CDC_SOURCE_ALREADY_EXISTS_ERR

      public static final int CDC_SOURCE_ALREADY_EXISTS_ERR
      CDC Source already exists error.
    • CDC_SOURCE_NOT_FOUND_ERR

      public static final int CDC_SOURCE_NOT_FOUND_ERR
      CDC Source not found error.
    • CDC_DISABLED_ERR

      public static final int CDC_DISABLED_ERR
      CDC is disabled error.
  • Constructor Details

    • Cdc

      public Cdc()