Uses of Interface
io.debezium.pipeline.source.spi.ChangeEventSource.ChangeEventSourceContext
-
Packages that use ChangeEventSource.ChangeEventSourceContext Package Description io.debezium.pipeline io.debezium.pipeline.source io.debezium.pipeline.source.spi io.debezium.relational -
-
Uses of ChangeEventSource.ChangeEventSourceContext in io.debezium.pipeline
Classes in io.debezium.pipeline that implement ChangeEventSource.ChangeEventSourceContext Modifier and Type Class Description private classChangeEventSourceCoordinator.ChangeEventSourceContextImplMethods in io.debezium.pipeline with parameters of type ChangeEventSource.ChangeEventSourceContext Modifier and Type Method Description protected ChangeEventSourceCoordinator.CatchUpStreamingResultChangeEventSourceCoordinator. executeCatchUpStreaming(ChangeEventSource.ChangeEventSourceContext context, SnapshotChangeEventSource<P,O> snapshotSource, P partition, O previousOffset)protected voidChangeEventSourceCoordinator. streamEvents(ChangeEventSource.ChangeEventSourceContext context, P partition, O offsetContext) -
Uses of ChangeEventSource.ChangeEventSourceContext in io.debezium.pipeline.source
Methods in io.debezium.pipeline.source with parameters of type ChangeEventSource.ChangeEventSourceContext Modifier and Type Method Description protected voidAbstractSnapshotChangeEventSource. delaySnapshotIfNeeded(ChangeEventSource.ChangeEventSourceContext context)Delays snapshot execution as per theCommonConnectorConfig.SNAPSHOT_DELAY_MSparameter.protected abstract SnapshotResult<O>AbstractSnapshotChangeEventSource. doExecute(ChangeEventSource.ChangeEventSourceContext context, O previousOffset, AbstractSnapshotChangeEventSource.SnapshotContext<P,O> snapshotContext, AbstractSnapshotChangeEventSource.SnapshottingTask snapshottingTask)Executes this source.SnapshotResult<O>AbstractSnapshotChangeEventSource. execute(ChangeEventSource.ChangeEventSourceContext context, P partition, O previousOffset) -
Uses of ChangeEventSource.ChangeEventSourceContext in io.debezium.pipeline.source.spi
Methods in io.debezium.pipeline.source.spi with parameters of type ChangeEventSource.ChangeEventSourceContext Modifier and Type Method Description SnapshotResult<O>SnapshotChangeEventSource. execute(ChangeEventSource.ChangeEventSourceContext context, P partition, O previousOffset)Executes this source.voidStreamingChangeEventSource. execute(ChangeEventSource.ChangeEventSourceContext context, P partition, O offsetContext)Executes this source. -
Uses of ChangeEventSource.ChangeEventSourceContext in io.debezium.relational
-