Uses of Class
io.tarantool.driver.api.TarantoolServerAddress
-
Packages that use TarantoolServerAddress Package Description io.tarantool.driver.api Contains interfaces and classes essential for end-user driver APIio.tarantool.driver.cluster Service discovery mechanism and providersio.tarantool.driver.core Driver core classesio.tarantool.driver.core.connection Contains classes for connection establishing and selection strategy invocation algorithms.io.tarantool.driver.exceptions Exception classes for internal client errors to be translated to user -
-
Uses of TarantoolServerAddress in io.tarantool.driver.api
Methods in io.tarantool.driver.api that return types with arguments of type TarantoolServerAddress Modifier and Type Method Description Collection<TarantoolServerAddress>
TarantoolClusterAddressProvider. getAddresses()
The collection of Tarantool server nodes which belong to the same clusterMethods in io.tarantool.driver.api with parameters of type TarantoolServerAddress Modifier and Type Method Description TarantoolClientBuilder
TarantoolClientBuilder. withAddresses(TarantoolServerAddress... address)
Specify one or more Tarantool server addresses.Method parameters in io.tarantool.driver.api with type arguments of type TarantoolServerAddress Modifier and Type Method Description TarantoolClusterAddressProvider
TarantoolAddressProviderFactory. createClusterAddressProvider(Collection<TarantoolServerAddress> nodes)
TarantoolClusterAddressProvider
TarantoolAddressProviderFactory. createClusterAddressProviderWithDiscovery(Collection<TarantoolServerAddress> nodes, TarantoolClusterDiscoveryConfig config)
TarantoolClientBuilder
TarantoolClientBuilder. withAddresses(List<TarantoolServerAddress> addressList)
Specify a list of Tarantool server addresses. -
Uses of TarantoolServerAddress in io.tarantool.driver.cluster
Methods in io.tarantool.driver.cluster that return types with arguments of type TarantoolServerAddress Modifier and Type Method Description protected abstract Collection<TarantoolServerAddress>
AbstractDiscoveryClusterAddressProvider. discoverAddresses()
protected Collection<TarantoolServerAddress>
BinaryDiscoveryClusterAddressProvider. discoverAddresses()
protected Collection<TarantoolServerAddress>
HTTPDiscoveryClusterAddressProvider. discoverAddresses()
Collection<TarantoolServerAddress>
AbstractDiscoveryClusterAddressProvider. getAddresses()
-
Uses of TarantoolServerAddress in io.tarantool.driver.core
Methods in io.tarantool.driver.core with parameters of type TarantoolServerAddress Modifier and Type Method Description TarantoolClientBuilder
TarantoolClientBuilderImpl. withAddresses(TarantoolServerAddress... address)
Method parameters in io.tarantool.driver.core with type arguments of type TarantoolServerAddress Modifier and Type Method Description TarantoolClientBuilder
TarantoolClientBuilderImpl. withAddresses(List<TarantoolServerAddress> addressList)
Constructors in io.tarantool.driver.core with parameters of type TarantoolServerAddress Constructor Description ClusterTarantoolTupleClient(TarantoolClientConfig config, TarantoolServerAddress address)
Create a client.ClusterTarantoolTupleClient(TarantoolCredentials credentials, TarantoolServerAddress address)
Create a client using provided credentials information.Constructor parameters in io.tarantool.driver.core with type arguments of type TarantoolServerAddress Constructor Description ClusterTarantoolTupleClient(TarantoolClientConfig config, Collection<TarantoolServerAddress> addresses)
Create a client.ClusterTarantoolTupleClient(TarantoolCredentials credentials, Collection<TarantoolServerAddress> addresses)
Create a client using provided credentials information. -
Uses of TarantoolServerAddress in io.tarantool.driver.core.connection
Methods in io.tarantool.driver.core.connection that return types with arguments of type TarantoolServerAddress Modifier and Type Method Description protected abstract Collection<TarantoolServerAddress>
AbstractTarantoolConnectionManager. getAddresses()
Get server addresses to connect to.protected Collection<TarantoolServerAddress>
TarantoolClusterConnectionManager. getAddresses()
-
Uses of TarantoolServerAddress in io.tarantool.driver.exceptions
Methods in io.tarantool.driver.exceptions that return TarantoolServerAddress Modifier and Type Method Description TarantoolServerAddress
TarantoolSocketException. getTarantoolServerAddress()
GetTarantoolServerAddress
for this exceptionConstructors in io.tarantool.driver.exceptions with parameters of type TarantoolServerAddress Constructor Description TarantoolSocketException(String message, TarantoolServerAddress tarantoolServerAddress)
TarantoolSocketException(String message, TarantoolServerAddress tarantoolServerAddress, Throwable cause)
-