Class NodeInfo
java.lang.Object
com.couchbase.client.dcp.core.config.NodeInfo
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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanhas(ServiceType serviceType) inthashCode()host()hostname()Deprecated.id()booleanbooleanport(ServiceType serviceType) ports()services()Deprecated.Please useports()instead.Deprecated.Please useports()instead.toString()withMissingInfoFrom(NodeInfo other)
-
Field Details
-
INACCESSIBLE
-
-
Constructor Details
-
NodeInfo
-
-
Method Details
host()instead.