public abstract class LeastActiveBalancingPolicy extends Object implements LoadBalancingPolicy
| Constructor and Description |
|---|
LeastActiveBalancingPolicy() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
getPool(Collection<Object> pools)
Returns pool on the basis of loadbalancing policy.
|
public abstract Object getPool(Collection<Object> pools)
LoadBalancingPolicygetPool in interface LoadBalancingPolicyCopyright © 2015. All Rights Reserved.