Interface SqlServerPartitionMetricsMXBean
-
- All Superinterfaces:
CommonEventMetricsMXBean,SchemaMetricsMXBean
- All Known Subinterfaces:
SqlServerSnapshotPartitionMetricsMXBean,SqlServerStreamingPartitionMetricsMXBean
- All Known Implementing Classes:
AbstractSqlServerPartitionMetrics,SqlServerSnapshotPartitionMetrics,SqlServerStreamingPartitionMetrics
public interface SqlServerPartitionMetricsMXBean extends CommonEventMetricsMXBean, SchemaMetricsMXBean
Metrics scoped to a source partition 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.CommonEventMetricsMXBean
getLastEvent, getMilliSecondsSinceLastEvent, getNumberOfErroneousEvents, getNumberOfEventsFiltered, getTotalNumberOfCreateEventsSeen, getTotalNumberOfDeleteEventsSeen, getTotalNumberOfEventsSeen, getTotalNumberOfUpdateEventsSeen
-
Methods inherited from interface io.debezium.pipeline.metrics.traits.SchemaMetricsMXBean
getCapturedTables
-
-