ClusterStats Class

Cluster statistics.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public sealed class ClusterStats
Inheritance
Object    ClusterStats

Constructors

ClusterStats Cluster statistics constructor.

Methods

ToString Convert statistics to string.
(Overrides ObjectToString)

Fields

completionPortsInUse Number of active async completion ports.
invalidNodeCount Count of add node failures in the most recent cluster tend iteration.
nodes Statistics for each node.
threadsInUse Number of active threads executing sync batch/scan/query commands.

See Also