NodeStats Class

Node statistics.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
C#
public sealed class NodeStats
Inheritance
Object    NodeStats

Constructors

NodeStats Node statistics constructor.

Methods

ToString Convert statistics to string.
(Overrides Object.ToString())

Fields

asyncStats Connection statistics for async commands.
ErrorCount Command error count since node was initialized. If the error is retryable, multiple errors per Command may occur.
node Node for which statistics are generated.
syncStats Connection statistics for sync commands.
TimeoutCount Command timeout count since node was initialized. If the timeout is retryable (ie socketTimeout), multiple timeouts per Command may occur.

See Also