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.)
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 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 methodToString
Return node name and host address in string format.
(Inherited from Node.)
Public methodUseNewBatch
Use new batch protocol if server supports it and useBatchDirect is not set.
(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 propertyHasBatchIndex (Inherited from Node.)
Public propertyHost
Return server node IP address and port.
(Inherited from Node.)
Public propertyName
Return server node name.
(Inherited from Node.)
Back to Top
See Also