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 classChangeEventSourceCoordinator.ChangeEventSourceContextImpl -
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.default booleanStreamingChangeEventSource. executeIteration(ChangeEventSource.ChangeEventSourceContext context, P partition, O offsetContext)Executes this source for a single execution iteration. -
Uses of ChangeEventSource.ChangeEventSourceContext in io.debezium.relational
-