Click or drag to resize

NodeMetricMeters Class

Inheritance Hierarchy
SystemObject
  Cassandra.MetricsNodeMetricMeters

Namespace:  Cassandra.Metrics
Assembly:  Cassandra (in Cassandra.dll) Version: 3.12.0
Syntax
C#
public static class Meters

The NodeMetricMeters type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberBytesReceived
Meter that tracks the number/rate of bytes received.
Public fieldStatic memberBytesSent
Meter that tracks the number/rate of bytes sent.
Top
See Also