| Package | Description |
|---|---|
| io.debezium.connector.mysql |
| Modifier and Type | Field and Description |
|---|---|
private MySqlConnectorConfig.EventProcessingFailureHandlingMode |
BinlogReader.eventDeserializationFailureHandlingMode |
private MySqlConnectorConfig.EventProcessingFailureHandlingMode |
BinlogReader.inconsistentSchemaHandlingMode |
| Modifier and Type | Method and Description |
|---|---|
MySqlConnectorConfig.EventProcessingFailureHandlingMode |
MySqlJdbcContext.eventDeserializationFailureHandlingMode() |
MySqlConnectorConfig.EventProcessingFailureHandlingMode |
MySqlJdbcContext.inconsistentSchemaHandlingMode() |
static MySqlConnectorConfig.EventProcessingFailureHandlingMode |
MySqlConnectorConfig.EventProcessingFailureHandlingMode.parse(String value)
Determine if the supplied value is one of the predefined options.
|
static MySqlConnectorConfig.EventProcessingFailureHandlingMode |
MySqlConnectorConfig.EventProcessingFailureHandlingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MySqlConnectorConfig.EventProcessingFailureHandlingMode[] |
MySqlConnectorConfig.EventProcessingFailureHandlingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.