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, NotificationService<PostgresPartition, PostgresOffsetContext> notificationService) PostgresPartition.Provider.getPartitions()PostgresChangeEventSourceFactory.getSnapshotChangeEventSource(SnapshotProgressListener<PostgresPartition> snapshotProgressListener, NotificationService<PostgresPartition, PostgresOffsetContext> notificationService) PostgresChangeEventSourceFactory.getStreamingChangeEventSource()protected AbstractSnapshotChangeEventSource.SnapshotContext<PostgresPartition,PostgresOffsetContext> PostgresSnapshotChangeEventSource.prepare(PostgresPartition partition, boolean onDemand) 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, boolean onDemand) private voidPostgresStreamingChangeEventSource.processMessages(ChangeEventSource.ChangeEventSourceContext context, PostgresPartition partition, PostgresOffsetContext offsetContext, ReplicationStream stream) private voidPostgresStreamingChangeEventSource.processReplicationMessages(PostgresPartition partition, PostgresOffsetContext offsetContext, ReplicationStream stream, ReplicationMessage message) private voidPostgresStreamingChangeEventSource.searchWalPosition(ChangeEventSource.ChangeEventSourceContext context, PostgresPartition partition, PostgresOffsetContext offsetContext, ReplicationStream stream, WalPositionLocator walPosition) Method parameters in io.debezium.connector.postgresql with type arguments of type PostgresPartitionModifier and TypeMethodDescriptionprotected voidPostgresSnapshotChangeEventSource.aborted(AbstractSnapshotChangeEventSource.SnapshotContext<PostgresPartition, PostgresOffsetContext> snapshotContext) protected voidPostgresSnapshotChangeEventSource.completed(AbstractSnapshotChangeEventSource.SnapshotContext<PostgresPartition, PostgresOffsetContext> snapshotContext) protected voidPostgresSnapshotChangeEventSource.connectionCreated(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<PostgresPartition, PostgresOffsetContext> snapshotContext) protected PostgresOffsetContextPostgresSnapshotChangeEventSource.copyOffset(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, NotificationService<PostgresPartition, PostgresOffsetContext> notificationService) Optional<IncrementalSnapshotChangeEventSource<PostgresPartition,? extends io.debezium.spi.schema.DataCollectionId>> PostgresChangeEventSourceFactory.getIncrementalSnapshotChangeEventSource(PostgresOffsetContext offsetContext, SnapshotProgressListener<PostgresPartition> snapshotProgressListener, DataChangeEventListener<PostgresPartition> dataChangeEventListener, NotificationService<PostgresPartition, PostgresOffsetContext> notificationService) Optional<IncrementalSnapshotChangeEventSource<PostgresPartition,? extends io.debezium.spi.schema.DataCollectionId>> PostgresChangeEventSourceFactory.getIncrementalSnapshotChangeEventSource(PostgresOffsetContext offsetContext, SnapshotProgressListener<PostgresPartition> snapshotProgressListener, DataChangeEventListener<PostgresPartition> dataChangeEventListener, NotificationService<PostgresPartition, PostgresOffsetContext> notificationService) PostgresChangeEventSourceFactory.getSnapshotChangeEventSource(SnapshotProgressListener<PostgresPartition> snapshotProgressListener, NotificationService<PostgresPartition, PostgresOffsetContext> notificationService) PostgresChangeEventSourceFactory.getSnapshotChangeEventSource(SnapshotProgressListener<PostgresPartition> snapshotProgressListener, NotificationService<PostgresPartition, PostgresOffsetContext> notificationService) 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, SnapshottingTask snapshottingTask) 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) (package private)PostgresSnapshotContext(PostgresPartition partition, String catalogName, boolean onDemand) 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, SnapshotterService snapshotterService, SlotState slotInfo, SignalProcessor<PostgresPartition, PostgresOffsetContext> signalProcessor, NotificationService<PostgresPartition, PostgresOffsetContext> notificationService) 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, SnapshotterService snapshotterService, SlotState slotInfo, SignalProcessor<PostgresPartition, PostgresOffsetContext> signalProcessor, NotificationService<PostgresPartition, PostgresOffsetContext> notificationService) 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, SnapshotterService snapshotterService, SlotState slotInfo, SignalProcessor<PostgresPartition, PostgresOffsetContext> signalProcessor, NotificationService<PostgresPartition, PostgresOffsetContext> notificationService) 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, SnapshotterService snapshotterService, SlotState slotInfo, SignalProcessor<PostgresPartition, PostgresOffsetContext> signalProcessor, NotificationService<PostgresPartition, PostgresOffsetContext> notificationService) 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, SnapshotterService snapshotterService, SlotState slotInfo, SignalProcessor<PostgresPartition, PostgresOffsetContext> signalProcessor, NotificationService<PostgresPartition, PostgresOffsetContext> notificationService) 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, SignalProcessor<PostgresPartition, PostgresOffsetContext> signalProcessor) 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, SignalProcessor<PostgresPartition, PostgresOffsetContext> signalProcessor) PostgresSignalBasedIncrementalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<PostgresPartition, TableId> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener<PostgresPartition> progressListener, DataChangeEventListener<PostgresPartition> dataChangeEventListener, NotificationService<PostgresPartition, ? extends OffsetContext> notificationService) PostgresSignalBasedIncrementalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<PostgresPartition, TableId> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener<PostgresPartition> progressListener, DataChangeEventListener<PostgresPartition> dataChangeEventListener, NotificationService<PostgresPartition, ? extends OffsetContext> notificationService) PostgresSignalBasedIncrementalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<PostgresPartition, TableId> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener<PostgresPartition> progressListener, DataChangeEventListener<PostgresPartition> dataChangeEventListener, NotificationService<PostgresPartition, ? extends OffsetContext> notificationService) PostgresSignalBasedIncrementalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<PostgresPartition, TableId> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener<PostgresPartition> progressListener, DataChangeEventListener<PostgresPartition> dataChangeEventListener, NotificationService<PostgresPartition, ? extends OffsetContext> notificationService) PostgresSnapshotChangeEventSource(PostgresConnectorConfig connectorConfig, SnapshotterService snapshotterService, MainConnectionProvidingConnectionFactory<PostgresConnection> connectionFactory, PostgresSchema schema, EventDispatcher<PostgresPartition, TableId> dispatcher, Clock clock, SnapshotProgressListener<PostgresPartition> snapshotProgressListener, SlotCreationResult slotCreatedInfo, SlotState startingSlotInfo, NotificationService<PostgresPartition, PostgresOffsetContext> notificationService) PostgresSnapshotChangeEventSource(PostgresConnectorConfig connectorConfig, SnapshotterService snapshotterService, MainConnectionProvidingConnectionFactory<PostgresConnection> connectionFactory, PostgresSchema schema, EventDispatcher<PostgresPartition, TableId> dispatcher, Clock clock, SnapshotProgressListener<PostgresPartition> snapshotProgressListener, SlotCreationResult slotCreatedInfo, SlotState startingSlotInfo, NotificationService<PostgresPartition, PostgresOffsetContext> notificationService) PostgresSnapshotChangeEventSource(PostgresConnectorConfig connectorConfig, SnapshotterService snapshotterService, MainConnectionProvidingConnectionFactory<PostgresConnection> connectionFactory, PostgresSchema schema, EventDispatcher<PostgresPartition, TableId> dispatcher, Clock clock, SnapshotProgressListener<PostgresPartition> snapshotProgressListener, SlotCreationResult slotCreatedInfo, SlotState startingSlotInfo, NotificationService<PostgresPartition, PostgresOffsetContext> notificationService)