| Package | Description |
|---|---|
| io.debezium.config |
| Modifier and Type | Method and Description |
|---|---|
static CommonConnectorConfig.Version |
CommonConnectorConfig.Version.parse(String value)
Determine if the supplied value is one of the predefined options.
|
static CommonConnectorConfig.Version |
CommonConnectorConfig.Version.parse(String value,
String defaultValue)
Determine if the supplied value is one of the predefined options.
|
static CommonConnectorConfig.Version |
CommonConnectorConfig.Version.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonConnectorConfig.Version[] |
CommonConnectorConfig.Version.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract SourceInfoStructMaker<?> |
CommonConnectorConfig.getSourceInfoStructMaker(CommonConnectorConfig.Version version)
Returns the connector-specific
SourceInfoStructMaker based on the given configuration. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.