Package io.debezium.connector.binlog
Class BinlogSourceInfoStructMaker<T extends BinlogSourceInfo>
java.lang.Object
io.debezium.connector.AbstractSourceInfoStructMaker<T>
io.debezium.connector.binlog.BinlogSourceInfoStructMaker<T>
- All Implemented Interfaces:
SourceInfoStructMaker<T>
public abstract class BinlogSourceInfoStructMaker<T extends BinlogSourceInfo>
extends AbstractSourceInfoStructMaker<T>
An abstract implementation of the
source struct maker for binlog connectors.- Author:
- Chris Cranford
-
Field Summary
FieldsFields inherited from class io.debezium.connector.AbstractSourceInfoStructMaker
SNAPSHOT_RECORD_SCHEMA -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.debezium.connector.AbstractSourceInfoStructMaker
commonSchemaBuilder, commonStruct
-
Field Details
-
schema
private org.apache.kafka.connect.data.Schema schema
-
-
Constructor Details
-
BinlogSourceInfoStructMaker
public BinlogSourceInfoStructMaker()
-
-
Method Details
-
init
- Specified by:
initin interfaceSourceInfoStructMaker<T extends BinlogSourceInfo>- Overrides:
initin classAbstractSourceInfoStructMaker<T extends BinlogSourceInfo>
-
schema
public org.apache.kafka.connect.data.Schema schema() -
struct
-
getConnectorName
- Returns:
- the connector name
-