| Package | Description |
|---|---|
| io.debezium.connector.postgresql | |
| io.debezium.connector.postgresql.snapshot | |
| io.debezium.connector.postgresql.spi |
| Modifier and Type | Method and Description |
|---|---|
OffsetState |
PostgresOffsetContext.asOffsetState() |
| Modifier and Type | Field and Description |
|---|---|
private OffsetState |
InitialSnapshotter.sourceInfo |
private OffsetState |
InitialOnlySnapshotter.sourceInfo |
private OffsetState |
ExportedSnapshotter.sourceInfo |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryingSnapshotter.init(PostgresConnectorConfig config,
OffsetState sourceInfo,
SlotState slotState) |
void |
NeverSnapshotter.init(PostgresConnectorConfig config,
OffsetState sourceInfo,
SlotState slotState) |
void |
InitialSnapshotter.init(PostgresConnectorConfig config,
OffsetState sourceInfo,
SlotState slotState) |
void |
InitialOnlySnapshotter.init(PostgresConnectorConfig config,
OffsetState sourceInfo,
SlotState slotState) |
void |
ExportedSnapshotter.init(PostgresConnectorConfig config,
OffsetState sourceInfo,
SlotState slotState) |
| Constructor and Description |
|---|
SnapshotterWrapper(Snapshotter snapshotter,
PostgresConnectorConfig config,
OffsetState offsetState,
SlotState slotState) |
| Modifier and Type | Method and Description |
|---|---|
void |
Snapshotter.init(PostgresConnectorConfig config,
OffsetState sourceInfo,
SlotState slotState) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.