Uses of Class
org.mariadb.jdbc.internal.protocol.MastersSlavesProtocol

Packages that use MastersSlavesProtocol
org.mariadb.jdbc.internal.protocol   
 

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

Subclasses of MastersSlavesProtocol in org.mariadb.jdbc.internal.protocol
 class AuroraProtocol
           
 

Methods in org.mariadb.jdbc.internal.protocol that return MastersSlavesProtocol
static MastersSlavesProtocol MastersSlavesProtocol.getNewProtocol(FailoverProxy proxy, UrlParser urlParser)
          Get new instance of MastersSlavesProtocol.
 

Methods in org.mariadb.jdbc.internal.protocol with parameters of type MastersSlavesProtocol
protected static boolean MastersSlavesProtocol.foundMaster(MastersSlavesListener listener, MastersSlavesProtocol protocol, SearchFilter searchFilter)
           
protected static boolean MastersSlavesProtocol.foundSecondary(MastersSlavesListener listener, MastersSlavesProtocol protocol, SearchFilter searchFilter)
           
 



Copyright © 2017. All rights reserved.