Class HostAndServicePorts

java.lang.Object
com.couchbase.client.core.topology.HostAndServicePorts
All Implemented Interfaces:
KetamaRingNode

@Internal public class HostAndServicePorts extends Object implements KetamaRingNode
Used for locating the services running on a node.

Consists of a host (hostname or IP literal) and a map from service to port number.

The ports are either all TLS ports, or all non-TLS ports, depending on the PortSelector used by the config parser.