Uses of Class
org.mariadb.jdbc.UrlParser
-
-
Uses of UrlParser in org.mariadb.jdbc
Methods in org.mariadb.jdbc that return UrlParser Modifier and Type Method Description UrlParserUrlParser. auroraPipelineQuirks()Permit setting parameters not forced.protected UrlParserMariaDbDataSource. getUrlParser()For testing purpose only.protected UrlParserMariaDbPoolDataSource. getUrlParser()For testing purpose only.static UrlParserUrlParser. parse(String url)static UrlParserUrlParser. parse(String url, Properties prop)Parse url connection string with additional properties.Methods in org.mariadb.jdbc with parameters of type UrlParser Modifier and Type Method Description static MariaDbConnectionMariaDbConnection. newConnection(UrlParser urlParser, GlobalStateInfo globalInfo)Create new connection Object.Constructors in org.mariadb.jdbc with parameters of type UrlParser Constructor Description MariaDbDatabaseMetaData(Connection connection, UrlParser urlParser)Constructor. -
Uses of UrlParser in org.mariadb.jdbc.internal.failover
Fields in org.mariadb.jdbc.internal.failover declared as UrlParser Modifier and Type Field Description UrlParserAbstractMastersListener. urlParserMethods in org.mariadb.jdbc.internal.failover that return UrlParser Modifier and Type Method Description UrlParserAbstractMastersListener. getUrlParser()UrlParserListener. getUrlParser()Constructors in org.mariadb.jdbc.internal.failover with parameters of type UrlParser Constructor Description AbstractMastersListener(UrlParser urlParser, GlobalStateInfo globalInfo)AbstractMastersReplicasListener(UrlParser urlParser, GlobalStateInfo globalInfo) -
Uses of UrlParser in org.mariadb.jdbc.internal.failover.impl
Constructors in org.mariadb.jdbc.internal.failover.impl with parameters of type UrlParser Constructor Description AuroraListener(UrlParser urlParser, GlobalStateInfo globalInfo)Constructor for Aurora.MastersFailoverListener(UrlParser urlParser, GlobalStateInfo globalInfo)Initialisation.MastersReplicasListener(UrlParser urlParser, GlobalStateInfo globalInfo)Initialisation. -
Uses of UrlParser in org.mariadb.jdbc.internal.protocol
Fields in org.mariadb.jdbc.internal.protocol declared as UrlParser Modifier and Type Field Description protected UrlParserAbstractConnectProtocol. urlParserMethods in org.mariadb.jdbc.internal.protocol that return UrlParser Modifier and Type Method Description UrlParserAbstractConnectProtocol. getUrlParser()UrlParserProtocol. getUrlParser()Methods in org.mariadb.jdbc.internal.protocol with parameters of type UrlParser Modifier and Type Method Description static AuroraProtocolAuroraProtocol. getNewProtocol(FailoverProxy proxy, GlobalStateInfo globalInfo, UrlParser urlParser)Initialize new protocol instance.Constructors in org.mariadb.jdbc.internal.protocol with parameters of type UrlParser 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 UrlParser in org.mariadb.jdbc.internal.util
Methods in org.mariadb.jdbc.internal.util with parameters of type UrlParser Modifier and Type Method Description static ProtocolUtils. retrieveProxy(UrlParser urlParser, GlobalStateInfo globalInfo)Retrieve protocol corresponding to the failover options. -
Uses of UrlParser in org.mariadb.jdbc.internal.util.pool
Methods in org.mariadb.jdbc.internal.util.pool that return UrlParser Modifier and Type Method Description UrlParserPool. getUrlParser()Methods in org.mariadb.jdbc.internal.util.pool with parameters of type UrlParser Modifier and Type Method Description static PoolPools. retrievePool(UrlParser urlParser)Get existing pool for a configuration.Constructors in org.mariadb.jdbc.internal.util.pool with parameters of type UrlParser Constructor Description Pool(UrlParser urlParser, int poolIndex, ScheduledThreadPoolExecutor poolExecutor)Create pool from configuration.
-