Filters(PostgresConnectorConfig config) |
Loader(PostgresConnectorConfig connectorConfig) |
PostgresChangeEventSourceFactory(PostgresConnectorConfig configuration,
Snapshotter snapshotter,
PostgresConnection jdbcConnection,
ErrorHandler errorHandler,
EventDispatcher<TableId> dispatcher,
Clock clock,
PostgresSchema schema,
PostgresTaskContext taskContext,
ReplicationConnection replicationConnection,
SlotCreationResult slotCreatedInfo) |
PostgresChangeRecordEmitter(OffsetContext offset,
Clock clock,
PostgresConnectorConfig connectorConfig,
PostgresSchema schema,
PostgresConnection connection,
ReplicationMessage message) |
PostgresOffsetContext(PostgresConnectorConfig connectorConfig,
Long lsn,
Long lastCompletelyProcessedLsn,
Long txId,
Instant time,
boolean snapshot,
boolean lastSnapshotRecord) |
PostgresSchema(PostgresConnectorConfig config,
TypeRegistry typeRegistry,
Charset databaseCharset,
TopicSelector<TableId> topicSelector)
|
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) |
PostgresTaskContext(PostgresConnectorConfig config,
PostgresSchema schema,
TopicSelector<TableId> topicSelector) |
SourceInfo(PostgresConnectorConfig connectorConfig) |