public final class TarantoolConnectionSelectionStrategies extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TarantoolConnectionSelectionStrategies.ParallelRoundRobinStrategyFactory
Instantiates a
ParallelRoundRobinStrategy, which is applicable for multiple
connections to several servers and expects equal number of connections per server. |
static class |
TarantoolConnectionSelectionStrategies.RoundRobinStrategyFactory
Instantiates a
RoundRobinStrategy, which is applicable for multiple connections to
one server and selects connections in the order according to the passed collection. |
| Constructor and Description |
|---|
TarantoolConnectionSelectionStrategies() |
Copyright © 2025 Picodata. All rights reserved.