public static class AbstractSnapshotChangeEventSource.SnapshottingTask extends Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
snapshotData |
private boolean |
snapshotSchema |
| Constructor and Description |
|---|
SnapshottingTask(boolean snapshotSchema,
boolean snapshotData) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldSkipSnapshot()
Whether to skip the snapshot phase.
|
boolean |
snapshotData()
Whether data (rows in captured tables) should be snapshotted.
|
boolean |
snapshotSchema()
Whether the schema of captured tables should be snapshotted.
|
String |
toString() |
private final boolean snapshotSchema
private final boolean snapshotData
public SnapshottingTask(boolean snapshotSchema,
boolean snapshotData)
public boolean snapshotData()
public boolean snapshotSchema()
public boolean shouldSkipSnapshot()
snapshotSchema() and
snapshotData() return false.Copyright © 2021 JBoss by Red Hat. All rights reserved.