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

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

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

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

Methods in net.spy.memcached.vbucket.config that return types with arguments of type Port
 Map<Port,String> Node.getPorts()
           
 

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