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 methodBalanceConnections
Public methodClose
Close all server node socket connections.
Public methodCloseConnection
Close pooled connection.
Public methodCloseConnectionOnError
Close pooled connection on error.
Public methodCreateMinConnections
Public methodEquals
Return if node names are equal.
(Overrides Object Equals(Object).)
Public methodErrorCountWithinLimit
Public methodGetConnection
Get a socket connection from connection pool to the server node.
Public methodGetConnectionStats
Public methodGetHashCode
Get node name hash code.
(Overrides Object GetHashCode .)
Public methodHasRack
Return if this node has the same rack as the client for the given namespace.
Public methodIncrErrorCount
Public methodPutConnection
Put connection back into connection pool.
Public methodRefresh
Request current status from server node.
Public methodResetErrorCount
Public methodSignalLogin
Public methodToString
Return node name and host address in string format.
(Overrides Object ToString .)
Public methodValidateErrorCount
Back to Top
Fields

  NameDescription
Public fieldStatic memberHAS_PARTITION_SCAN
Back to Top
Properties

  NameDescription
Public propertyActive
Return whether node is currently active.
Public propertyCluster
Aerospike cluster which contains this node
Public propertyHost
Return server node IP address and port.
Public propertyName
Return server node name.
Public propertyNodeAddress
This node's network address
Public propertySessionToken
Back to Top
See Also