The Node type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | Node |
Initialize server node with connection parameters.
|
Methods
Name | Description | |
---|---|---|
![]() | Close |
Close all server node socket connections.
|
![]() | CloseConnection |
Close connection and decrement connection count.
|
![]() | CloseIdleConnections | |
![]() | Equals |
Return if node names are equal.
(Overrides ![]() |
![]() | GetConnection |
Get a socket connection from connection pool to the server node.
|
![]() | GetConnectionStats | |
![]() | GetHashCode |
Get node name hash code.
(Overrides ![]() |
![]() | HasRack |
Return if this node has the same rack as the client for the
given namespace.
|
![]() | PutConnection |
Put connection back into connection pool.
|
![]() | Refresh |
Request current status from server node.
|
![]() | SignalLogin | |
![]() | ToString |
Return node name and host address in string format.
(Overrides ![]() |
Fields
Name | Description | |
---|---|---|
![]() ![]() | HAS_CLUSTER_STABLE | |
![]() ![]() | HAS_GEO | |
![]() ![]() | HAS_LUT_NOW | |
![]() ![]() | HAS_PEERS | |
![]() ![]() | HAS_REPLICAS | |
![]() ![]() | HAS_TRUNCATE_NS |
Properties
Name | Description | |
---|---|---|
![]() | Active |
Return whether node is currently active.
|
![]() | HasClusterStable |
Does server support cluster-stable info command.
|
![]() | HasLutNow |
Does server support lut=now in truncate info command.
|
![]() | HasPeers |
Does server support peers info command.
|
![]() | HasReplicas |
Does server support replicas info command.
|
![]() | HasTruncateNamespace |
Does server support truncate-namespace info command.
|
![]() | Host |
Return server node IP address and port.
|
![]() | Name |
Return server node name.
|
See Also