Uses of Class
io.debezium.connector.postgresql.PostgresSchema
-
Packages that use PostgresSchema Package Description io.debezium.connector.postgresql io.debezium.connector.postgresql.connection -
-
Uses of PostgresSchema in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as PostgresSchema Modifier and Type Field Description private PostgresSchemaPostgresChangeEventSourceFactory. schemaprivate PostgresSchemaPostgresChangeRecordEmitter. schemaprivate PostgresSchemaPostgresConnectorTask. schemaprivate PostgresSchemaPostgresSnapshotChangeEventSource. schemaprivate PostgresSchemaPostgresStreamingChangeEventSource. schemaprivate PostgresSchemaPostgresTaskContext. schemaMethods in io.debezium.connector.postgresql that return PostgresSchema Modifier and Type Method Description protected 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() -
Uses of PostgresSchema in io.debezium.connector.postgresql.connection
Fields in io.debezium.connector.postgresql.connection declared as PostgresSchema Modifier and Type Field Description private PostgresSchemaMessageDecoderContext. schemaprivate PostgresSchemaPostgresReplicationConnection.ReplicationConnectionBuilder. schemaMethods in io.debezium.connector.postgresql.connection that return PostgresSchema Modifier and Type Method Description PostgresSchemaMessageDecoderContext. getSchema()Methods in io.debezium.connector.postgresql.connection with parameters of type PostgresSchema Modifier and Type Method Description ReplicationConnection.BuilderPostgresReplicationConnection.ReplicationConnectionBuilder. withSchema(PostgresSchema schema)ReplicationConnection.BuilderReplicationConnection.Builder. withSchema(PostgresSchema schema)Sets the schema instanceConstructors in io.debezium.connector.postgresql.connection with parameters of type PostgresSchema Constructor Description MessageDecoderContext(PostgresConnectorConfig config, PostgresSchema schema)PostgresReplicationConnection(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.
-