Interface ReaderMetricsMXBean
-
public interface ReaderMetricsMXBeanMetrics that are common for both snapshot and binlog readers- Author:
- Jiri Pechanec
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String[]getCapturedTables()String[]getMonitoredTables()Deprecated.Superseded by the 'Captured Tables' metric.
-
-
-
Method Detail
-
getMonitoredTables
@Deprecated String[] getMonitoredTables()
Deprecated.Superseded by the 'Captured Tables' metric. UsegetCapturedTables(). Scheduled for removal in a future release.
-
getCapturedTables
String[] getCapturedTables()
-
-