Uses of Class
io.debezium.connector.common.CdcSourceTaskContext
-
Packages that use CdcSourceTaskContext Package Description io.debezium.metrics io.debezium.pipeline io.debezium.pipeline.meters io.debezium.pipeline.metrics io.debezium.pipeline.metrics.spi -
-
Uses of CdcSourceTaskContext in io.debezium.metrics
Constructors in io.debezium.metrics with parameters of type CdcSourceTaskContext Constructor Description Metrics(CdcSourceTaskContext taskContext, String contextName)Metrics(CdcSourceTaskContext taskContext, Map<String,String> tags) -
Uses of CdcSourceTaskContext in io.debezium.pipeline
Methods in io.debezium.pipeline with parameters of type CdcSourceTaskContext Modifier and Type Method Description protected voidChangeEventSourceCoordinator. executeChangeEventSources(CdcSourceTaskContext taskContext, SnapshotChangeEventSource<P,O> snapshotSource, Offsets<P,O> previousOffsets, AtomicReference<LoggingContext.PreviousContext> previousLogContext, ChangeEventSource.ChangeEventSourceContext context)voidChangeEventSourceCoordinator. start(CdcSourceTaskContext taskContext, ChangeEventQueueMetrics changeEventQueueMetrics, EventMetadataProvider metadataProvider) -
Uses of CdcSourceTaskContext in io.debezium.pipeline.meters
Fields in io.debezium.pipeline.meters declared as CdcSourceTaskContext Modifier and Type Field Description private CdcSourceTaskContextStreamingMeter. taskContextConstructors in io.debezium.pipeline.meters with parameters of type CdcSourceTaskContext Constructor Description StreamingMeter(CdcSourceTaskContext taskContext, EventMetadataProvider metadataProvider) -
Uses of CdcSourceTaskContext in io.debezium.pipeline.metrics
Fields in io.debezium.pipeline.metrics declared as CdcSourceTaskContext Modifier and Type Field Description protected CdcSourceTaskContextPipelineMetrics. taskContextMethods in io.debezium.pipeline.metrics with type parameters of type CdcSourceTaskContext Modifier and Type Method Description <T extends CdcSourceTaskContext>
SnapshotChangeEventSourceMetrics<P>DefaultChangeEventSourceMetricsFactory. getSnapshotMetrics(T taskContext, ChangeEventQueueMetrics changeEventQueueMetrics, EventMetadataProvider eventMetadataProvider)<T extends CdcSourceTaskContext>
StreamingChangeEventSourceMetrics<P>DefaultChangeEventSourceMetricsFactory. getStreamingMetrics(T taskContext, ChangeEventQueueMetrics changeEventQueueMetrics, EventMetadataProvider eventMetadataProvider) -
Uses of CdcSourceTaskContext in io.debezium.pipeline.metrics.spi
Methods in io.debezium.pipeline.metrics.spi with type parameters of type CdcSourceTaskContext Modifier and Type Method Description <T extends CdcSourceTaskContext>
SnapshotChangeEventSourceMetrics<P>ChangeEventSourceMetricsFactory. getSnapshotMetrics(T taskContext, ChangeEventQueueMetrics changeEventQueueMetrics, EventMetadataProvider eventMetadataProvider)Returns the snapshot change event source metrics.<T extends CdcSourceTaskContext>
StreamingChangeEventSourceMetrics<P>ChangeEventSourceMetricsFactory. getStreamingMetrics(T taskContext, ChangeEventQueueMetrics changeEventQueueMetrics, EventMetadataProvider eventMetadataProvider)Returns the streaming change event source metrics.
-