Uses of Class
com.github.shyiko.mysql.binlog.BinaryLogClient
Packages that use BinaryLogClient
-
Uses of BinaryLogClient in com.github.shyiko.mysql.binlog
Methods in com.github.shyiko.mysql.binlog with parameters of type BinaryLogClientModifier and TypeMethodDescriptionvoidBinaryLogClient.AbstractLifecycleListener.onCommunicationFailure(BinaryLogClient client, Exception ex) voidBinaryLogClient.LifecycleListener.onCommunicationFailure(BinaryLogClient client, Exception ex) It's guarantied to be called beforeBinaryLogClient.LifecycleListener.onDisconnect(BinaryLogClient)) in case of communication failure.voidBinaryLogClient.AbstractLifecycleListener.onConnect(BinaryLogClient client) voidBinaryLogClient.LifecycleListener.onConnect(BinaryLogClient client) Called once client has successfully logged in but before started to receive binlog events.voidBinaryLogClient.AbstractLifecycleListener.onDisconnect(BinaryLogClient client) voidBinaryLogClient.LifecycleListener.onDisconnect(BinaryLogClient client) Called upon disconnect (regardless of the reason).voidBinaryLogClient.AbstractLifecycleListener.onEventDeserializationFailure(BinaryLogClient client, Exception ex) voidBinaryLogClient.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 BinaryLogClientModifier and TypeMethodDescriptionvoidBinaryLogClientStatistics.onCommunicationFailure(BinaryLogClient client, Exception ex) voidBinaryLogClientStatistics.onConnect(BinaryLogClient client) voidBinaryLogClientStatistics.onDisconnect(BinaryLogClient client) voidBinaryLogClientStatistics.onEventDeserializationFailure(BinaryLogClient client, Exception ex) Constructors in com.github.shyiko.mysql.binlog.jmx with parameters of type BinaryLogClient