| 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 |
SnapshotReader
A component that performs a snapshot of a MySQL server, and records the schema changes in
MySqlSchema. |
| Modifier and Type | Field and Description |
|---|---|
private AtomicReference<Reader> |
ChainedReader.currentReader |
private List<Reader> |
ChainedReader.readers |
private LinkedList<Reader> |
ChainedReader.remainingReaders |
| Modifier and Type | Method and Description |
|---|---|
protected ChainedReader |
ChainedReader.add(Reader reader) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.