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 HostAddressModifier and TypeMethodDescriptionstatic HostAddressCreate a Host without knowledge of primary/replica goalstatic HostAddressCreate a Hoststatic HostAddressCreate a Hoststatic HostAddressCreate a Hoststatic HostAddressHostAddress.localSocket(String localSocket) Constructor for unix socket hoststatic HostAddressConstructor for windows pipe hostHostAddress.withLocalSocket(String localSocket) HostAddress.withPort(int port) Methods in org.mariadb.jdbc that return types with arguments of type HostAddressModifier and TypeMethodDescriptionConfiguration.addresses()addressesstatic List<HostAddress> parse - parse server addresses from the URL fragment.Methods in org.mariadb.jdbc with parameters of type HostAddressModifier and TypeMethodDescriptionConfiguration.Builder.addresses(HostAddress... hostAddress) add host addressesMethod parameters in org.mariadb.jdbc with type arguments of type HostAddressModifier and TypeMethodDescriptionConfiguration.Builder.addresses(List<HostAddress> hostAddress) add host addresses -
Uses of HostAddress in org.mariadb.jdbc.client.socket
Methods in org.mariadb.jdbc.client.socket with parameters of type HostAddressModifier and TypeMethodDescriptionvoidReader.setServerThreadId(Long serverThreadId, HostAddress hostAddress) Set server thread id.voidWriter.setServerThreadId(Long serverThreadId, HostAddress hostAddress) Set server thread id. -
Uses of HostAddress in org.mariadb.jdbc.export
Methods in org.mariadb.jdbc.export that return HostAddressModifier and TypeMethodDescriptionstatic HostAddressHaMode.getHostWithLessConnections(List<HostAddress> hostAddresses, ConcurrentMap<HostAddress, Long> denyList, boolean primary) If all hosts not blacklisted connection number are known, choose the host with the less connections.Methods in org.mariadb.jdbc.export that return types with arguments of type HostAddressModifier and TypeMethodDescriptionabstract Optional<HostAddress> HaMode.getAvailableHost(List<HostAddress> hostAddresses, ConcurrentMap<HostAddress, Long> denyList, boolean primary) List of hosts without blacklist entries, ordered according to HA modestatic Optional<HostAddress> HaMode.getAvailableHostInOrder(List<HostAddress> hostAddresses, ConcurrentMap<HostAddress, Long> denyList, boolean primary) return hosts of corresponding type (primary or not) without blacklisted hosts.static Optional<HostAddress> HaMode.getAvailableRoundRobinHost(HaMode haMode, List<HostAddress> hostAddresses, ConcurrentMap<HostAddress, Long> denyList, boolean primary) return hosts of corresponding type (primary or not) without blacklisted hosts.Method parameters in org.mariadb.jdbc.export with type arguments of type HostAddressModifier and TypeMethodDescriptionabstract Optional<HostAddress> HaMode.getAvailableHost(List<HostAddress> hostAddresses, ConcurrentMap<HostAddress, Long> denyList, boolean primary) List of hosts without blacklist entries, ordered according to HA modeabstract Optional<HostAddress> HaMode.getAvailableHost(List<HostAddress> hostAddresses, ConcurrentMap<HostAddress, Long> denyList, boolean primary) List of hosts without blacklist entries, ordered according to HA modestatic Optional<HostAddress> HaMode.getAvailableHostInOrder(List<HostAddress> hostAddresses, ConcurrentMap<HostAddress, Long> denyList, boolean primary) return hosts of corresponding type (primary or not) without blacklisted hosts.static Optional<HostAddress> HaMode.getAvailableHostInOrder(List<HostAddress> hostAddresses, ConcurrentMap<HostAddress, Long> denyList, boolean primary) return hosts of corresponding type (primary or not) without blacklisted hosts.static Optional<HostAddress> HaMode.getAvailableRoundRobinHost(HaMode haMode, List<HostAddress> hostAddresses, ConcurrentMap<HostAddress, Long> denyList, boolean primary) return hosts of corresponding type (primary or not) without blacklisted hosts.static Optional<HostAddress> HaMode.getAvailableRoundRobinHost(HaMode haMode, List<HostAddress> hostAddresses, ConcurrentMap<HostAddress, Long> denyList, boolean primary) return hosts of corresponding type (primary or not) without blacklisted hosts.static HostAddressHaMode.getHostWithLessConnections(List<HostAddress> hostAddresses, ConcurrentMap<HostAddress, Long> denyList, boolean primary) If all hosts not blacklisted connection number are known, choose the host with the less connections.static HostAddressHaMode.getHostWithLessConnections(List<HostAddress> hostAddresses, ConcurrentMap<HostAddress, Long> denyList, boolean primary) If all hosts not blacklisted connection number are known, choose the host with the less connections.Constructors in org.mariadb.jdbc.export with parameters of type HostAddressModifierConstructorDescriptionExceptionFactory(Configuration conf, HostAddress hostAddress) Connection Exception factory constructorSqlExceptionFactory(Connection connection, MariaDbPoolConnection poolConnection, Configuration conf, HostAddress hostAddress, long threadId, Statement statement, String sql) Constructor of Exception factory with SQL -
Uses of HostAddress in org.mariadb.jdbc.plugin
Methods in org.mariadb.jdbc.plugin with parameters of type HostAddressModifier and TypeMethodDescriptionTlsSocketPlugin.getTrustManager(Configuration conf, ExceptionFactory exceptionFactory, HostAddress hostAddress) AuthenticationPluginFactory.initialize(String authenticationData, byte[] seed, Configuration conf, HostAddress hostAddress) Plugin initialization.default CredentialPluginCredentialPlugin.initialize(Configuration conf, String userName, HostAddress hostAddress) Permit initializing plugin if overridden -
Uses of HostAddress in org.mariadb.jdbc.plugin.authentication.addon
Methods in org.mariadb.jdbc.plugin.authentication.addon with parameters of type HostAddressModifier and TypeMethodDescriptionClearPasswordPluginFactory.initialize(String authenticationData, byte[] seed, Configuration conf, HostAddress hostAddress) Initialization.SendGssApiAuthPacketFactory.initialize(String authenticationData, byte[] seed, Configuration conf, HostAddress hostAddress) Initialization. -
Uses of HostAddress in org.mariadb.jdbc.plugin.authentication.standard
Methods in org.mariadb.jdbc.plugin.authentication.standard with parameters of type HostAddressModifier and TypeMethodDescriptionvoidCachingSha2PasswordPlugin.initialize(String authenticationData, byte[] seed, Configuration conf, HostAddress hostAddress) Initialized data.CachingSha2PasswordPluginFactory.initialize(String authenticationData, byte[] seed, Configuration conf, HostAddress hostAddress) Ed25519PasswordPluginFactory.initialize(String authenticationData, byte[] seed, Configuration conf, HostAddress hostAddress) NativePasswordPluginFactory.initialize(String authenticationData, byte[] seed, Configuration conf, HostAddress hostAddress) ParsecPasswordPluginFactory.initialize(String authenticationData, byte[] seed, Configuration conf, HostAddress hostAddress) Initialization.SendPamAuthPacketFactory.initialize(String authenticationData, byte[] seed, Configuration conf, HostAddress hostAddress) Initialization.Constructors in org.mariadb.jdbc.plugin.authentication.standard with parameters of type HostAddressModifierConstructorDescriptionCachingSha2PasswordPlugin(String authenticationData, byte[] seed, Configuration conf, HostAddress hostAddress) Ed25519PasswordPlugin(String authenticationData, byte[] seed, Configuration conf, HostAddress hostAddress) -
Uses of HostAddress in org.mariadb.jdbc.plugin.credential.aws
Methods in org.mariadb.jdbc.plugin.credential.aws with parameters of type HostAddressModifier and TypeMethodDescriptionAwsIamCredentialPlugin.initialize(Configuration conf, String userName, HostAddress hostAddress) Constructors in org.mariadb.jdbc.plugin.credential.aws with parameters of type HostAddressModifierConstructorDescriptionAwsCredentialGenerator(Properties nonMappedOptions, String userName, HostAddress hostAddress) AWS Generator. -
Uses of HostAddress in org.mariadb.jdbc.plugin.credential.env
Methods in org.mariadb.jdbc.plugin.credential.env with parameters of type HostAddressModifier and TypeMethodDescriptionEnvCredentialPlugin.initialize(Configuration conf, String userName, HostAddress hostAddress) -
Uses of HostAddress in org.mariadb.jdbc.plugin.credential.system
Methods in org.mariadb.jdbc.plugin.credential.system with parameters of type HostAddressModifier and TypeMethodDescriptionPropertiesCredentialPlugin.initialize(Configuration conf, String userName, HostAddress hostAddress) -
Uses of HostAddress in org.mariadb.jdbc.plugin.tls.main
Methods in org.mariadb.jdbc.plugin.tls.main with parameters of type HostAddressModifier and TypeMethodDescriptionDefaultTlsSocketPlugin.getTrustManager(Configuration conf, ExceptionFactory exceptionFactory, HostAddress hostAddress)