Uses of Class
net.spy.memcached.vbucket.config.Status

Packages that use Status
net.spy.memcached.vbucket.config   
 

Uses of Status in net.spy.memcached.vbucket.config
 

Methods in net.spy.memcached.vbucket.config that return Status
 Status Node.getStatus()
           
static Status Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Status[] Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.spy.memcached.vbucket.config with parameters of type Status
Node(Status status, String hostname, Map<Port,String> ports)