Uses of Interface
io.tarantool.driver.api.TarantoolClusterAddressProvider
-
Packages that use TarantoolClusterAddressProvider 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. -
-
Uses of TarantoolClusterAddressProvider in io.tarantool.driver.api
Methods in io.tarantool.driver.api that return TarantoolClusterAddressProvider Modifier and Type Method Description TarantoolClusterAddressProviderTarantoolAddressProviderFactory. createClusterAddressProvider(Collection<TarantoolServerAddress> nodes)TarantoolClusterAddressProviderTarantoolAddressProviderFactory. createClusterAddressProviderWithDiscovery(Collection<TarantoolServerAddress> nodes, TarantoolClusterDiscoveryConfig config)Methods in io.tarantool.driver.api with parameters of type TarantoolClusterAddressProvider Modifier and Type Method Description TarantoolClientBuilderTarantoolClientBuilder. withAddressProvider(TarantoolClusterAddressProvider addressProvider)Specify a provider for Tarantool server addresses. -
Uses of TarantoolClusterAddressProvider in io.tarantool.driver.cluster
Classes in io.tarantool.driver.cluster that implement TarantoolClusterAddressProvider Modifier and Type Class Description classAbstractDiscoveryClusterAddressProviderBase class offering discovery task creation and updating of the internal collection of addressesclassBinaryDiscoveryClusterAddressProviderService discovery client connecting to Tarantool via the binary protocol.classHTTPDiscoveryClusterAddressProviderTarantool server address provider with service discovery via HTTP.Methods in io.tarantool.driver.cluster that return TarantoolClusterAddressProvider Modifier and Type Method Description TarantoolClusterAddressProviderBinaryClusterDiscoveryEndpoint. getEndpointProvider()Get service discovery endpoint providerMethods in io.tarantool.driver.cluster with parameters of type TarantoolClusterAddressProvider Modifier and Type Method Description voidBinaryClusterDiscoveryEndpoint. setEndpointProvider(TarantoolClusterAddressProvider endpointProvider)Set service discovery endpoint providerBinaryClusterDiscoveryEndpoint.BuilderBinaryClusterDiscoveryEndpoint.Builder. withEndpointProvider(TarantoolClusterAddressProvider endpointProvider)Specify address provider for the discovery endpoints -
Uses of TarantoolClusterAddressProvider in io.tarantool.driver.core
Methods in io.tarantool.driver.core that return TarantoolClusterAddressProvider Modifier and Type Method Description protected TarantoolClusterAddressProviderClusterTarantoolClient. getAddressProvider()protected TarantoolClusterAddressProviderClusterTarantoolTupleClient. getAddressProvider()Methods in io.tarantool.driver.core with parameters of type TarantoolClusterAddressProvider Modifier and Type Method Description TarantoolClientBuilderTarantoolClientBuilderImpl. withAddressProvider(TarantoolClusterAddressProvider addressProvider)Constructors in io.tarantool.driver.core with parameters of type TarantoolClusterAddressProvider Constructor Description ClusterTarantoolClient(TarantoolClientConfig config, TarantoolClusterAddressProvider addressProvider)Create a client.ClusterTarantoolTupleClient(TarantoolClientConfig config, TarantoolClusterAddressProvider addressProvider)Create a client. -
Uses of TarantoolClusterAddressProvider in io.tarantool.driver.core.connection
Constructors in io.tarantool.driver.core.connection with parameters of type TarantoolClusterAddressProvider Constructor Description TarantoolClusterConnectionManager(TarantoolClientConfig config, TarantoolConnectionFactory connectionFactory, TarantoolConnectionListeners listeners, TarantoolClusterAddressProvider addressProvider)Basic constructor.
-