Uses of Class
com.github.shyiko.mysql.binlog.BinaryLogClient
-
Packages that use BinaryLogClient Package Description com.github.shyiko.mysql.binlog com.github.shyiko.mysql.binlog.jmx -
-
Uses of BinaryLogClient in com.github.shyiko.mysql.binlog
Methods in com.github.shyiko.mysql.binlog with parameters of type BinaryLogClient Modifier and Type Method Description void
BinaryLogClient.AbstractLifecycleListener. onCommunicationFailure(BinaryLogClient client, Exception ex)
void
BinaryLogClient.LifecycleListener. onCommunicationFailure(BinaryLogClient client, Exception ex)
It's guarantied to be called beforeBinaryLogClient.LifecycleListener.onDisconnect(BinaryLogClient)
) in case of communication failure.void
BinaryLogClient.AbstractLifecycleListener. onConnect(BinaryLogClient client)
void
BinaryLogClient.LifecycleListener. onConnect(BinaryLogClient client)
Called once client has successfully logged in but before started to receive binlog events.void
BinaryLogClient.AbstractLifecycleListener. onDisconnect(BinaryLogClient client)
void
BinaryLogClient.LifecycleListener. onDisconnect(BinaryLogClient client)
Called upon disconnect (regardless of the reason).void
BinaryLogClient.AbstractLifecycleListener. onEventDeserializationFailure(BinaryLogClient client, Exception ex)
void
BinaryLogClient.LifecycleListener. onEventDeserializationFailure(BinaryLogClient client, Exception ex)
Called in case of failed event deserialization. -
Uses of BinaryLogClient in com.github.shyiko.mysql.binlog.jmx
Methods in com.github.shyiko.mysql.binlog.jmx with parameters of type BinaryLogClient Modifier and Type Method Description void
BinaryLogClientStatistics. onCommunicationFailure(BinaryLogClient client, Exception ex)
void
BinaryLogClientStatistics. onConnect(BinaryLogClient client)
void
BinaryLogClientStatistics. onDisconnect(BinaryLogClient client)
void
BinaryLogClientStatistics. onEventDeserializationFailure(BinaryLogClient client, Exception ex)
Constructors in com.github.shyiko.mysql.binlog.jmx with parameters of type BinaryLogClient Constructor Description BinaryLogClientStatistics(BinaryLogClient binaryLogClient)
-