| Package | Description |
|---|---|
| io.debezium.connector.mysql.legacy |
| Modifier and Type | Field and Description |
|---|---|
private AtomicReference<Reader.State> |
BlockingReader.state |
| Modifier and Type | Method and Description |
|---|---|
Reader.State |
ReconcilingBinlogReader.state() |
Reader.State |
Reader.state()
Get the current state of this reader.
|
Reader.State |
ParallelSnapshotReader.state() |
Reader.State |
ChainedReader.state() |
Reader.State |
BlockingReader.state() |
Reader.State |
AbstractReader.state() |
static Reader.State |
Reader.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.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.