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)AbstractMastersReplicasListener(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.MastersReplicasListener(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 voidMastersReplicasProtocol. loop(MastersReplicasListener 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, LruTraceCache traceCache)Get a protocol instance.AuroraProtocol(UrlParser url, GlobalStateInfo globalInfo, ReentrantLock lock, LruTraceCache traceCache)MasterProtocol(UrlParser urlParser, GlobalStateInfo globalInfo, ReentrantLock lock, LruTraceCache traceCache)Get a protocol instance.MastersReplicasProtocol(UrlParser url, GlobalStateInfo globalInfo, ReentrantLock lock, LruTraceCache traceCache) -
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. -
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()
-