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
Methods inherited from interface io.debezium.pipeline.metrics.traits.CommonEventMetricsMXBean
getLastEvent, getMilliSecondsSinceLastEvent, getNumberOfErroneousEvents, getNumberOfEventsFiltered, getTotalNumberOfCreateEventsSeen, getTotalNumberOfDeleteEventsSeen, getTotalNumberOfEventsSeen, getTotalNumberOfUpdateEventsSeenMethods inherited from interface io.debezium.pipeline.metrics.traits.SchemaMetricsMXBean
getCapturedTables
-
Method Details
-
reset
void reset()
-