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 static HostAddressHostAddress. from(String host, int port)static HostAddressHostAddress. from(String host, int port, boolean primary)Methods in org.mariadb.jdbc that return types with arguments of type HostAddress Modifier and Type Method Description List<HostAddress>Configuration. addresses()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 Configuration.BuilderConfiguration.Builder. addresses(HostAddress... hostAddress) -
Uses of HostAddress in org.mariadb.jdbc.client.socket
Methods in org.mariadb.jdbc.client.socket with parameters of type HostAddress Modifier and Type Method Description SocketSocketHandlerFunction. apply(Configuration conf, HostAddress hostAddress)voidPacketReader. setServerThreadId(Long serverThreadId, HostAddress hostAddress)Set server thread id.voidPacketWriter. setServerThreadId(Long serverThreadId, HostAddress hostAddress)Set server thread id. -
Uses of HostAddress in org.mariadb.jdbc.plugin
Methods in org.mariadb.jdbc.plugin with parameters of type HostAddress Modifier and Type Method Description default CredentialPluginCredentialPlugin. initialize(Configuration conf, String userName, HostAddress hostAddress) -
Uses of HostAddress in org.mariadb.jdbc.plugin.credential.aws
Methods in org.mariadb.jdbc.plugin.credential.aws with parameters of type HostAddress Modifier and Type Method Description CredentialPluginAwsIamCredentialPlugin. initialize(Configuration conf, String userName, HostAddress hostAddress)Constructors in org.mariadb.jdbc.plugin.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.plugin.credential.env
Methods in org.mariadb.jdbc.plugin.credential.env with parameters of type HostAddress Modifier and Type Method Description CredentialPluginEnvCredentialPlugin. 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 HostAddress Modifier and Type Method Description CredentialPluginPropertiesCredentialPlugin. initialize(Configuration conf, String userName, HostAddress hostAddress) -
Uses of HostAddress in org.mariadb.jdbc.util.constants
Methods in org.mariadb.jdbc.util.constants that return types with arguments of type HostAddress Modifier and Type Method Description abstract Optional<HostAddress>HaMode. getAvailableHost(List<HostAddress> hostAddresses, ConcurrentMap<HostAddress,Long> denyList, boolean primary)static Optional<HostAddress>HaMode. getAvailableHostInOrder(List<HostAddress> hostAddresses, ConcurrentMap<HostAddress,Long> blacklist, boolean primary)Method parameters in org.mariadb.jdbc.util.constants with type arguments of type HostAddress Modifier and Type Method Description abstract Optional<HostAddress>HaMode. getAvailableHost(List<HostAddress> hostAddresses, ConcurrentMap<HostAddress,Long> denyList, boolean primary)abstract Optional<HostAddress>HaMode. getAvailableHost(List<HostAddress> hostAddresses, ConcurrentMap<HostAddress,Long> denyList, boolean primary)static Optional<HostAddress>HaMode. getAvailableHostInOrder(List<HostAddress> hostAddresses, ConcurrentMap<HostAddress,Long> blacklist, boolean primary)static Optional<HostAddress>HaMode. getAvailableHostInOrder(List<HostAddress> hostAddresses, ConcurrentMap<HostAddress,Long> blacklist, boolean primary) -
Uses of HostAddress in org.mariadb.jdbc.util.exceptions
Constructors in org.mariadb.jdbc.util.exceptions with parameters of type HostAddress Constructor Description ExceptionFactory(Configuration conf, HostAddress hostAddress)SqlExceptionFactory(Connection connection, MariaDbPoolConnection poolConnection, Configuration conf, HostAddress hostAddress, long threadId, Statement statement, String sql)
-