| Package | Description |
|---|---|
| io.debezium.config | |
| io.debezium.connector |
| Modifier and Type | Field and Description |
|---|---|
private SourceInfoStructMaker<? extends AbstractSourceInfo> |
CommonConnectorConfig.sourceInfoStructMaker |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractSourceInfo> |
CommonConnectorConfig.getSourceInfoStructMaker() |
protected abstract SourceInfoStructMaker<?> |
CommonConnectorConfig.getSourceInfoStructMaker(CommonConnectorConfig.Version version)
Returns the connector-specific
SourceInfoStructMaker based on the given configuration. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSourceInfoStructMaker<T extends AbstractSourceInfo>
Common information provided by all connectors in either source field or offsets.
|
class |
LegacyV1AbstractSourceInfoStructMaker<T extends AbstractSourceInfo>
Legacy source info that does not enforce presence of the version and connector fields
|
| Modifier and Type | Method and Description |
|---|---|
protected SourceInfoStructMaker<AbstractSourceInfo> |
AbstractSourceInfo.structMaker() |
Copyright © 2020 JBoss by Red Hat. All rights reserved.