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