| Modifier and Type | Method | Description |
|---|---|---|
LoadBalancingStrategy |
LoadBalancingStrategyAccessor.getLoadBalancingStrategy() |
Retrieves the load balancing strategy from the load balancing strategy
property.
|
static LoadBalancingStrategy |
LoadBalancingStrategy.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static LoadBalancingStrategy[] |
LoadBalancingStrategy.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
LoadBalancingStrategyAccessor.LoadBalancingStrategyMutator.setLoadBalancingStrategy(LoadBalancingStrategy aStrategy) |
Sets the load balancing strategy for the load balancing strategy
property.
|
B |
LoadBalancingStrategyAccessor.LoadBalancingStrategyBuilder.withLoadBalancingStrategy(LoadBalancingStrategy aStrategy) |
Sets the load balancing strategy for the load balancing strategy
property.
|
Copyright © 2018. All rights reserved.