Interface SqlServerSnapshotPartitionMetricsMXBean
-
- All Superinterfaces:
CommonEventMetricsMXBean,SchemaMetricsMXBean,SnapshotMetricsMXBean,SqlServerPartitionMetricsMXBean
- All Known Implementing Classes:
SqlServerSnapshotPartitionMetrics
public interface SqlServerSnapshotPartitionMetricsMXBean extends SnapshotMetricsMXBean, SqlServerPartitionMetricsMXBean
-
-
Method Summary
-
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
-
Methods inherited from interface io.debezium.pipeline.metrics.traits.SnapshotMetricsMXBean
getChunkFrom, getChunkId, getChunkTo, getRemainingTableCount, getRowsScanned, getSnapshotAborted, getSnapshotCompleted, getSnapshotDurationInSeconds, getSnapshotRunning, getTableFrom, getTableTo, getTotalTableCount
-
Methods inherited from interface io.debezium.connector.sqlserver.metrics.SqlServerPartitionMetricsMXBean
reset
-
-