public abstract class LegacyV1AbstractSourceInfoStructMaker<T extends AbstractSourceInfo> extends Object implements SourceInfoStructMaker<T>
| Modifier and Type | Field and Description |
|---|---|
private String |
connector |
static String |
DEBEZIUM_CONNECTOR_KEY |
static String |
DEBEZIUM_VERSION_KEY |
protected String |
serverName |
private String |
version |
| Constructor and Description |
|---|
LegacyV1AbstractSourceInfoStructMaker(String connector,
String version,
CommonConnectorConfig connectorConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.kafka.connect.data.SchemaBuilder |
commonSchemaBuilder() |
protected org.apache.kafka.connect.data.Struct |
commonStruct() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitschema, structpublic static final String DEBEZIUM_VERSION_KEY
public static final String DEBEZIUM_CONNECTOR_KEY
private final String version
private final String connector
protected final String serverName
public LegacyV1AbstractSourceInfoStructMaker(String connector, String version, CommonConnectorConfig connectorConfig)
Copyright © 2021 JBoss by Red Hat. All rights reserved.