Uses of Class
io.tarantool.driver.api.connection.TarantoolConnectionSelectionStrategyType
-
Packages that use TarantoolConnectionSelectionStrategyType Package Description io.tarantool.driver.api Contains interfaces and classes essential for end-user driver APIio.tarantool.driver.api.connection Classes for working with connections to Tarantool instances.io.tarantool.driver.core Driver core classes -
-
Uses of TarantoolConnectionSelectionStrategyType in io.tarantool.driver.api
Methods in io.tarantool.driver.api with parameters of type TarantoolConnectionSelectionStrategyType Modifier and Type Method Description TarantoolClientBuilderTarantoolClientBuilder. withConnectionSelectionStrategy(TarantoolConnectionSelectionStrategyType connectionSelectionStrategyType)Select a built-in connection selection strategy factory. -
Uses of TarantoolConnectionSelectionStrategyType in io.tarantool.driver.api.connection
Methods in io.tarantool.driver.api.connection that return TarantoolConnectionSelectionStrategyType Modifier and Type Method Description static TarantoolConnectionSelectionStrategyTypeTarantoolConnectionSelectionStrategyType. valueOf(String name)Returns the enum constant of this type with the specified name.static TarantoolConnectionSelectionStrategyType[]TarantoolConnectionSelectionStrategyType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TarantoolConnectionSelectionStrategyType in io.tarantool.driver.core
Methods in io.tarantool.driver.core with parameters of type TarantoolConnectionSelectionStrategyType Modifier and Type Method Description TarantoolClientBuilderTarantoolClientBuilderImpl. withConnectionSelectionStrategy(TarantoolConnectionSelectionStrategyType connectionSelectionStrategyType)
-