Node MethodsAerospike
The Node type exposes the following members.
Methods

  NameDescription
Public methodBalanceConnections
Public methodClose
Close all server node socket connections.
Public methodCloseConnection
Close pooled connection.
Public methodCloseConnectionOnError
Close pooled connection on error.
Public methodCreateMinConnections
Public methodEquals
Return if node names are equal.
(Overrides Object Equals(Object).)
Public methodErrorCountWithinLimit
Public methodGetConnection
Get a socket connection from connection pool to the server node.
Public methodGetConnectionStats
Public methodGetHashCode
Get node name hash code.
(Overrides Object GetHashCode .)
Public methodHasRack
Return if this node has the same rack as the client for the given namespace.
Public methodIncrErrorCount
Public methodPutConnection
Put connection back into connection pool.
Public methodRefresh
Request current status from server node.
Public methodResetErrorCount
Public methodSignalLogin
Public methodToString
Return node name and host address in string format.
(Overrides Object ToString .)
Public methodValidateErrorCount
Back to Top
See Also