Uses of Class
org.mariadb.jdbc.internal.util.pool.GlobalStateInfo
Packages that use GlobalStateInfo
Package
Description
-
Uses of GlobalStateInfo in org.mariadb.jdbc
Methods in org.mariadb.jdbc with parameters of type GlobalStateInfoModifier and TypeMethodDescriptionstatic 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 GlobalStateInfoModifier and TypeFieldDescriptionprotected final GlobalStateInfoAbstractMastersListener.globalInfoConstructors in org.mariadb.jdbc.internal.failover with parameters of type GlobalStateInfoModifierConstructorDescriptionprotectedAbstractMastersListener(UrlParser urlParser, GlobalStateInfo globalInfo) protectedAbstractMastersReplicasListener(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 GlobalStateInfoModifierConstructorDescriptionAuroraListener(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 GlobalStateInfoModifier and TypeMethodDescriptionstatic 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 GlobalStateInfoModifierConstructorDescriptionAbstractConnectProtocol(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 GlobalStateInfoModifier and TypeMethodDescriptionstatic 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