The Node type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | BalanceConnections | |
![]() | Close |
Close all server node socket connections.
|
![]() | CloseConnection |
Close pooled connection.
|
![]() | CloseConnectionOnError |
Close pooled connection on error.
|
![]() | CreateMinConnections | |
![]() | Equals |
Return if node names are equal.
(Overrides ObjectEquals(Object).) |
![]() | ErrorCountWithinLimit | |
![]() | GetConnection |
Get a socket connection from connection pool to the server node.
|
![]() | GetConnectionStats | |
![]() | GetHashCode |
Get node name hash code.
(Overrides ObjectGetHashCode.) |
![]() | HasRack |
Return if this node has the same rack as the client for the
given namespace.
|
![]() | IncrErrorCount | |
![]() | PutConnection |
Put connection back into connection pool.
|
![]() | Refresh |
Request current status from server node.
|
![]() | ResetErrorCount | |
![]() | SignalLogin | |
![]() | ToString |
Return node name and host address in string format.
(Overrides ObjectToString.) |
![]() | ValidateErrorCount |
See Also