| Package | Description |
|---|---|
| io.debezium.connector.mysql.legacy |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReader
A component that performs a snapshot of a MySQL server, and records the schema changes in
MySqlSchema. |
class |
BinlogReader
A component that reads the binlog of a MySQL server, and records any schema changes in
MySqlSchema. |
class |
BlockingReader
A component that blocks doing nothing until the connector task is stopped
|
class |
ChainedReader
|
class |
ParallelSnapshotReader
A reader that runs a
ChainedReader consisting of a SnapshotReader and a BinlogReader
for all tables newly added to the config in parallel with a BinlogReader for all the tables previously
in the config. |
class |
ReconcilingBinlogReader
A reader that unifies the binlog positions of two binlog readers.
|
class |
SnapshotReader
A component that performs a snapshot of a MySQL server, and records the schema changes in
MySqlSchema. |
class |
TimedBlockingReader
A component that blocks doing nothing for a specified period of time or until the connector task is stopped
|
| Modifier and Type | Field and Description |
|---|---|
private AtomicReference<Reader> |
ChainedReader.currentReader |
private List<Reader> |
ChainedReader.readers |
private List<Reader> |
ChainedReader.Builder.readers |
private LinkedList<Reader> |
ChainedReader.remainingReaders |
| Modifier and Type | Method and Description |
|---|---|
ChainedReader.Builder |
ChainedReader.Builder.addReader(Reader reader) |
| Constructor and Description |
|---|
ChainedReader(List<Reader> readers,
String completionMessage)
Create a new chained reader.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.