Uses of Class
io.debezium.connector.postgresql.connection.PostgresConnection
Packages that use PostgresConnection
Package
Description
-
Uses of PostgresConnection in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as PostgresConnectionModifier and TypeFieldDescriptionprivate PostgresConnectionPostgresConnectorTask.beanRegistryJdbcConnectionprivate final PostgresConnectionPostgresChangeRecordEmitter.connectionprivate final PostgresConnectionPostgresStreamingChangeEventSource.connectionprivate final PostgresConnectionTypeRegistry.connectionprivate final PostgresConnectionTypeRegistry.SqlTypeMapper.connectionprivate PostgresConnectionPostgresConnectorTask.jdbcConnectionprivate final PostgresConnectionPostgresSignalBasedIncrementalSnapshotChangeEventSource.jdbcConnectionprivate final PostgresConnectionPostgresSnapshotChangeEventSource.jdbcConnectionFields in io.debezium.connector.postgresql with type parameters of type PostgresConnectionModifier and TypeFieldDescriptionprivate final MainConnectionProvidingConnectionFactory<PostgresConnection>PostgresChangeEventSourceFactory.connectionFactoryMethods in io.debezium.connector.postgresql with parameters of type PostgresConnectionModifier and TypeMethodDescriptionprivate static voidPostgresConnector.checkLoginReplicationRoles(PostgresConnection connection) private static voidPostgresConnectorTask.checkWalLevel(PostgresConnection connection, SnapshotterService snapshotterService) protected ReplicationConnectionPostgresTaskContext.createReplicationConnection(PostgresConnection jdbcConnection) private SlotStatePostgresTaskContext.getCurrentSlotState(PostgresConnection connection) (package private) LongPostgresTaskContext.getSlotXmin(PostgresConnection connection) TypeRegistry.SqlTypeMapper.getSqlTypes(PostgresConnection connection) Builds up a map of SQL (JDBC) types by PG type name; contains only values for non-core types.private static org.postgresql.core.TypeInfoTypeRegistry.getTypeInfo(PostgresConnection connection) static PostgresOffsetContextPostgresOffsetContext.initialContext(PostgresConnectorConfig connectorConfig, PostgresConnection jdbcConnection, Clock clock) static PostgresOffsetContextPostgresOffsetContext.initialContext(PostgresConnectorConfig connectorConfig, PostgresConnection jdbcConnection, Clock clock, Lsn lastCommitLsn, Lsn lastCompletelyProcessedLsn) abstract MessageDecoderPostgresConnectorConfig.LogicalDecoder.messageDecoder(MessageDecoderContext config, PostgresConnection connection) private voidPostgresSchema.printReplicaIdentityInfo(PostgresConnection connection, TableId tableId) protected PostgresSchemaPostgresSchema.refresh(PostgresConnection connection, boolean printReplicaIdentityInfo) Initializes the content for this schema by reading all the database information from the supplied connection.protected voidPostgresSchema.refresh(PostgresConnection connection, TableId tableId, boolean refreshToastableColumns) Refreshes this schema's content for a particular tableprotected voidPostgresTaskContext.refreshSchema(PostgresConnection connection, boolean printReplicaIdentityInfo) private voidPostgresSchema.refreshToastableColumnsMap(PostgresConnection connection, TableId tableId) private static voidPostgresConnector.testConnection(PostgresConnection connection) Constructors in io.debezium.connector.postgresql with parameters of type PostgresConnectionModifierConstructorDescriptionPostgresChangeRecordEmitter(PostgresPartition partition, OffsetContext offset, Clock clock, PostgresConnectorConfig connectorConfig, PostgresSchema schema, PostgresConnection connection, TableId tableId, ReplicationMessage message) PostgresStreamingChangeEventSource(PostgresConnectorConfig connectorConfig, SnapshotterService snapshotterService, PostgresConnection connection, PostgresEventDispatcher<TableId> dispatcher, ErrorHandler errorHandler, Clock clock, PostgresSchema schema, PostgresTaskContext taskContext, ReplicationConnection replicationConnection) privateSqlTypeMapper(PostgresConnection connection) TypeRegistry(PostgresConnection connection) Constructor parameters in io.debezium.connector.postgresql with type arguments of type PostgresConnectionModifierConstructorDescriptionPostgresChangeEventSourceFactory(PostgresConnectorConfig configuration, SnapshotterService snapshotterService, MainConnectionProvidingConnectionFactory<PostgresConnection> connectionFactory, ErrorHandler errorHandler, PostgresEventDispatcher<TableId> dispatcher, Clock clock, PostgresSchema schema, PostgresTaskContext taskContext, ReplicationConnection replicationConnection, SlotCreationResult slotCreatedInfo, SlotState startingSlotInfo) 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) -
Uses of PostgresConnection in io.debezium.connector.postgresql.connection
Fields in io.debezium.connector.postgresql.connection declared as PostgresConnectionModifier and TypeFieldDescriptionprivate final PostgresConnectionPostgresReplicationConnection.jdbcConnectionprivate PostgresConnectionPostgresReplicationConnection.ReplicationConnectionBuilder.jdbcConnectionMethods in io.debezium.connector.postgresql.connection with parameters of type PostgresConnectionModifier and TypeMethodDescriptionPostgresReplicationConnection.ReplicationConnectionBuilder.jdbcMetadataConnection(PostgresConnection jdbcConnection) ReplicationConnection.Builder.jdbcMetadataConnection(PostgresConnection jdbcConnection) Provides a JDBC connection used to query metadata, database information, ...Constructors in io.debezium.connector.postgresql.connection with parameters of type PostgresConnectionModifierConstructorDescriptionprivatePostgresReplicationConnection(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. -
Uses of PostgresConnection in io.debezium.connector.postgresql.connection.pgoutput
Fields in io.debezium.connector.postgresql.connection.pgoutput declared as PostgresConnectionModifier and TypeFieldDescriptionprivate final PostgresConnectionPgOutputMessageDecoder.connectionMethods in io.debezium.connector.postgresql.connection.pgoutput with parameters of type PostgresConnectionModifier and TypeMethodDescriptionPgOutputMessageDecoder.getTableColumnsFromDatabase(PostgresConnection connection, DatabaseMetaData databaseMetadata, TableId tableId) Constructors in io.debezium.connector.postgresql.connection.pgoutput with parameters of type PostgresConnectionModifierConstructorDescriptionPgOutputMessageDecoder(MessageDecoderContext decoderContext, PostgresConnection connection) -
Uses of PostgresConnection in io.debezium.connector.postgresql.transforms.timescaledb
Fields in io.debezium.connector.postgresql.transforms.timescaledb declared as PostgresConnectionModifier and TypeFieldDescriptionprivate final PostgresConnectionQueryInformationSchemaMetadata.connection