Package com.couchbase.client.core.config
Class PortInfo
- java.lang.Object
-
- com.couchbase.client.core.config.PortInfo
-
public class PortInfo extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,AlternateAddress>alternateAddresses()booleanequals(Object o)inthashCode()Stringhostname()NodeIdentifieridentifier()Map<ServiceType,Integer>ports()Map<ServiceType,Integer>sslPorts()StringtoString()
-
-
-
Constructor Detail
-
PortInfo
public PortInfo(Map<String,Integer> services, String hostname, Map<String,AlternateAddress> aa)
Creates a newPortInfo.Note that if the hostname is null (not provided by the server), it is explicitly set to null because otherwise the loaded InetAddress would point to localhost.
- Parameters:
services- the list of services mapping to ports.
-
-
Method Detail
-
identifier
public NodeIdentifier identifier()
-
ports
public Map<ServiceType,Integer> ports()
-
sslPorts
public Map<ServiceType,Integer> sslPorts()
-
hostname
public String hostname()
-
alternateAddresses
public Map<String,AlternateAddress> alternateAddresses()
-
-