AsyncNode MembersAerospike

The AsyncNode type exposes the following members.
Constructors

  NameDescription
Public methodAsyncNode
Initialize server node with connection parameters.
Back to Top
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
Properties

  NameDescription
Public propertyActive
Return whether node is currently active.
(Inherited from Node.)
Public propertyAliases
Return server node IP address aliases.
(Inherited from Node.)
Public propertyHost
Return server node IP address and port.
(Inherited from Node.)
Public propertyName
Return server node name.
(Inherited from Node.)
Public propertyUnhealthy
Has consecutive node connection errors become critical.
(Inherited from Node.)
Back to Top
See Also