Package org.gridgain.lang
Class GridgainErrorGroups.Cdc
java.lang.Object
org.gridgain.lang.GridgainErrorGroups.Cdc
- Enclosing class:
- GridgainErrorGroups
CDC error group.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intCDC is disabled error.static final intInternal CDC error that indicates 'there is a bug in CDC codebase'.static final intCDC Replication already exists error.static final intCDC Replication not found error.static final intCDC Replication start error.static final intCDC Replication stop error.static final intCDC Sink already exists error.static final intCDC Sink initialization error.static final intCDC Sink not found error.static final intCDC Source already exists error.static final intCDC Source not found error.static final intCDC validation error.static final intGeneral CDC error. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
COMMON_CDC_ERR
public static final int COMMON_CDC_ERRGeneral CDC error. -
CDC_INTERNAL_ERR
public static final int CDC_INTERNAL_ERRInternal CDC error that indicates 'there is a bug in CDC codebase'. -
CDC_VALIDATION_ERR
public static final int CDC_VALIDATION_ERRCDC validation error. -
CDC_SINK_INIT_ERR
public static final int CDC_SINK_INIT_ERRCDC Sink initialization error. -
CDC_SINK_ALREADY_EXISTS_ERR
public static final int CDC_SINK_ALREADY_EXISTS_ERRCDC Sink already exists error. -
CDC_SINK_NOT_FOUND_ERR
public static final int CDC_SINK_NOT_FOUND_ERRCDC Sink not found error. -
CDC_REPLICATION_START_ERR
public static final int CDC_REPLICATION_START_ERRCDC Replication start error. -
CDC_REPLICATION_STOP_ERR
public static final int CDC_REPLICATION_STOP_ERRCDC Replication stop error. -
CDC_REPLICATION_ALREADY_EXISTS_ERR
public static final int CDC_REPLICATION_ALREADY_EXISTS_ERRCDC Replication already exists error. -
CDC_REPLICATION_NOT_FOUND_ERR
public static final int CDC_REPLICATION_NOT_FOUND_ERRCDC Replication not found error. -
CDC_SOURCE_ALREADY_EXISTS_ERR
public static final int CDC_SOURCE_ALREADY_EXISTS_ERRCDC Source already exists error. -
CDC_SOURCE_NOT_FOUND_ERR
public static final int CDC_SOURCE_NOT_FOUND_ERRCDC Source not found error. -
CDC_DISABLED_ERR
public static final int CDC_DISABLED_ERRCDC is disabled error.
-
-
Constructor Details
-
Cdc
public Cdc()
-