Uses of Class
org.mariadb.jdbc.HostAddress
-
-
Uses of HostAddress in org.mariadb.jdbc
Methods in org.mariadb.jdbc that return HostAddress Modifier and Type Method Description HostAddressMariaDbConnection. __test_host()Methods in org.mariadb.jdbc that return types with arguments of type HostAddress Modifier and Type Method Description List<HostAddress>UrlParser. getHostAddresses()static List<HostAddress>HostAddress. parse(String spec, HaMode haMode)parse - parse server addresses from the URL fragment.Methods in org.mariadb.jdbc with parameters of type HostAddress Modifier and Type Method Description static StringHostAddress. toString(HostAddress[] addrs)ToString implementation of addresses.Method parameters in org.mariadb.jdbc with type arguments of type HostAddress Modifier and Type Method Description static StringHostAddress. toString(List<HostAddress> addrs)ToString implementation of addresses.Constructor parameters in org.mariadb.jdbc with type arguments of type HostAddress Constructor Description UrlParser(String database, List<HostAddress> addresses, Options options, HaMode haMode)Constructor. -
Uses of HostAddress in org.mariadb.jdbc.credential
Methods in org.mariadb.jdbc.credential with parameters of type HostAddress Modifier and Type Method Description default CredentialPluginCredentialPlugin. initialize(Options options, String userName, HostAddress hostAddress) -
Uses of HostAddress in org.mariadb.jdbc.credential.aws
Methods in org.mariadb.jdbc.credential.aws with parameters of type HostAddress Modifier and Type Method Description CredentialPluginAwsIamCredentialPlugin. initialize(Options options, String userName, HostAddress hostAddress)Constructors in org.mariadb.jdbc.credential.aws with parameters of type HostAddress Constructor Description AwsCredentialGenerator(Properties nonMappedOptions, String userName, HostAddress hostAddress)AWS Generator. -
Uses of HostAddress in org.mariadb.jdbc.credential.env
Methods in org.mariadb.jdbc.credential.env with parameters of type HostAddress Modifier and Type Method Description CredentialPluginEnvCredentialPlugin. initialize(Options options, String userName, HostAddress hostAddress) -
Uses of HostAddress in org.mariadb.jdbc.credential.system
Methods in org.mariadb.jdbc.credential.system with parameters of type HostAddress Modifier and Type Method Description CredentialPluginPropertiesCredentialPlugin. initialize(Options options, String userName, HostAddress hostAddress) -
Uses of HostAddress in org.mariadb.jdbc.internal.failover
Methods in org.mariadb.jdbc.internal.failover that return types with arguments of type HostAddress Modifier and Type Method Description Set<HostAddress>AbstractMastersListener. getBlacklistKeys()Set<HostAddress>Listener. getBlacklistKeys()Methods in org.mariadb.jdbc.internal.failover with parameters of type HostAddress Modifier and Type Method Description voidAbstractMastersListener. addToBlacklist(HostAddress hostAddress)After a failover, put the hostAddress in a static list so the other connection will not take this host in account for a time.voidListener. addToBlacklist(HostAddress hostAddress)voidAbstractMastersListener. removeFromBlacklist(HostAddress hostAddress)After a successfull connection, permit to remove a hostAddress from blacklist.voidListener. removeFromBlacklist(HostAddress hostAddress)voidAbstractMastersListener. throwFailoverMessage(HostAddress failHostAddress, boolean wasMaster, SQLException queryException, boolean reconnected)Throw a human readable message after a failoverException.voidListener. throwFailoverMessage(HostAddress failHostAddress, boolean wasMaster, SQLException queryException, boolean reconnected) -
Uses of HostAddress in org.mariadb.jdbc.internal.failover.impl
Fields in org.mariadb.jdbc.internal.failover.impl with type parameters of type HostAddress Modifier and Type Field Description protected List<HostAddress>MastersReplicasListener. hostAddressesMethods in org.mariadb.jdbc.internal.failover.impl that return HostAddress Modifier and Type Method Description HostAddressAuroraListener. getClusterHostAddress()HostAddressAuroraListener. searchByStartName(Protocol secondaryProtocol, List<HostAddress> loopAddress)Looks for the current master/writer instance via the secondary protocol if it is found within 3 attempts.Methods in org.mariadb.jdbc.internal.failover.impl that return types with arguments of type HostAddress Modifier and Type Method Description List<HostAddress>MastersReplicasListener. connectedHosts()List current connected HostAddress.Method parameters in org.mariadb.jdbc.internal.failover.impl with type arguments of type HostAddress Modifier and Type Method Description HostAddressAuroraListener. searchByStartName(Protocol secondaryProtocol, List<HostAddress> loopAddress)Looks for the current master/writer instance via the secondary protocol if it is found within 3 attempts. -
Uses of HostAddress in org.mariadb.jdbc.internal.protocol
Methods in org.mariadb.jdbc.internal.protocol that return HostAddress Modifier and Type Method Description HostAddressAbstractConnectProtocol. getHostAddress()HostAddressProtocol. getHostAddress()Methods in org.mariadb.jdbc.internal.protocol with parameters of type HostAddress Modifier and Type Method Description voidAbstractConnectProtocol. setHostAddress(HostAddress host)voidProtocol. setHostAddress(HostAddress hostAddress)Method parameters in org.mariadb.jdbc.internal.protocol with type arguments of type HostAddress Modifier and Type Method Description 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.
-