Cluster statistics.
Inheritance Hierarchy
Aerospike.ClientClusterStats
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax
C#
public sealed class ClusterStats
The ClusterStats type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ClusterStats |
Cluster statistics constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | ToString |
Convert statistics to string.
(Overrides ObjectToString.) |
Fields
Name | Description | |
---|---|---|
![]() | completionPortsInUse |
Number of active async completion ports.
|
![]() | nodes |
Statistics for each node.
|
![]() | threadsInUse |
Number of active threads executing sync batch/scan/query commands.
|
See Also