| Package | Description |
|---|---|
| io.debezium.connector.postgresql |
| Modifier and Type | Field and Description |
|---|---|
private PostgresOffsetContext |
PostgresStreamingChangeEventSource.offsetContext |
| Modifier and Type | Method and Description |
|---|---|
static PostgresOffsetContext |
PostgresOffsetContext.initialContext(PostgresConnectorConfig connectorConfig,
PostgresConnection jdbcConnection,
Clock clock) |
| Constructor and Description |
|---|
PostgresSnapshotChangeEventSource(PostgresConnectorConfig connectorConfig,
Snapshotter snapshotter,
PostgresOffsetContext previousOffset,
PostgresConnection jdbcConnection,
PostgresSchema schema,
EventDispatcher<TableId> dispatcher,
Clock clock,
SnapshotProgressListener snapshotProgressListener,
SlotCreationResult slotCreatedInfo) |
PostgresStreamingChangeEventSource(PostgresConnectorConfig connectorConfig,
Snapshotter snapshotter,
PostgresOffsetContext offsetContext,
PostgresConnection connection,
EventDispatcher<TableId> dispatcher,
ErrorHandler errorHandler,
Clock clock,
PostgresSchema schema,
PostgresTaskContext taskContext,
ReplicationConnection replicationConnection) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.