com.netflix.loadbalancer
Interface IPing

All Known Implementing Classes:
AbstractLoadBalancerPing, DummyPing, NoOpPing, PingConstant

public interface IPing

Interface that defines how we "ping" a server to check if its alive


Method Summary
 boolean isAlive(Server server)
          Checks whether the given Server is "alive" i.e.
 

Method Detail

isAlive

boolean isAlive(Server server)
Checks whether the given Server is "alive" i.e. should be considered a candidate while loadbalancing

Parameters:
server -
Returns: