|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BinaryLogClient | |
---|---|
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 | |
---|---|
void |
BinaryLogClient.LifecycleListener.onCommunicationFailure(BinaryLogClient client,
Exception ex)
It's guarantied to be called before BinaryLogClient.LifecycleListener.onDisconnect(BinaryLogClient) ) in case of
communication failure. |
void |
BinaryLogClient.AbstractLifecycleListener.onCommunicationFailure(BinaryLogClient client,
Exception ex)
|
void |
BinaryLogClient.LifecycleListener.onConnect(BinaryLogClient client)
Called once client has successfully logged in but before started to receive binlog events. |
void |
BinaryLogClient.AbstractLifecycleListener.onConnect(BinaryLogClient client)
|
void |
BinaryLogClient.LifecycleListener.onDisconnect(BinaryLogClient client)
Called upon disconnect (regardless of the reason). |
void |
BinaryLogClient.AbstractLifecycleListener.onDisconnect(BinaryLogClient client)
|
void |
BinaryLogClient.LifecycleListener.onEventDeserializationFailure(BinaryLogClient client,
Exception ex)
Called in case of failed event deserialization. |
void |
BinaryLogClient.AbstractLifecycleListener.onEventDeserializationFailure(BinaryLogClient client,
Exception ex)
|
Uses of BinaryLogClient in com.github.shyiko.mysql.binlog.jmx |
---|
Methods in com.github.shyiko.mysql.binlog.jmx with parameters of type BinaryLogClient | |
---|---|
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 | |
---|---|
BinaryLogClientStatistics(BinaryLogClient binaryLogClient)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |