AsyncNode MethodsAerospike
The AsyncNode type exposes the following members.
Methods

  NameDescription
Public methodAddAlias
Add node alias to list.
(Inherited from Node.)
Public methodClose
Close all server node socket connections.
(Inherited from Node.)
Public methodDecreaseHealth
Decrease server health status after a connection failure.
(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 methodGetConnection
Get a socket connection from connection pool to the server node.
(Inherited from Node.)
Public methodGetHashCode
Get node name hash code.
(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 methodRestoreHealth
Set node status as healthy after successful database operation.
(Inherited from Node.)
Public methodToString
Return node name and host address in string format.
(Inherited from Node.)
Back to Top
See Also