Node statistics.
Inheritance Hierarchy
Aerospike.ClientNodeStats
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.0.0 (5.3.0)
Syntax
C#
public sealed class NodeStats
The NodeStats type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | NodeStats |
Node statistics constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | ToString |
Convert statistics to string.
(Overrides ObjectToString.) |
Fields
Name | Description | |
---|---|---|
![]() | asyncStats |
Connection statistics for async commands.
|
![]() | node |
Node for which statistics are generated.
|
![]() | syncStats |
Connection statistics for sync commands.
|
See Also