Uses of Class
io.debezium.connector.postgresql.PostgresSchema
Packages that use PostgresSchema
-
Uses of PostgresSchema in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as PostgresSchemaModifier and TypeFieldDescriptionprivate final PostgresSchemaPostgresChangeEventSourceFactory.schemaprivate final PostgresSchemaPostgresChangeRecordEmitter.schemaprivate PostgresSchemaPostgresConnectorTask.schemaprivate final PostgresSchemaPostgresSignalBasedIncrementalSnapshotChangeEventSource.schemaprivate final PostgresSchemaPostgresSnapshotChangeEventSource.schemaprivate final PostgresSchemaPostgresStreamingChangeEventSource.schemaprivate final PostgresSchemaPostgresTaskContext.schemaMethods in io.debezium.connector.postgresql that return PostgresSchemaModifier and TypeMethodDescriptionprotected PostgresSchemaPostgresSchema.refresh(PostgresConnection connection, boolean printReplicaIdentityInfo) Initializes the content for this schema by reading all the database information from the supplied connection.protected PostgresSchemaPostgresTaskContext.schema()protected PostgresSchemaRecordsProducer.schema()Constructors in io.debezium.connector.postgresql with parameters of type PostgresSchemaModifierConstructorDescriptionPostgresChangeEventSourceFactory(PostgresConnectorConfig configuration, Snapshotter snapshotter, MainConnectionProvidingConnectionFactory<PostgresConnection> connectionFactory, 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) PostgresSnapshotChangeEventSource(PostgresConnectorConfig connectorConfig, Snapshotter snapshotter, MainConnectionProvidingConnectionFactory<PostgresConnection> connectionFactory, 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) -
Uses of PostgresSchema in io.debezium.connector.postgresql.connection
Fields in io.debezium.connector.postgresql.connection declared as PostgresSchemaModifier and TypeFieldDescriptionprivate final PostgresSchemaMessageDecoderContext.schemaprivate PostgresSchemaPostgresReplicationConnection.ReplicationConnectionBuilder.schemaMethods in io.debezium.connector.postgresql.connection that return PostgresSchemaMethods in io.debezium.connector.postgresql.connection with parameters of type PostgresSchemaModifier and TypeMethodDescriptionPostgresReplicationConnection.ReplicationConnectionBuilder.withSchema(PostgresSchema schema) ReplicationConnection.Builder.withSchema(PostgresSchema schema) Sets the schema instanceConstructors in io.debezium.connector.postgresql.connection with parameters of type PostgresSchemaModifierConstructorDescriptionMessageDecoderContext(PostgresConnectorConfig config, PostgresSchema schema) privatePostgresReplicationConnection(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.