public interface BinlogReaderMetricsMXBean extends StreamingChangeEventSourceMetricsMXBean
| Modifier and Type | Method and Description |
|---|---|
String |
getBinlogFilename()
Name of the current MySQL binlog file being read by underlying mysql-binlog-client.
|
long |
getBinlogPosition()
Current MySQL binlog offset position being read by underlying mysql-binlog-client.
|
String |
getGtidSet()
Current MySQL Gtid being read by underlying mysql-binlog-client.
|
boolean |
getIsGtidModeEnabled()
Tracks if the connector is running using Gtids to track current offset.
|
long |
getNumberOfCommittedTransactions()
Tracks the number of committed transactions.
|
long |
getNumberOfDisconnects()
Tracks the number of times the underlying mysql-binlog-client has been disconnected from MySQL.
|
long |
getNumberOfLargeTransactions()
Tracks the number of transaction which contains events that contained more entries than could be contained
within the connectors
EventBuffer instance. |
long |
getNumberOfNotWellFormedTransactions()
Tracks the number of transactions which are not well-formed.
|
long |
getNumberOfRolledBackTransactions()
Tracks the number of rolled back transactions.
|
long |
getNumberOfSkippedEvents()
Tracks the number of events skipped by underlying mysql-binlog-client, generally due to the client
being unable to properly deserialize the event.
|
long |
getSecondsBehindMaster()
Tracks the number of seconds between "now" and when the last processed MySQL binlog event was originally written
to the MySQL server.
|
long |
getSecondsSinceLastEvent()
Tracks the number of seconds since last MySQL binlog event was processed by underlying mysql-binlog-client.
|
getLastTransactionId, getMilliSecondsBehindSource, getSourceEventPosition, isConnectedgetLastEvent, getMilliSecondsSinceLastEvent, getMonitoredTables, getNumberOfErroneousEvents, getNumberOfEventsFiltered, getQueueRemainingCapacity, getQueueTotalCapacity, getTotalNumberOfEventsSeen, resetString getBinlogFilename()
long getBinlogPosition()
String getGtidSet()
long getSecondsSinceLastEvent()
long getSecondsBehindMaster()
long getNumberOfSkippedEvents()
long getNumberOfDisconnects()
long getNumberOfCommittedTransactions()
getNumberOfCommittedTransactions in interface StreamingChangeEventSourceMetricsMXBeanlong getNumberOfRolledBackTransactions()
long getNumberOfNotWellFormedTransactions()
long getNumberOfLargeTransactions()
EventBuffer instance.boolean getIsGtidModeEnabled()
Copyright © 2019 JBoss by Red Hat. All rights reserved.