Interface MongoDbSnapshotChangeEventSourceMetricsMBean
-
- All Superinterfaces:
ChangeEventSourceMetricsMXBean,SnapshotChangeEventSourceMetricsMXBean
- All Known Implementing Classes:
MongoDbSnapshotChangeEventSourceMetrics
public interface MongoDbSnapshotChangeEventSourceMetricsMBean extends SnapshotChangeEventSourceMetricsMXBean
Extended metrics exposed by the MongoDB connector during snapshot.- Author:
- Chris Cranford
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetNumberOfDisconnects()-
Methods inherited from interface io.debezium.pipeline.metrics.ChangeEventSourceMetricsMXBean
getCapturedTables, getCurrentQueueSizeInBytes, getLastEvent, getMaxQueueSizeInBytes, getMilliSecondsSinceLastEvent, getMonitoredTables, getNumberOfErroneousEvents, getNumberOfEventsFiltered, getQueueRemainingCapacity, getQueueTotalCapacity, getTotalNumberOfEventsSeen, reset
-
Methods inherited from interface io.debezium.pipeline.metrics.SnapshotChangeEventSourceMetricsMXBean
getChunkFrom, getChunkId, getChunkTo, getRemainingTableCount, getRowsScanned, getSnapshotAborted, getSnapshotCompleted, getSnapshotDurationInSeconds, getSnapshotRunning, getTableFrom, getTableTo, getTotalTableCount
-
-