Uses of Class
io.debezium.pipeline.spi.Offsets
Packages that use Offsets
Package
Description
-
Uses of Offsets in io.debezium.connector.common
Methods in io.debezium.connector.common that return OffsetsModifier and TypeMethodDescriptionBaseSourceTask.getPreviousOffsets(Partition.Provider<P> provider, OffsetContext.Loader<O> loader) Loads the connector's persistent offsets (if present) via the given loader. -
Uses of Offsets in io.debezium.pipeline
Fields in io.debezium.pipeline declared as OffsetsMethods in io.debezium.pipeline with parameters of type OffsetsModifier and TypeMethodDescriptionprotected voidChangeEventSourceCoordinator.executeChangeEventSources(CdcSourceTaskContext taskContext, SnapshotChangeEventSource<P, O> snapshotSource, Offsets<P, O> previousOffsets, AtomicReference<LoggingContext.PreviousContext> previousLogContext, ChangeEventSource.ChangeEventSourceContext context) ChangeEventSourceCoordinator.getSignalProcessor(Offsets<P, O> previousOffset) Constructors in io.debezium.pipeline with parameters of type OffsetsModifierConstructorDescriptionChangeEventSourceCoordinator(Offsets<P, O> previousOffsets, ErrorHandler errorHandler, Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorType, CommonConnectorConfig connectorConfig, ChangeEventSourceFactory<P, O> changeEventSourceFactory, ChangeEventSourceMetricsFactory<P> changeEventSourceMetricsFactory, EventDispatcher<P, ?> eventDispatcher, DatabaseSchema<?> schema, SignalProcessor<P, O> signalProcessor, NotificationService<P, O> notificationService) -
Uses of Offsets in io.debezium.pipeline.notification
Methods in io.debezium.pipeline.notification with parameters of type OffsetsModifier and TypeMethodDescriptionvoidNotificationService.notify(Notification notification, Offsets<P, ? extends OffsetContext> offsets) This method permits to send a notification together with offsets. -
Uses of Offsets in io.debezium.pipeline.notification.channels
Methods in io.debezium.pipeline.notification.channels with parameters of type OffsetsModifier and TypeMethodDescription<P extends Partition,O extends OffsetContext>
voidConnectChannel.send(Notification notification, Offsets<P, O> offsets) <P extends Partition,O extends OffsetContext>
voidSinkNotificationChannel.send(Notification notification, Offsets<P, O> offsets) -
Uses of Offsets in io.debezium.pipeline.signal
Fields in io.debezium.pipeline.signal declared as OffsetsConstructors in io.debezium.pipeline.signal with parameters of type OffsetsModifierConstructorDescriptionSignalProcessor(Class<? extends org.apache.kafka.connect.source.SourceConnector> connector, CommonConnectorConfig config, Map<String, SignalAction<P>> signalActions, List<SignalChannelReader> signalChannelReaders, DocumentReader documentReader, Offsets<P, O> previousOffsets) -
Uses of Offsets in io.debezium.pipeline.source
Methods in io.debezium.pipeline.source that return OffsetsModifier and TypeMethodDescriptionprotected Offsets<P,OffsetContext> AbstractSnapshotChangeEventSource.getOffsets(AbstractSnapshotChangeEventSource.SnapshotContext<P, O> ctx, O previousOffset, AbstractSnapshotChangeEventSource.SnapshottingTask snapshottingTask) -
Uses of Offsets in io.debezium.pipeline.spi
Methods in io.debezium.pipeline.spi that return OffsetsModifier and TypeMethodDescriptionstatic <P extends Partition,O extends OffsetContext>
Offsets<P,O> static <P extends Partition,O extends OffsetContext>
Offsets<P,O> Offsets.of(P partition, O position) -
Uses of Offsets in io.debezium.relational
Methods in io.debezium.relational with parameters of type Offsets -
Uses of Offsets in io.debezium.relational.history
Methods in io.debezium.relational.history with parameters of type OffsetsModifier and TypeMethodDescriptiondefault voidRecover thedatabase schemato a known point in its history. -
Uses of Offsets in io.debezium.schema
Methods in io.debezium.schema with parameters of type Offsets