Node MethodsAerospike
The Node type exposes the following members.
Methods

  NameDescription
Public methodClose
Close all server node socket connections.
Public methodCloseConnection
Close connection and decrement connection count.
Public methodCloseIdleConnections
Public methodEquals
Return if node names are equal.
(Overrides Object Equals(Object).)
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 methodPutConnection
Put connection back into connection pool.
Public methodRefresh
Request current status from server node.
Public methodSignalLogin
Public methodToString
Return node name and host address in string format.
(Overrides Object ToString .)
Back to Top
See Also