Class NodeInfo

java.lang.Object
com.couchbase.client.dcp.core.config.NodeInfo

public class NodeInfo extends Object
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.