Uses of Class
org.mariadb.jdbc.internal.failover.impl.MastersSlavesListener
-
Packages that use MastersSlavesListener Package Description org.mariadb.jdbc.internal.failover.impl org.mariadb.jdbc.internal.protocol -
-
Uses of MastersSlavesListener in org.mariadb.jdbc.internal.failover.impl
Subclasses of MastersSlavesListener in org.mariadb.jdbc.internal.failover.impl Modifier and Type Class Description classAuroraListener -
Uses of MastersSlavesListener in org.mariadb.jdbc.internal.protocol
Methods in org.mariadb.jdbc.internal.protocol with parameters of type MastersSlavesListener Modifier and Type Method Description protected static booleanMastersSlavesProtocol. foundMaster(MastersSlavesListener listener, MastersSlavesProtocol protocol, SearchFilter searchFilter)protected static booleanMastersSlavesProtocol. foundSecondary(MastersSlavesListener listener, MastersSlavesProtocol protocol, SearchFilter searchFilter)static voidMastersSlavesProtocol. loop(MastersSlavesListener listener, GlobalStateInfo globalInfo, List<HostAddress> addresses, SearchFilter searchFilter)loop until found the failed connection.
-