Uses of Enum
io.debezium.connector.mysql.legacy.Reader.State
Packages that use Reader.State
-
Uses of Reader.State in io.debezium.connector.mysql.legacy
Fields in io.debezium.connector.mysql.legacy with type parameters of type Reader.StateModifier and TypeFieldDescriptionprivate final AtomicReference<Reader.State>BlockingReader.stateMethods in io.debezium.connector.mysql.legacy that return Reader.StateModifier and TypeMethodDescriptionAbstractReader.state()BlockingReader.state()ChainedReader.state()ParallelSnapshotReader.state()Reader.state()Get the current state of this reader.ReconcilingBinlogReader.state()static Reader.StateReturns the enum constant of this type with the specified name.static Reader.State[]Reader.State.values()Returns an array containing the constants of this enum type, in the order they are declared.