AsyncNode MethodsAerospike
The AsyncNode type exposes the following members.
Methods

  NameDescription
Public methodClose
Close all server node socket connections.
(Inherited from Node.)
Public methodCloseConnection
Close connection and decrement connection count.
(Inherited from Node.)
Public methodEquals
Return if node names are equal.
(Inherited from Node.)
Public methodGetAsyncConnection
Get asynchronous socket connection from connection pool for the server node.
Public methodGetAsyncConnectionStats
Public methodGetConnection
Get a socket connection from connection pool to the server node.
(Inherited from Node.)
Public methodGetConnectionStats (Inherited from Node.)
Public methodGetHashCode
Get node name hash code.
(Inherited from Node.)
Public methodHasRack
Return if this node has the same rack as the client for the given namespace.
(Inherited from Node.)
Public methodPutAsyncConnection
Put asynchronous connection back into connection pool.
Public methodPutConnection
Put connection back into connection pool.
(Inherited from Node.)
Public methodRefresh
Request current status from server node.
(Inherited from Node.)
Public methodSignalLogin (Inherited from Node.)
Public methodToString
Return node name and host address in string format.
(Inherited from Node.)
Back to Top
See Also