Uses of Class
io.debezium.connector.postgresql.PostgresConnectorConfig
Packages that use PostgresConnectorConfig
Package
Description
-
Uses of PostgresConnectorConfig in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as PostgresConnectorConfigModifier and TypeFieldDescriptionprivate final PostgresConnectorConfigPostgresTaskContext.configprivate final PostgresConnectorConfigPostgresChangeEventSourceFactory.configurationprivate final PostgresConnectorConfigPostgresChangeRecordEmitter.connectorConfigprivate final PostgresConnectorConfigPostgresOffsetContext.Loader.connectorConfigprivate final PostgresConnectorConfigPostgresPartition.Provider.connectorConfigprivate final PostgresConnectorConfigPostgresSnapshotChangeEventSource.connectorConfigprivate final PostgresConnectorConfigPostgresStreamingChangeEventSource.connectorConfigMethods in io.debezium.connector.postgresql that return PostgresConnectorConfigModifier and TypeMethodDescriptionprotected PostgresConnectorConfigPostgresTaskContext.config()(package private) PostgresConnectorConfigPostgresTaskContext.getConfig()Methods in io.debezium.connector.postgresql with parameters of type PostgresConnectorConfigModifier and TypeMethodDescriptionstatic TopicSelector<TableId>PostgresTopicSelector.create(PostgresConnectorConfig connectorConfig) Deprecated.private static TableSchemaBuilderPostgresSchema.getTableSchemaBuilder(PostgresConnectorConfig config, PostgresValueConverter valueConverter, PostgresDefaultValueConverter defaultValueConverter) static PostgresOffsetContextPostgresOffsetContext.initialContext(PostgresConnectorConfig connectorConfig, PostgresConnection jdbcConnection, Clock clock) static PostgresOffsetContextPostgresOffsetContext.initialContext(PostgresConnectorConfig connectorConfig, PostgresConnection jdbcConnection, Clock clock, Lsn lastCommitLsn, Lsn lastCompletelyProcessedLsn) org.apache.kafka.connect.data.SchemaPostgresSchemaFactory.logicalDecodingMessageMonitorValueSchema(SchemaNameAdjuster adjuster, PostgresConnectorConfig config, CommonConnectorConfig.BinaryHandlingMode binaryHandlingMode) static PostgresValueConverterPostgresValueConverter.of(PostgresConnectorConfig connectorConfig, Charset databaseCharset, TypeRegistry typeRegistry) Constructors in io.debezium.connector.postgresql with parameters of type PostgresConnectorConfigModifierConstructorDescriptionLoader(PostgresConnectorConfig connectorConfig) LogicalDecodingMessageMonitor(PostgresConnectorConfig connectorConfig, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> sender) PostgresChangeEventSourceFactory(PostgresConnectorConfig configuration, Snapshotter snapshotter, PostgresConnection jdbcConnection, ErrorHandler errorHandler, PostgresEventDispatcher<TableId> dispatcher, Clock clock, PostgresSchema schema, PostgresTaskContext taskContext, ReplicationConnection replicationConnection, SlotCreationResult slotCreatedInfo, SlotState startingSlotInfo) PostgresChangeRecordEmitter(PostgresPartition partition, OffsetContext offset, Clock clock, PostgresConnectorConfig connectorConfig, PostgresSchema schema, PostgresConnection connection, TableId tableId, ReplicationMessage message) PostgresErrorHandler(PostgresConnectorConfig connectorConfig, ChangeEventQueue<?> queue) 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) privatePostgresOffsetContext(PostgresConnectorConfig connectorConfig, Lsn lsn, Lsn lastCompletelyProcessedLsn, Lsn lastCommitLsn, Long txId, ReplicationMessage.Operation messageType, Instant time, boolean snapshot, boolean lastSnapshotRecord, TransactionContext transactionContext, IncrementalSnapshotContext<TableId> incrementalSnapshotContext) protectedPostgresSchema(PostgresConnectorConfig config, PostgresDefaultValueConverter defaultValueConverter, io.debezium.spi.topic.TopicNamingStrategy<TableId> topicNamingStrategy, PostgresValueConverter valueConverter) Create a schema component given the suppliedPostgres connector configuration.PostgresSnapshotChangeEventSource(PostgresConnectorConfig connectorConfig, Snapshotter snapshotter, PostgresConnection jdbcConnection, PostgresSchema schema, EventDispatcher<PostgresPartition, TableId> dispatcher, Clock clock, SnapshotProgressListener<PostgresPartition> snapshotProgressListener, SlotCreationResult slotCreatedInfo, SlotState startingSlotInfo) PostgresStreamingChangeEventSource(PostgresConnectorConfig connectorConfig, Snapshotter snapshotter, PostgresConnection connection, PostgresEventDispatcher<TableId> dispatcher, ErrorHandler errorHandler, Clock clock, PostgresSchema schema, PostgresTaskContext taskContext, ReplicationConnection replicationConnection) protectedPostgresTaskContext(PostgresConnectorConfig config, PostgresSchema schema, io.debezium.spi.topic.TopicNamingStrategy<TableId> topicNamingStrategy) (package private)Provider(PostgresConnectorConfig connectorConfig, Configuration taskConfig) protectedSourceInfo(PostgresConnectorConfig connectorConfig) UnchangedToastedPlaceholder(PostgresConnectorConfig connectorConfig) -
Uses of PostgresConnectorConfig in io.debezium.connector.postgresql.connection
Fields in io.debezium.connector.postgresql.connection declared as PostgresConnectorConfigModifier and TypeFieldDescriptionprivate final PostgresConnectorConfigMessageDecoderContext.configprivate final PostgresConnectorConfigPostgresReplicationConnection.ReplicationConnectionBuilder.configprivate final PostgresConnectorConfigPostgresReplicationConnection.connectorConfigMethods in io.debezium.connector.postgresql.connection that return PostgresConnectorConfigMethods in io.debezium.connector.postgresql.connection with parameters of type PostgresConnectorConfigModifier and TypeMethodDescriptionReplicationConnection.builder(PostgresConnectorConfig config) Creates a newReplicationConnection.Builderinstance which can be used for creating replication connections.Constructors in io.debezium.connector.postgresql.connection with parameters of type PostgresConnectorConfigModifierConstructorDescriptionMessageDecoderContext(PostgresConnectorConfig config, PostgresSchema schema) PostgresConnection(PostgresConnectorConfig config, TypeRegistry typeRegistry, String connectionUsage) Create a Postgres connection using the supplied configuration andTypeRegistryprivatePostgresReplicationConnection(PostgresConnectorConfig config, String slotName, String publicationName, RelationalTableFilters tableFilter, PostgresConnectorConfig.AutoCreateMode publicationAutocreateMode, PostgresConnectorConfig.LogicalDecoder plugin, boolean dropSlotOnClose, Duration statusUpdateInterval, PostgresConnection jdbcConnection, TypeRegistry typeRegistry, Properties streamParams, PostgresSchema schema) Creates a new replication connection with the given params.protected -
Uses of PostgresConnectorConfig in io.debezium.connector.postgresql.snapshot
Methods in io.debezium.connector.postgresql.snapshot with parameters of type PostgresConnectorConfigModifier and TypeMethodDescriptionvoidInitialOnlySnapshotter.init(PostgresConnectorConfig config, OffsetState sourceInfo, SlotState slotState) voidInitialSnapshotter.init(PostgresConnectorConfig config, OffsetState sourceInfo, SlotState slotState) voidNeverSnapshotter.init(PostgresConnectorConfig config, OffsetState sourceInfo, SlotState slotState) voidQueryingSnapshotter.init(PostgresConnectorConfig config, OffsetState sourceInfo, SlotState slotState) Constructors in io.debezium.connector.postgresql.snapshot with parameters of type PostgresConnectorConfigModifierConstructorDescriptionSnapshotterWrapper(Snapshotter snapshotter, PostgresConnectorConfig config, OffsetState offsetState, SlotState slotState) -
Uses of PostgresConnectorConfig in io.debezium.connector.postgresql.spi
Methods in io.debezium.connector.postgresql.spi with parameters of type PostgresConnectorConfigModifier and TypeMethodDescriptionvoidSnapshotter.init(PostgresConnectorConfig config, OffsetState sourceInfo, SlotState slotState)