Uses of Class
io.debezium.connector.postgresql.PostgresConnectorConfig
-
-
Uses of PostgresConnectorConfig in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as PostgresConnectorConfig Modifier and Type Field Description private PostgresConnectorConfigPostgresTaskContext. configprivate PostgresConnectorConfigPostgresChangeEventSourceFactory. configurationprivate PostgresConnectorConfigPostgresChangeRecordEmitter. connectorConfigprivate PostgresConnectorConfigPostgresOffsetContext.Loader. connectorConfigprivate PostgresConnectorConfigPostgresPartition.Provider. connectorConfigprivate PostgresConnectorConfigPostgresSnapshotChangeEventSource. connectorConfigprivate PostgresConnectorConfigPostgresStreamingChangeEventSource. connectorConfigMethods in io.debezium.connector.postgresql that return PostgresConnectorConfig Modifier and Type Method Description protected PostgresConnectorConfigPostgresTaskContext. config()(package private) PostgresConnectorConfigPostgresTaskContext. getConfig()Methods in io.debezium.connector.postgresql with parameters of type PostgresConnectorConfig Modifier and Type Method Description static TopicSelector<TableId>PostgresTopicSelector. create(PostgresConnectorConfig connectorConfig)private static TableSchemaBuilderPostgresSchema. getTableSchemaBuilder(PostgresConnectorConfig config, PostgresValueConverter valueConverter)static PostgresOffsetContextPostgresOffsetContext. initialContext(PostgresConnectorConfig connectorConfig, PostgresConnection jdbcConnection, Clock clock)static PostgresOffsetContextPostgresOffsetContext. initialContext(PostgresConnectorConfig connectorConfig, PostgresConnection jdbcConnection, Clock clock, Lsn lastCommitLsn, Lsn lastCompletelyProcessedLsn)static PostgresValueConverterPostgresValueConverter. of(PostgresConnectorConfig connectorConfig, Charset databaseCharset, TypeRegistry typeRegistry) -
Uses of PostgresConnectorConfig in io.debezium.connector.postgresql.connection
Fields in io.debezium.connector.postgresql.connection declared as PostgresConnectorConfig Modifier and Type Field Description private PostgresConnectorConfigMessageDecoderContext. configprivate PostgresConnectorConfigPostgresReplicationConnection.ReplicationConnectionBuilder. configprivate PostgresConnectorConfigPostgresReplicationConnection. originalConfigMethods in io.debezium.connector.postgresql.connection that return PostgresConnectorConfig Modifier and Type Method Description PostgresConnectorConfigMessageDecoderContext. getConfig()Methods in io.debezium.connector.postgresql.connection with parameters of type PostgresConnectorConfig Modifier and Type Method Description static ReplicationConnection.BuilderReplicationConnection. 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 PostgresConnectorConfig Constructor Description MessageDecoderContext(PostgresConnectorConfig config, PostgresSchema schema)PostgresConnection(PostgresConnectorConfig config, TypeRegistry typeRegistry)Create a Postgres connection using the supplied configuration andTypeRegistryPostgresReplicationConnection(PostgresConnectorConfig config, String slotName, String publicationName, RelationalTableFilters tableFilter, PostgresConnectorConfig.AutoCreateMode publicationAutocreateMode, PostgresConnectorConfig.LogicalDecoder plugin, boolean dropSlotOnClose, boolean doSnapshot, Duration statusUpdateInterval, TypeRegistry typeRegistry, Properties streamParams, PostgresSchema schema)Creates a new replication connection with the given params.ReplicationConnectionBuilder(PostgresConnectorConfig config) -
Uses of PostgresConnectorConfig in io.debezium.connector.postgresql.snapshot
Methods in io.debezium.connector.postgresql.snapshot with parameters of type PostgresConnectorConfig Modifier and Type Method Description voidInitialOnlySnapshotter. 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 PostgresConnectorConfig Constructor Description SnapshotterWrapper(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 PostgresConnectorConfig Modifier and Type Method Description voidSnapshotter. init(PostgresConnectorConfig config, OffsetState sourceInfo, SlotState slotState)
-