Uses of Class
io.debezium.connector.mysql.legacy.Reader.State
-
Packages that use Reader.State Package Description io.debezium.connector.mysql.legacy -
-
Uses of Reader.State in io.debezium.connector.mysql.legacy
Fields in io.debezium.connector.mysql.legacy with type parameters of type Reader.State Modifier and Type Field Description private AtomicReference<Reader.State>BlockingReader. stateMethods in io.debezium.connector.mysql.legacy that return Reader.State Modifier and Type Method Description Reader.StateAbstractReader. state()Reader.StateBlockingReader. state()Reader.StateChainedReader. state()Reader.StateParallelSnapshotReader. state()Reader.StateReader. state()Get the current state of this reader.Reader.StateReconcilingBinlogReader. state()static Reader.StateReader.State. valueOf(String name)Returns 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.
-