Interface SqlServerTaskMetricsMXBean
-
- All Superinterfaces:
QueueMetricsMXBean
- All Known Subinterfaces:
SqlServerStreamingTaskMetricsMXBean
- All Known Implementing Classes:
AbstractSqlServerTaskMetrics,SqlServerSnapshotTaskMetrics,SqlServerStreamingTaskMetrics
public interface SqlServerTaskMetricsMXBean extends QueueMetricsMXBean
Metrics scoped to a connector task that are common for both snapshot and streaming change event sources
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreset()-
Methods inherited from interface io.debezium.pipeline.metrics.traits.QueueMetricsMXBean
getCurrentQueueSizeInBytes, getMaxQueueSizeInBytes, getQueueRemainingCapacity, getQueueTotalCapacity
-
-