|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netflix.loadbalancer.AbstractLoadBalancerRule
com.netflix.loadbalancer.ClientConfigEnabledRoundRobinRule
public class ClientConfigEnabledRoundRobinRule
This class essentially contains the RoundRobinRule class defined in the loadbalancer package
| Constructor Summary | |
|---|---|
ClientConfigEnabledRoundRobinRule()
|
|
| Method Summary | |
|---|---|
Server |
choose(java.lang.Object key)
|
void |
initWithNiwsConfig(com.netflix.client.config.IClientConfig clientConfig)
|
void |
setLoadBalancer(ILoadBalancer lb)
|
| Methods inherited from class com.netflix.loadbalancer.AbstractLoadBalancerRule |
|---|
getLoadBalancer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClientConfigEnabledRoundRobinRule()
| Method Detail |
|---|
public void initWithNiwsConfig(com.netflix.client.config.IClientConfig clientConfig)
public void setLoadBalancer(ILoadBalancer lb)
setLoadBalancer in interface IRulesetLoadBalancer in class AbstractLoadBalancerRulepublic Server choose(java.lang.Object key)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||