Uses of Class
org.mariadb.jdbc.internal.util.pool.GlobalStateInfo
-
-
Uses of GlobalStateInfo in org.mariadb.jdbc
Methods in org.mariadb.jdbc with parameters of type GlobalStateInfo Modifier and Type Method Description static MariaDbConnectionMariaDbConnection. newConnection(UrlParser urlParser, GlobalStateInfo globalInfo)Create new connection Object. -
Uses of GlobalStateInfo in org.mariadb.jdbc.internal.failover
Fields in org.mariadb.jdbc.internal.failover declared as GlobalStateInfo Modifier and Type Field Description protected GlobalStateInfoAbstractMastersListener. globalInfoConstructors in org.mariadb.jdbc.internal.failover with parameters of type GlobalStateInfo Constructor Description AbstractMastersListener(UrlParser urlParser, GlobalStateInfo globalInfo)AbstractMastersSlavesListener(UrlParser urlParser, GlobalStateInfo globalInfo) -
Uses of GlobalStateInfo in org.mariadb.jdbc.internal.failover.impl
Constructors in org.mariadb.jdbc.internal.failover.impl with parameters of type GlobalStateInfo Constructor Description AuroraListener(UrlParser urlParser, GlobalStateInfo globalInfo)Constructor for Aurora.MastersFailoverListener(UrlParser urlParser, GlobalStateInfo globalInfo)Initialisation.MastersSlavesListener(UrlParser urlParser, GlobalStateInfo globalInfo)Initialisation. -
Uses of GlobalStateInfo in org.mariadb.jdbc.internal.protocol
Methods in org.mariadb.jdbc.internal.protocol with parameters of type GlobalStateInfo Modifier and Type Method Description static AuroraProtocolAuroraProtocol. getNewProtocol(FailoverProxy proxy, GlobalStateInfo globalInfo, UrlParser urlParser)Initialize new protocol instance.static voidAuroraProtocol. loop(AuroraListener listener, GlobalStateInfo globalInfo, List<HostAddress> addresses, SearchFilter initialSearchFilter)loop until found the failed connection.static voidMasterProtocol. loop(Listener listener, GlobalStateInfo globalInfo, List<HostAddress> addresses, SearchFilter searchFilter)loop until found the failed connection.static voidMastersSlavesProtocol. loop(MastersSlavesListener listener, GlobalStateInfo globalInfo, List<HostAddress> addresses, SearchFilter searchFilter)loop until found the failed connection.Constructors in org.mariadb.jdbc.internal.protocol with parameters of type GlobalStateInfo Constructor Description AbstractConnectProtocol(UrlParser urlParser, GlobalStateInfo globalInfo, ReentrantLock lock)Get a protocol instance.AuroraProtocol(UrlParser url, GlobalStateInfo globalInfo, ReentrantLock lock)MasterProtocol(UrlParser urlParser, GlobalStateInfo globalInfo, ReentrantLock lock)Get a protocol instance.MastersSlavesProtocol(UrlParser url, GlobalStateInfo globalInfo, ReentrantLock lock) -
Uses of GlobalStateInfo in org.mariadb.jdbc.internal.util
Methods in org.mariadb.jdbc.internal.util with parameters of type GlobalStateInfo Modifier and Type Method Description static ProtocolUtils. retrieveProxy(UrlParser urlParser, GlobalStateInfo globalInfo)Retrieve protocol corresponding to the failover options. if no failover option, protocol will not be proxied. if a failover option is precised, protocol will be proxied so that any connection error will be handle directly. -
Uses of GlobalStateInfo in org.mariadb.jdbc.internal.util.pool
Methods in org.mariadb.jdbc.internal.util.pool that return GlobalStateInfo Modifier and Type Method Description GlobalStateInfoPool. getGlobalInfo()
-