Package io.debezium.connector.mysql
Interface MySqlSnapshotChangeEventSourceMetricsMXBean
-
- All Superinterfaces:
ChangeEventSourceMetricsMXBean
,CommonEventMetricsMXBean
,QueueMetricsMXBean
,SchemaMetricsMXBean
,SnapshotChangeEventSourceMetricsMXBean
,SnapshotMetricsMXBean
- 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
getMonitoredTables, reset
-
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.QueueMetricsMXBean
getCurrentQueueSizeInBytes, getMaxQueueSizeInBytes, getQueueRemainingCapacity, getQueueTotalCapacity
-
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
-
-