| Package | Description |
|---|---|
| io.debezium.connector.postgresql |
| Modifier and Type | Field and Description |
|---|---|
protected PostgresTaskContext |
RecordsProducer.taskContext |
private PostgresTaskContext |
PostgresStreamingChangeEventSource.taskContext |
private PostgresTaskContext |
PostgresConnectorTask.taskContext |
private PostgresTaskContext |
PostgresChangeEventSourceFactory.taskContext |
| Modifier and Type | Method and Description |
|---|---|
PostgresTaskContext |
PostgresConnectorTask.getTaskContext() |
| Modifier and Type | Method and Description |
|---|---|
ReplicationConnection |
PostgresConnectorTask.createReplicationConnection(PostgresTaskContext taskContext,
boolean shouldExport,
int maxRetries,
Duration retryDelay) |
| Constructor and Description |
|---|
PostgresChangeEventSourceFactory(PostgresConnectorConfig configuration,
Snapshotter snapshotter,
PostgresConnection jdbcConnection,
ErrorHandler errorHandler,
EventDispatcher<TableId> dispatcher,
Clock clock,
PostgresSchema schema,
PostgresTaskContext taskContext,
ReplicationConnection replicationConnection,
SlotCreationResult slotCreatedInfo) |
PostgresStreamingChangeEventSource(PostgresConnectorConfig connectorConfig,
Snapshotter snapshotter,
PostgresOffsetContext offsetContext,
PostgresConnection connection,
EventDispatcher<TableId> dispatcher,
ErrorHandler errorHandler,
Clock clock,
PostgresSchema schema,
PostgresTaskContext taskContext,
ReplicationConnection replicationConnection) |
RecordsProducer(PostgresTaskContext taskContext,
SourceInfo sourceInfo) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.