Uses of Interface
io.debezium.connector.mysql.legacy.Reader
Packages that use Reader
-
Uses of Reader in io.debezium.connector.mysql.legacy
Classes in io.debezium.connector.mysql.legacy that implement ReaderModifier and TypeClassDescriptionclassA component that performs a snapshot of a MySQL server, and records the schema changes inMySqlSchema.classA component that reads the binlog of a MySQL server, and records any schema changes inMySqlSchema.classA component that blocks doing nothing until the connector task is stoppedfinal classclassA reader that runs aChainedReaderconsisting of aSnapshotReaderand aBinlogReaderfor all tables newly added to the config in parallel with aBinlogReaderfor all the tables previously in the config.classA reader that unifies the binlog positions of two binlog readers.classA component that performs a snapshot of a MySQL server, and records the schema changes inMySqlSchema.classA component that blocks doing nothing for a specified period of time or until the connector task is stoppedFields in io.debezium.connector.mysql.legacy with type parameters of type ReaderModifier and TypeFieldDescriptionprivate final AtomicReference<Reader>ChainedReader.currentReaderChainedReader.Builder.readersChainedReader.readersprivate final LinkedList<Reader>ChainedReader.remainingReadersMethods in io.debezium.connector.mysql.legacy with parameters of type ReaderModifier and TypeMethodDescriptionConstructor parameters in io.debezium.connector.mysql.legacy with type arguments of type ReaderModifierConstructorDescriptionprivateChainedReader(List<Reader> readers, String completionMessage) Create a new chained reader.