Node MembersAerospike

The Node type exposes the following members.
Constructors

  NameDescription
Public methodNode
Initialize server node with connection parameters.
Back to Top
Methods

  NameDescription
Public methodAddAlias
Add node alias to list.
Public methodClose
Close all server node socket connections.
Public methodCloseConnection
Close connection and decrement connection count.
Public methodEquals
Return if node names are equal.
(Overrides OnlineObject Equals(Object).)
Public methodGetConnection
Get a socket connection from connection pool to the server node.
Public methodGetHashCode
Get node name hash code.
(Overrides OnlineObject GetHashCode .)
Public methodPutConnection
Put connection back into connection pool.
Public methodRefresh
Request current status from server node.
Public methodToString
Return node name and host address in string format.
(Overrides OnlineObject ToString .)
Public methodUseNewBatch
Use new batch protocol if server supports it and useBatchDirect is not set.
Back to Top
Properties

  NameDescription
Public propertyActive
Return whether node is currently active.
Public propertyAliases
Return server node IP address aliases.
Public propertyHasBatchIndex
Public propertyHost
Return server node IP address and port.
Public propertyName
Return server node name.
Back to Top
See Also