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 to set parameters not forced. if options useBatchMultiSend and usePipelineAuth are not explicitly set in connection string, value will default to true or false according if aurora detection.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)AbstractMastersSlavesListener(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.MastersSlavesListener(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)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 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. 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 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.
-