The Node type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | Node |
Initialize server node with connection parameters.
|
Methods
Name | Description | |
---|---|---|
![]() | Close |
Close all server node socket connections.
|
![]() | CloseConnection |
Close connection and decrement connection count.
|
![]() | CloseIdleConnections | |
![]() | Equals |
Return if node names are equal.
(Overrides Object Equals(Object).) |
![]() | GetConnection |
Get a socket connection from connection pool to the server node.
|
![]() | GetConnectionStats | |
![]() | GetHashCode |
Get node name hash code.
(Overrides Object GetHashCode .) |
![]() | HasRack |
Return if this node has the same rack as the client for the
given namespace.
|
![]() | PutConnection |
Put connection back into connection pool.
|
![]() | Refresh |
Request current status from server node.
|
![]() | SignalLogin | |
![]() | ToString |
Return node name and host address in string format.
(Overrides Object ToString .) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | HAS_BIT_OP | |
![]() ![]() | HAS_CLUSTER_STABLE | |
![]() ![]() | HAS_GEO | |
![]() ![]() | HAS_INDEX_EXISTS | |
![]() ![]() | HAS_LUT_NOW | |
![]() ![]() | HAS_PARTITION_SCAN | |
![]() ![]() | HAS_PEERS | |
![]() ![]() | HAS_REPLICAS | |
![]() ![]() | HAS_TRUNCATE_NS |
Properties
Name | Description | |
---|---|---|
![]() | Active |
Return whether node is currently active.
|
![]() | Cluster |
Aerospike cluster which contains this node
|
![]() | HasBitOperations |
Does server support bit operations.
|
![]() | HasClusterStable |
Does server support cluster-stable info command.
|
![]() | HasIndexExists |
Does server support sindex-exists info command.
|
![]() | HasLutNow |
Does server support lut=now in truncate info command.
|
![]() | HasPartitionScan |
Does server support partition scans.
|
![]() | HasPeers |
Does server support peers info command.
|
![]() | HasReplicas |
Does server support replicas info command.
|
![]() | HasTruncateNamespace |
Does server support truncate-namespace info command.
|
![]() | Host |
Return server node IP address and port.
|
![]() | Name |
Return server node name.
|
![]() | NodeAddress |
This node's network address
|
See Also