| Modifier and Type | Field and Description |
|---|---|
private SnapshotReader |
MySqlConnectorTask.snapshotReader |
| Modifier and Type | Method and Description |
|---|---|
SnapshotReader |
SnapshotReader.generateInsertEvents()
Set this reader's
execution to produce a Envelope.Operation.CREATE event for
each row. |
SnapshotReader |
SnapshotReader.generateReadEvents()
Set this reader's
execution to produce a Envelope.Operation.READ event for each
row. |
SnapshotReader |
SnapshotReader.onSuccessfulCompletion(Runnable onSuccessfulCompletion)
Set the non-blocking function that should be called upon successful completion of the snapshot, which is after the
snapshot generates its final record and all such records have been
polled. |
SnapshotReader |
SnapshotReader.useMinimalBlocking(boolean minimalBlocking)
Set whether this reader's
execution should block other transactions as minimally as possible by
releasing the read lock as early as possible. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.