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 class
AuroraListener
-
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 boolean
MastersSlavesProtocol. foundMaster(MastersSlavesListener listener, MastersSlavesProtocol protocol, SearchFilter searchFilter)
protected static boolean
MastersSlavesProtocol. foundSecondary(MastersSlavesListener listener, MastersSlavesProtocol protocol, SearchFilter searchFilter)
static void
MastersSlavesProtocol. loop(MastersSlavesListener listener, GlobalStateInfo globalInfo, java.util.List<HostAddress> addresses, SearchFilter searchFilter)
loop until found the failed connection.private static void
MastersSlavesProtocol. resetHostList(MastersSlavesListener listener, java.util.Deque<HostAddress> loopAddresses)
Reinitialize loopAddresses with all servers in randomize order.
-