com.netflix.loadbalancer
Class NoOpPing

java.lang.Object
  extended by com.netflix.loadbalancer.NoOpPing
All Implemented Interfaces:
IPing

public class NoOpPing
extends java.lang.Object
implements IPing

No Op Ping


Constructor Summary
NoOpPing()
           
 
Method Summary
 boolean isAlive(Server server)
          Checks whether the given Server is "alive" i.e.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOpPing

public NoOpPing()
Method Detail

isAlive

public boolean isAlive(Server server)
Description copied from interface: IPing
Checks whether the given Server is "alive" i.e. should be considered a candidate while loadbalancing

Specified by:
isAlive in interface IPing
Returns: