| Package | Description |
|---|---|
| com.ververica.cdc.connectors.mysql.source.reader | |
| com.ververica.cdc.connectors.mysql.source.split |
| Modifier and Type | Method and Description |
|---|---|
protected MySqlSplitState |
MySqlSourceReader.initializedState(MySqlSplit split) |
| Modifier and Type | Method and Description |
|---|---|
void |
MySqlRecordEmitter.emitRecord(org.apache.kafka.connect.source.SourceRecord element,
org.apache.flink.api.connector.source.SourceOutput<T> output,
MySqlSplitState splitState) |
protected MySqlSplit |
MySqlSourceReader.toSplitType(String splitId,
MySqlSplitState splitState) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MySqlSourceReader.onSplitFinished(Map<String,MySqlSplitState> finishedSplitIds) |
| Constructor and Description |
|---|
MySqlSourceReader(org.apache.flink.connector.base.source.reader.synchronization.FutureCompletingBlockingQueue<org.apache.flink.connector.base.source.reader.RecordsWithSplitIds<org.apache.kafka.connect.source.SourceRecord>> elementQueue,
java.util.function.Supplier<MySqlSplitReader> splitReaderSupplier,
org.apache.flink.connector.base.source.reader.RecordEmitter<org.apache.kafka.connect.source.SourceRecord,T,MySqlSplitState> recordEmitter,
org.apache.flink.configuration.Configuration config,
MySqlSourceReaderContext context,
MySqlSourceConfig sourceConfig) |
| Modifier and Type | Class and Description |
|---|---|
class |
MySqlBinlogSplitState
The state of split to describe the binlog of MySql table(s).
|
class |
MySqlSnapshotSplitState
The state of split to describe the binlog of MySql table(s).
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.