Package io.debezium.connector.mysql
Interface MySqlSnapshotChangeEventSourceMetricsMXBean
-
- All Superinterfaces:
ChangeEventSourceMetricsMXBean
,SnapshotChangeEventSourceMetricsMXBean
- All Known Implementing Classes:
MySqlSnapshotChangeEventSourceMetrics
public interface MySqlSnapshotChangeEventSourceMetricsMXBean extends SnapshotChangeEventSourceMetricsMXBean
- Author:
- Randall Hauch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getHoldingGlobalLock()
-
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
-
-