Interface StreamingMetricsMXBean
-
- All Superinterfaces:
SchemaMetricsMXBean
- All Known Subinterfaces:
StreamingChangeEventSourceMetricsMXBean
- All Known Implementing Classes:
DefaultStreamingChangeEventSourceMetrics,StreamingMeter
public interface StreamingMetricsMXBean extends SchemaMetricsMXBean
Exposes streaming metrics.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]getCapturedTables()StringgetLastTransactionId()longgetMilliSecondsBehindSource()longgetNumberOfCommittedTransactions()Map<String,String>getSourceEventPosition()
-
-
-
Method Detail
-
getCapturedTables
String[] getCapturedTables()
- Specified by:
getCapturedTablesin interfaceSchemaMetricsMXBean
-
getMilliSecondsBehindSource
long getMilliSecondsBehindSource()
-
getNumberOfCommittedTransactions
long getNumberOfCommittedTransactions()
-
getLastTransactionId
String getLastTransactionId()
-
-