MetricsWriter Class

Client metrics listener.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.3.0+ce4f0b6532a6a09537fffcf84d41de9c9c921c0a
C#
public sealed class MetricsWriter : IMetricsListener
Inheritance
Object    MetricsWriter
Implements
IMetricsListener

Constructors

MetricsWriter Initialize metrics writer.

Methods

OnDisable Write final cluster metrics snapshot to file and then close the file.
OnEnable Open timestamped metrics file in Append mode and write header indicating what metrics will be stored.
OnNodeClose Write final node metrics snapshot on node that will be closed.
OnSnapshot Write cluster metrics snapshot to file.

See Also