NodeStats Class
Node statistics.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public sealed class NodeStats
- Inheritance
- Object NodeStats
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.
|