ConnectionStats MembersAerospike

The ConnectionStats type exposes the following members.
Constructors

  NameDescription
Public methodConnectionStats
Connection statistics constructor.
Back to Top
Methods

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

  NameDescription
Public fieldclosed
Total number of node connections closed since node creation.
Public fieldinPool
Connections residing in connection pool(s).
Public fieldinUse
Active connections in currently executing commands.
Public fieldopened
Total number of node connections opened since node creation.
Back to Top
See Also