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.impl
Fields in org.mariadb.jdbc.client.impl with type parameters of type HostAddress Modifier and Type Field Description protected static ConcurrentMap<HostAddress,Long>MultiPrimaryClient. denyListMethods in org.mariadb.jdbc.client.impl that return HostAddress Modifier and Type Method Description HostAddressMultiPrimaryClient. getHostAddress()HostAddressMultiPrimaryReplicaClient. getHostAddress()HostAddressStandardClient. getHostAddress()Methods in org.mariadb.jdbc.client.impl with parameters of type HostAddress Modifier and Type Method Description static SocketConnectionHelper. connectSocket(Configuration conf, HostAddress hostAddress)static SocketConnectionHelper. createSocket(Configuration conf, HostAddress hostAddress)Create socket accordingly to options.static CredentialConnectionHelper. loadCredential(CredentialPlugin credentialPlugin, Configuration configuration, HostAddress hostAddress)static SSLSocketConnectionHelper. sslWrapper(HostAddress hostAddress, Socket socket, long clientCapabilities, byte exchangeCharset, org.mariadb.jdbc.client.Context context, Writer writer)static SocketConnectionHelper. standardSocket(Configuration conf, HostAddress hostAddress)Use standard socket implementation.Constructors in org.mariadb.jdbc.client.impl with parameters of type HostAddress Constructor Description ReplayClient(Configuration conf, HostAddress hostAddress, ReentrantLock lock, boolean skipPostCommands)StandardClient(Configuration conf, HostAddress hostAddress, ReentrantLock lock, boolean skipPostCommands) -
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 voidReader. 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.client.socket.impl
Methods in org.mariadb.jdbc.client.socket.impl 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.export
Methods in org.mariadb.jdbc.export 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.export 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)Constructors in org.mariadb.jdbc.export 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) -
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)
-