Uses of Class
io.debezium.connector.postgresql.PostgresOffsetContext
-
Packages that use PostgresOffsetContext Package Description io.debezium.connector.postgresql -
-
Uses of PostgresOffsetContext in io.debezium.connector.postgresql
Methods in io.debezium.connector.postgresql that return PostgresOffsetContext Modifier and Type Method Description static PostgresOffsetContextPostgresOffsetContext. initialContext(PostgresConnectorConfig connectorConfig, PostgresConnection jdbcConnection, Clock clock)static PostgresOffsetContextPostgresOffsetContext. initialContext(PostgresConnectorConfig connectorConfig, PostgresConnection jdbcConnection, Clock clock, Lsn lastCommitLsn, Lsn lastCompletelyProcessedLsn)PostgresOffsetContextPostgresOffsetContext.Loader. load(Map<String,?> offset)Methods in io.debezium.connector.postgresql that return types with arguments of type PostgresOffsetContext Modifier and Type Method Description SnapshotChangeEventSource<PostgresPartition,PostgresOffsetContext>PostgresChangeEventSourceFactory. getSnapshotChangeEventSource(SnapshotProgressListener snapshotProgressListener)StreamingChangeEventSource<PostgresPartition,PostgresOffsetContext>PostgresChangeEventSourceFactory. getStreamingChangeEventSource()protected AbstractSnapshotChangeEventSource.SnapshotContext<PostgresPartition,PostgresOffsetContext>PostgresSnapshotChangeEventSource. prepare(PostgresPartition partition)ChangeEventSourceCoordinator<PostgresPartition,PostgresOffsetContext>PostgresConnectorTask. start(Configuration config)Constructor parameters in io.debezium.connector.postgresql with type arguments of type PostgresOffsetContext Constructor Description PostgresChangeEventSourceCoordinator(Offsets<PostgresPartition,PostgresOffsetContext> previousOffsets, ErrorHandler errorHandler, Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorType, CommonConnectorConfig connectorConfig, PostgresChangeEventSourceFactory changeEventSourceFactory, ChangeEventSourceMetricsFactory changeEventSourceMetricsFactory, EventDispatcher<?> eventDispatcher, DatabaseSchema<?> schema, Snapshotter snapshotter, SlotState slotInfo)
-