public abstract class AbstractLoadBalancerPing extends java.lang.Object implements IPing, com.netflix.client.IClientConfigAware
| Constructor and Description |
|---|
AbstractLoadBalancerPing() |
| Modifier and Type | Method and Description |
|---|---|
AbstractLoadBalancer |
getLoadBalancer() |
boolean |
isAlive(Server server)
Checks whether the given
Server is "alive" i.e. |
void |
setLoadBalancer(AbstractLoadBalancer lb) |
public boolean isAlive(Server server)
IPingServer is "alive" i.e. should be
considered a candidate while loadbalancingpublic void setLoadBalancer(AbstractLoadBalancer lb)
public AbstractLoadBalancer getLoadBalancer()