Uses of Class
org.mariadb.jdbc.HostAddress
Packages that use HostAddress
Package
Description
-
Uses of HostAddress in org.mariadb.jdbc
Methods in org.mariadb.jdbc that return HostAddressMethods in org.mariadb.jdbc that return types with arguments of type HostAddressModifier and TypeMethodDescriptionUrlParser.getHostAddresses()static List<HostAddress> parse - parse server addresses from the URL fragment.Methods in org.mariadb.jdbc with parameters of type HostAddressModifier and TypeMethodDescriptionstatic StringHostAddress.toString(HostAddress[] addrs) ToString implementation of addresses.Method parameters in org.mariadb.jdbc with type arguments of type HostAddressModifier and TypeMethodDescriptionstatic StringHostAddress.toString(List<HostAddress> addrs) ToString implementation of addresses.Constructor parameters in org.mariadb.jdbc with type arguments of type HostAddress -
Uses of HostAddress in org.mariadb.jdbc.credential
Methods in org.mariadb.jdbc.credential with parameters of type HostAddressModifier and TypeMethodDescriptiondefault 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 HostAddressModifier and TypeMethodDescriptionAwsIamCredentialPlugin.initialize(Options options, String userName, HostAddress hostAddress) Constructors in org.mariadb.jdbc.credential.aws with parameters of type HostAddressModifierConstructorDescriptionAwsCredentialGenerator(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 HostAddressModifier and TypeMethodDescriptionEnvCredentialPlugin.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 HostAddressModifier and TypeMethodDescriptionPropertiesCredentialPlugin.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 HostAddressModifier and TypeMethodDescriptionAbstractMastersListener.getBlacklistKeys()Listener.getBlacklistKeys()Methods in org.mariadb.jdbc.internal.failover with parameters of type HostAddressModifier and TypeMethodDescriptionvoidAbstractMastersListener.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 HostAddressModifier and TypeFieldDescriptionprotected List<HostAddress> MastersReplicasListener.hostAddressesMethods in org.mariadb.jdbc.internal.failover.impl that return HostAddressModifier and TypeMethodDescriptionAuroraListener.getClusterHostAddress()AuroraListener.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 HostAddressModifier and TypeMethodDescriptionMastersReplicasListener.connectedHosts()List current connected HostAddress.AuroraListener.retrieveAllEndpointsAndSet(Protocol protocol) Retrieves the information necessary to add a new endpoint.Method parameters in org.mariadb.jdbc.internal.failover.impl with type arguments of type HostAddressModifier and TypeMethodDescriptionAuroraListener.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 HostAddressModifier and TypeMethodDescriptionAbstractConnectProtocol.getHostAddress()Protocol.getHostAddress()Methods in org.mariadb.jdbc.internal.protocol with parameters of type HostAddressModifier and TypeMethodDescriptionvoidAbstractConnectProtocol.setHostAddress(HostAddress host) voidProtocol.setHostAddress(HostAddress hostAddress) Method parameters in org.mariadb.jdbc.internal.protocol with type arguments of type HostAddressModifier and TypeMethodDescriptionstatic 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.