| Package | Description |
|---|---|
| com.caucho.cloud.loadbalance |
| Modifier and Type | Method and Description |
|---|---|
LoadBalanceStrategy |
LoadBalanceBuilder.getStrategy()
The load balance strategy.
|
static LoadBalanceStrategy |
LoadBalanceStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoadBalanceStrategy[] |
LoadBalanceStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoadBalanceBuilder.setStrategy(LoadBalanceStrategy strategy)
Sets the load balance strategy.
|
| Constructor and Description |
|---|
ClusterLoadBalanceManager(LoadBalanceClientGroup clientGroup,
StickyRequestHashGenerator sticky,
LoadBalanceStrategy strategyType) |