Uses of Class
com.couchbase.client.vbucket.config.Port

Packages that use Port
com.couchbase.client.vbucket.config   
 

Uses of Port in com.couchbase.client.vbucket.config
 

Methods in com.couchbase.client.vbucket.config that return Port
static Port Port.valueOf(java.lang.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 com.couchbase.client.vbucket.config that return types with arguments of type Port
 java.util.Map<Port,java.lang.String> Node.getPorts()
           
 

Constructor parameters in com.couchbase.client.vbucket.config with type arguments of type Port
Node(Status status, java.lang.String hostname, java.util.Map<Port,java.lang.String> ports)
           
 



Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.