Uses of Class
org.mariadb.jdbc.internal.failover.impl.MastersSlavesListener

Packages that use MastersSlavesListener
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
 class AuroraListener
           
 

Uses of MastersSlavesListener in org.mariadb.jdbc.internal.protocol
 

Methods in org.mariadb.jdbc.internal.protocol with parameters of type MastersSlavesListener
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, List<HostAddress> addresses, SearchFilter searchFilter)
          loop until found the failed connection.
 



Copyright © 2017. All rights reserved.