|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netflix.loadbalancer.AbstractLoadBalancerPing
com.netflix.loadbalancer.DummyPing
public class DummyPing
Default simple implementation that marks the liveness of a Server
| Constructor Summary | |
|---|---|
DummyPing()
|
|
| Method Summary | |
|---|---|
void |
initWithNiwsConfig(com.netflix.client.config.IClientConfig clientConfig)
|
boolean |
isAlive(Server server)
Checks whether the given Server is "alive" i.e. |
| Methods inherited from class com.netflix.loadbalancer.AbstractLoadBalancerPing |
|---|
getLoadBalancer, setLoadBalancer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DummyPing()
| Method Detail |
|---|
public boolean isAlive(Server server)
IPingServer is "alive" i.e. should be
considered a candidate while loadbalancing
isAlive in interface IPingisAlive in class AbstractLoadBalancerPingpublic void initWithNiwsConfig(com.netflix.client.config.IClientConfig clientConfig)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||