|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.netflix.loadbalancer.RoundRobinRule
public class RoundRobinRule
The most well known and basic loadbalacing strategy, i.e. Round Robin Rule.
Constructor Summary | |
---|---|
RoundRobinRule()
|
Method Summary | |
---|---|
Server |
choose(BaseLoadBalancer lb,
java.lang.Object key)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RoundRobinRule()
Method Detail |
---|
public Server choose(BaseLoadBalancer lb, java.lang.Object key)
choose
in interface IRule
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |