Uses of Class
io.tarantool.driver.api.connection.TarantoolConnectionSelectionStrategies.ParallelRoundRobinStrategyFactory
-
Packages that use TarantoolConnectionSelectionStrategies.ParallelRoundRobinStrategyFactory Package Description io.tarantool.driver.api.connection Classes for working with connections to Tarantool instances. -
-
Uses of TarantoolConnectionSelectionStrategies.ParallelRoundRobinStrategyFactory in io.tarantool.driver.api.connection
Methods in io.tarantool.driver.api.connection that return TarantoolConnectionSelectionStrategies.ParallelRoundRobinStrategyFactory Modifier and Type Method Description static TarantoolConnectionSelectionStrategies.ParallelRoundRobinStrategyFactory
TarantoolConnectionSelectionStrategies.ParallelRoundRobinStrategyFactory. valueOf(String name)
Returns the enum constant of this type with the specified name.static TarantoolConnectionSelectionStrategies.ParallelRoundRobinStrategyFactory[]
TarantoolConnectionSelectionStrategies.ParallelRoundRobinStrategyFactory. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-