public static class HistorizedRelationalSnapshotChangeEventSource.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 |
snapshotData()
Whether data (rows in captured tables) should be snapshotted.
|
boolean |
snapshotSchema()
Whether the schema of captured tables should be snapshotted.
|
String |
toString() |
Copyright © 2019 JBoss by Red Hat. All rights reserved.