Package com.couchbase.client.core.node
Class NodeIdentifier
java.lang.Object
com.couchbase.client.core.node.NodeIdentifier
Deprecated.
Uniquely identifies a node within the cluster, using the node's
host and manager port from the default network.
-
Constructor Summary
ConstructorDescriptionNodeIdentifier
(HostAndPort canonicalAddress, String hostForNetworkConnections) Deprecated.NodeIdentifier
(String canonicalHost, int canonicalManagerPort) Deprecated. -
Method Summary
-
Constructor Details
-
NodeIdentifier
Deprecated. -
NodeIdentifier
Deprecated.
-
-
Method Details
-
hostForNetworkConnections
Deprecated.Returns this node's host on the selected network.If the default network was selected, this is the same as the canonical host.
- Throws:
NoSuchElementException
- if this info is not available
-
asTopologyNodeIdentifier
Deprecated. -
address
Deprecated.Returns the node's host on the default network. -
managerPort
public int managerPort()Deprecated. -
toString
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-
NodeIdentifier