ClusterStats MembersAerospike

The ClusterStats type exposes the following members.
Constructors

  NameDescription
Public methodClusterStats
Cluster statistics constructor.
Back to Top
Methods

  NameDescription
Public methodToString
Convert statistics to string.
(Overrides Object ToString .)
Back to Top
Fields

  NameDescription
Public fieldcompletionPortsInUse
Number of active async completion ports.
Public fieldinvalidNodeCount
Count of add node failures in the most recent cluster tend iteration.
Public fieldnodes
Statistics for each node.
Public fieldthreadsInUse
Number of active threads executing sync batch/scan/query commands.
Back to Top
See Also