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.)
Protected methodCloseConnections
Close all asynchronous connections in the pool.
(Overrides NodeCloseConnections .)
Public methodDecreaseHealth
Decrease server health status after a connection failure.
(Inherited from Node.)
Public methodEquals (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 (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 (Inherited from Node.)
Back to Top
See Also