| Package | Description |
|---|---|
| org.neo4j.driver.v1 |
| Modifier and Type | Method and Description |
|---|---|
Config.LoadBalancingStrategy |
Config.loadBalancingStrategy()
Load balancing strategy
|
static Config.LoadBalancingStrategy |
Config.LoadBalancingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Config.LoadBalancingStrategy[] |
Config.LoadBalancingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Config.ConfigBuilder |
Config.ConfigBuilder.withLoadBalancingStrategy(Config.LoadBalancingStrategy loadBalancingStrategy)
Provide an alternative load balancing strategy for the routing driver to use.
|
Copyright © 2018. All rights reserved.