com.github.shyiko.mysql.binlog.jmx
Interface BinaryLogClientStatisticsMXBean

All Known Implementing Classes:
BinaryLogClientStatistics

public interface BinaryLogClientStatisticsMXBean

Author:
Stanley Shyiko

Method Summary
 String getLastEvent()
           
 long getNumberOfDisconnects()
           
 long getNumberOfSkippedEvents()
           
 long getSecondsBehindMaster()
           
 long getSecondsSinceLastEvent()
           
 long getTotalNumberOfEventsSeen()
           
 void reset()
           
 

Method Detail

getLastEvent

String getLastEvent()

getSecondsSinceLastEvent

long getSecondsSinceLastEvent()

getSecondsBehindMaster

long getSecondsBehindMaster()

getTotalNumberOfEventsSeen

long getTotalNumberOfEventsSeen()

getNumberOfSkippedEvents

long getNumberOfSkippedEvents()

getNumberOfDisconnects

long getNumberOfDisconnects()

reset

void reset()


Copyright © 2016. All Rights Reserved.