| Package | Description |
|---|---|
| io.debezium.connector.postgresql | |
| io.debezium.connector.postgresql.connection | |
| io.debezium.connector.postgresql.snapshot | |
| io.debezium.connector.postgresql.spi |
| Modifier and Type | Method and Description |
|---|---|
private SlotState |
PostgresTaskContext.getCurrentSlotState(PostgresConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
protected SlotState |
ServerInfo.ReplicationSlot.asSlotState() |
SlotState |
PostgresConnection.getReplicationSlotState(String slotName,
String pluginName)
Returns the current state of the replication slot
|
| Modifier and Type | Field and Description |
|---|---|
private SlotState |
SnapshotterWrapper.slotState |
| 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 © 2019 JBoss by Red Hat. All rights reserved.