Uses of Interface
io.debezium.pipeline.metrics.SnapshotChangeEventSourceMetrics
-
Packages that use SnapshotChangeEventSourceMetrics Package Description io.debezium.pipeline io.debezium.pipeline.metrics io.debezium.pipeline.metrics.spi -
-
Uses of SnapshotChangeEventSourceMetrics in io.debezium.pipeline
Fields in io.debezium.pipeline declared as SnapshotChangeEventSourceMetrics Modifier and Type Field Description protected SnapshotChangeEventSourceMetrics<P>ChangeEventSourceCoordinator. snapshotMetrics -
Uses of SnapshotChangeEventSourceMetrics in io.debezium.pipeline.metrics
Classes in io.debezium.pipeline.metrics that implement SnapshotChangeEventSourceMetrics Modifier and Type Class Description classDefaultSnapshotChangeEventSourceMetrics<P extends Partition>The default implementation of metrics related to the snapshot phase of a connector.Methods in io.debezium.pipeline.metrics that return SnapshotChangeEventSourceMetrics Modifier and Type Method Description <T extends CdcSourceTaskContext>
SnapshotChangeEventSourceMetrics<P>DefaultChangeEventSourceMetricsFactory. getSnapshotMetrics(T taskContext, ChangeEventQueueMetrics changeEventQueueMetrics, EventMetadataProvider eventMetadataProvider) -
Uses of SnapshotChangeEventSourceMetrics in io.debezium.pipeline.metrics.spi
Methods in io.debezium.pipeline.metrics.spi that return SnapshotChangeEventSourceMetrics 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.
-