| Package | Description |
|---|---|
| io.debezium.connector.postgresql | |
| io.debezium.connector.postgresql.connection | |
| io.debezium.connector.postgresql.snapshot | |
| io.debezium.connector.postgresql.spi |
| Modifier and Type | Field and Description |
|---|---|
private SlotState |
PostgresChangeEventSourceCoordinator.slotInfo |
private SlotState |
PostgresSnapshotChangeEventSource.startingSlotInfo |
private SlotState |
PostgresChangeEventSourceFactory.startingSlotInfo |
| Modifier and Type | Method and Description |
|---|---|
private SlotState |
PostgresTaskContext.getCurrentSlotState(PostgresConnection connection) |
| Constructor and Description |
|---|
PostgresChangeEventSourceCoordinator(OffsetContext previousOffset,
ErrorHandler errorHandler,
Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorType,
CommonConnectorConfig connectorConfig,
ChangeEventSourceFactory changeEventSourceFactory,
ChangeEventSourceMetricsFactory changeEventSourceMetricsFactory,
EventDispatcher<?> eventDispatcher,
DatabaseSchema<?> schema,
Snapshotter snapshotter,
SlotState slotInfo) |
PostgresChangeEventSourceFactory(PostgresConnectorConfig configuration,
Snapshotter snapshotter,
PostgresConnection jdbcConnection,
ErrorHandler errorHandler,
EventDispatcher<TableId> dispatcher,
Clock clock,
PostgresSchema schema,
PostgresTaskContext taskContext,
ReplicationConnection replicationConnection,
SlotCreationResult slotCreatedInfo,
SlotState startingSlotInfo) |
PostgresSnapshotChangeEventSource(PostgresConnectorConfig connectorConfig,
Snapshotter snapshotter,
PostgresOffsetContext previousOffset,
PostgresConnection jdbcConnection,
PostgresSchema schema,
EventDispatcher<TableId> dispatcher,
Clock clock,
SnapshotProgressListener snapshotProgressListener,
SlotCreationResult slotCreatedInfo,
SlotState startingSlotInfo) |
| 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 © 2021 JBoss by Red Hat. All rights reserved.