Class DefaultAlternateAddress
java.lang.Object
com.couchbase.client.dcp.core.config.DefaultAlternateAddress
- All Implemented Interfaces:
AlternateAddress
-
Constructor Details
-
DefaultAlternateAddress
-
-
Method Details
-
hostname
Description copied from interface:AlternateAddressThe "raw" hostname address of the node.- Specified by:
hostnamein interfaceAlternateAddress- Returns:
- the host address.
-
services
Description copied from interface:AlternateAddressThe exposed non-ssl services.- Specified by:
servicesin interfaceAlternateAddress- Returns:
- a map containing all services with ports.
-
sslServices
Description copied from interface:AlternateAddressThe exposed ssl services.- Specified by:
sslServicesin interfaceAlternateAddress- Returns:
- a map containing all services with secured ports.
-
toString
-
equals
-
hashCode
public int hashCode()
-