Connection statistics.
Inheritance Hierarchy
Aerospike.ClientConnectionStats
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.0.0 (5.1.0)
Syntax
C#
public sealed class ConnectionStats
The ConnectionStats type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ConnectionStats |
Connection statistics constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | ToString |
Convert statistics to string.
(Overrides ObjectToString.) |
Fields
Name | Description | |
---|---|---|
![]() | closed |
Total number of node connections closed since node creation.
|
![]() | inPool |
Connections residing in connection pool(s).
|
![]() | inUse |
Active connections in currently executing commands.
|
![]() | opened |
Total number of node connections opened since node creation.
|
See Also