Uses of Class
io.debezium.connector.postgresql.PostgresPartition
Packages that use PostgresPartition
-
Uses of PostgresPartition in io.debezium.connector.postgresql
Methods in io.debezium.connector.postgresql that return types with arguments of type PostgresPartitionModifier and TypeMethodDescriptionOptional<IncrementalSnapshotChangeEventSource<PostgresPartition,? extends io.debezium.spi.schema.DataCollectionId>> PostgresChangeEventSourceFactory.getIncrementalSnapshotChangeEventSource(PostgresOffsetContext offsetContext, SnapshotProgressListener<PostgresPartition> snapshotProgressListener, DataChangeEventListener<PostgresPartition> dataChangeEventListener) PostgresPartition.Provider.getPartitions()PostgresChangeEventSourceFactory.getSnapshotChangeEventSource(SnapshotProgressListener<PostgresPartition> snapshotProgressListener) PostgresChangeEventSourceFactory.getStreamingChangeEventSource()protected AbstractSnapshotChangeEventSource.SnapshotContext<PostgresPartition,PostgresOffsetContext> PostgresSnapshotChangeEventSource.prepare(PostgresPartition partition) PostgresConnectorTask.start(Configuration config) Methods in io.debezium.connector.postgresql with parameters of type PostgresPartitionModifier and TypeMethodDescriptionprivate voidPostgresStreamingChangeEventSource.commitMessage(PostgresPartition partition, PostgresOffsetContext offsetContext, Lsn lsn) voidPostgresStreamingChangeEventSource.execute(ChangeEventSource.ChangeEventSourceContext context, PostgresPartition partition, PostgresOffsetContext offsetContext) protected ChangeEventSourceCoordinator<PostgresPartition,PostgresOffsetContext>.CatchUpStreamingResult PostgresChangeEventSourceCoordinator.executeCatchUpStreaming(ChangeEventSource.ChangeEventSourceContext context, SnapshotChangeEventSource<PostgresPartition, PostgresOffsetContext> snapshotSource, PostgresPartition partition, PostgresOffsetContext previousOffset) PostgresSnapshotChangeEventSource.getSnapshottingTask(PostgresPartition partition, PostgresOffsetContext previousOffset) protected AbstractSnapshotChangeEventSource.SnapshotContext<PostgresPartition,PostgresOffsetContext> PostgresSnapshotChangeEventSource.prepare(PostgresPartition partition) private voidPostgresStreamingChangeEventSource.processMessages(ChangeEventSource.ChangeEventSourceContext context, PostgresPartition partition, PostgresOffsetContext offsetContext, ReplicationStream stream) Method parameters in io.debezium.connector.postgresql with type arguments of type PostgresPartitionModifier and TypeMethodDescriptionprotected voidPostgresSnapshotChangeEventSource.complete(AbstractSnapshotChangeEventSource.SnapshotContext<PostgresPartition, PostgresOffsetContext> snapshotContext) protected voidPostgresSnapshotChangeEventSource.connectionCreated(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<PostgresPartition, PostgresOffsetContext> snapshotContext) protected voidPostgresSnapshotChangeEventSource.determineSnapshotOffset(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<PostgresPartition, PostgresOffsetContext> ctx, PostgresOffsetContext previousOffset) voidPostgresChangeRecordEmitter.emitChangeRecords(DataCollectionSchema schema, ChangeRecordEmitter.Receiver<PostgresPartition> receiver) protected ChangeEventSourceCoordinator<PostgresPartition,PostgresOffsetContext>.CatchUpStreamingResult PostgresChangeEventSourceCoordinator.executeCatchUpStreaming(ChangeEventSource.ChangeEventSourceContext context, SnapshotChangeEventSource<PostgresPartition, PostgresOffsetContext> snapshotSource, PostgresPartition partition, PostgresOffsetContext previousOffset) PostgresSnapshotChangeEventSource.getAllTableIds(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<PostgresPartition, PostgresOffsetContext> ctx) protected SchemaChangeEventPostgresSnapshotChangeEventSource.getCreateTableEvent(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<PostgresPartition, PostgresOffsetContext> snapshotContext, Table table) Optional<IncrementalSnapshotChangeEventSource<PostgresPartition,? extends io.debezium.spi.schema.DataCollectionId>> PostgresChangeEventSourceFactory.getIncrementalSnapshotChangeEventSource(PostgresOffsetContext offsetContext, SnapshotProgressListener<PostgresPartition> snapshotProgressListener, DataChangeEventListener<PostgresPartition> dataChangeEventListener) Optional<IncrementalSnapshotChangeEventSource<PostgresPartition,? extends io.debezium.spi.schema.DataCollectionId>> PostgresChangeEventSourceFactory.getIncrementalSnapshotChangeEventSource(PostgresOffsetContext offsetContext, SnapshotProgressListener<PostgresPartition> snapshotProgressListener, DataChangeEventListener<PostgresPartition> dataChangeEventListener) PostgresChangeEventSourceFactory.getSnapshotChangeEventSource(SnapshotProgressListener<PostgresPartition> snapshotProgressListener) PostgresSnapshotChangeEventSource.getSnapshotSelect(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<PostgresPartition, PostgresOffsetContext> snapshotContext, TableId tableId, List<String> columns) Generate a valid Postgres query string for the specified table and columnsprotected voidPostgresSnapshotChangeEventSource.lockTablesForSchemaSnapshot(ChangeEventSource.ChangeEventSourceContext sourceContext, RelationalSnapshotChangeEventSource.RelationalSnapshotContext<PostgresPartition, PostgresOffsetContext> snapshotContext) protected voidPostgresSnapshotChangeEventSource.readTableStructure(ChangeEventSource.ChangeEventSourceContext sourceContext, RelationalSnapshotChangeEventSource.RelationalSnapshotContext<PostgresPartition, PostgresOffsetContext> snapshotContext, PostgresOffsetContext offsetContext) protected voidPostgresSnapshotChangeEventSource.releaseSchemaSnapshotLocks(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<PostgresPartition, PostgresOffsetContext> snapshotContext) (package private) static Optional<DataCollectionSchema>PostgresChangeRecordEmitter.updateSchema(Partition partition, io.debezium.spi.schema.DataCollectionId tableId, ChangeRecordEmitter<PostgresPartition> changeRecordEmitter) Constructors in io.debezium.connector.postgresql with parameters of type PostgresPartitionModifierConstructorDescriptionPostgresChangeRecordEmitter(PostgresPartition partition, OffsetContext offset, Clock clock, PostgresConnectorConfig connectorConfig, PostgresSchema schema, PostgresConnection connection, TableId tableId, ReplicationMessage message) PostgresSnapshotContext(PostgresPartition partition, String catalogName) Constructor parameters in io.debezium.connector.postgresql with type arguments of type PostgresPartitionModifierConstructorDescriptionPostgresChangeEventSourceCoordinator(Offsets<PostgresPartition, PostgresOffsetContext> previousOffsets, ErrorHandler errorHandler, Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorType, CommonConnectorConfig connectorConfig, PostgresChangeEventSourceFactory changeEventSourceFactory, ChangeEventSourceMetricsFactory<PostgresPartition> changeEventSourceMetricsFactory, EventDispatcher<PostgresPartition, ?> eventDispatcher, DatabaseSchema<?> schema, Snapshotter snapshotter, SlotState slotInfo) PostgresChangeEventSourceCoordinator(Offsets<PostgresPartition, PostgresOffsetContext> previousOffsets, ErrorHandler errorHandler, Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorType, CommonConnectorConfig connectorConfig, PostgresChangeEventSourceFactory changeEventSourceFactory, ChangeEventSourceMetricsFactory<PostgresPartition> changeEventSourceMetricsFactory, EventDispatcher<PostgresPartition, ?> eventDispatcher, DatabaseSchema<?> schema, Snapshotter snapshotter, SlotState slotInfo) PostgresChangeEventSourceCoordinator(Offsets<PostgresPartition, PostgresOffsetContext> previousOffsets, ErrorHandler errorHandler, Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorType, CommonConnectorConfig connectorConfig, PostgresChangeEventSourceFactory changeEventSourceFactory, ChangeEventSourceMetricsFactory<PostgresPartition> changeEventSourceMetricsFactory, EventDispatcher<PostgresPartition, ?> eventDispatcher, DatabaseSchema<?> schema, Snapshotter snapshotter, SlotState slotInfo) PostgresEventDispatcher(PostgresConnectorConfig connectorConfig, io.debezium.spi.topic.TopicNamingStrategy<T> topicNamingStrategy, DatabaseSchema<T> schema, ChangeEventQueue<DataChangeEvent> queue, DataCollectionFilters.DataCollectionFilter<T> filter, ChangeEventCreator changeEventCreator, EventDispatcher.InconsistentSchemaHandler<PostgresPartition, T> inconsistentSchemaHandler, EventMetadataProvider metadataProvider, Heartbeat heartbeat, SchemaNameAdjuster schemaNameAdjuster) PostgresSignalBasedIncrementalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<PostgresPartition, TableId> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener<PostgresPartition> progressListener, DataChangeEventListener<PostgresPartition> dataChangeEventListener) PostgresSignalBasedIncrementalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<PostgresPartition, TableId> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener<PostgresPartition> progressListener, DataChangeEventListener<PostgresPartition> dataChangeEventListener) PostgresSignalBasedIncrementalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<PostgresPartition, TableId> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener<PostgresPartition> progressListener, DataChangeEventListener<PostgresPartition> dataChangeEventListener) PostgresSnapshotChangeEventSource(PostgresConnectorConfig connectorConfig, Snapshotter snapshotter, PostgresConnection jdbcConnection, PostgresSchema schema, EventDispatcher<PostgresPartition, TableId> dispatcher, Clock clock, SnapshotProgressListener<PostgresPartition> snapshotProgressListener, SlotCreationResult slotCreatedInfo, SlotState startingSlotInfo) PostgresSnapshotChangeEventSource(PostgresConnectorConfig connectorConfig, Snapshotter snapshotter, PostgresConnection jdbcConnection, PostgresSchema schema, EventDispatcher<PostgresPartition, TableId> dispatcher, Clock clock, SnapshotProgressListener<PostgresPartition> snapshotProgressListener, SlotCreationResult slotCreatedInfo, SlotState startingSlotInfo)