Uses of Class
io.debezium.connector.postgresql.PostgresTaskContext
-
Packages that use PostgresTaskContext Package Description io.debezium.connector.postgresql -
-
Uses of PostgresTaskContext in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as PostgresTaskContext Modifier and Type Field Description private PostgresTaskContextPostgresChangeEventSourceFactory. taskContextprivate PostgresTaskContextPostgresConnectorTask. taskContextprivate PostgresTaskContextPostgresStreamingChangeEventSource. taskContextprotected PostgresTaskContextRecordsProducer. taskContextMethods in io.debezium.connector.postgresql that return PostgresTaskContext Modifier and Type Method Description PostgresTaskContextPostgresConnectorTask. getTaskContext()Methods in io.debezium.connector.postgresql with parameters of type PostgresTaskContext Modifier and Type Method Description ReplicationConnectionPostgresConnectorTask. createReplicationConnection(PostgresTaskContext taskContext, boolean doSnapshot, int maxRetries, Duration retryDelay)Constructors in io.debezium.connector.postgresql with parameters of type PostgresTaskContext Constructor Description PostgresChangeEventSourceFactory(PostgresConnectorConfig configuration, Snapshotter snapshotter, PostgresConnection jdbcConnection, ErrorHandler errorHandler, EventDispatcher<TableId> dispatcher, Clock clock, PostgresSchema schema, PostgresTaskContext taskContext, ReplicationConnection replicationConnection, SlotCreationResult slotCreatedInfo, SlotState startingSlotInfo)PostgresStreamingChangeEventSource(PostgresConnectorConfig connectorConfig, Snapshotter snapshotter, PostgresConnection connection, EventDispatcher<TableId> dispatcher, ErrorHandler errorHandler, Clock clock, PostgresSchema schema, PostgresTaskContext taskContext, ReplicationConnection replicationConnection)RecordsProducer(PostgresTaskContext taskContext, SourceInfo sourceInfo)
-