Click or drag to resize

NodeMetric Class

Represents an individual node metric.
Inheritance Hierarchy
SystemObject
  Cassandra.MetricsNodeMetric

Namespace:  Cassandra.Metrics
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public sealed class NodeMetric : IEquatable<NodeMetric>, 
	IEquatable<IMetric>, IMetric

The NodeMetric type exposes the following members.

Properties
  NameDescription
Public propertyName
Metric name. For example, OpenConnections returns "pool.open-connections".
Top
Methods
  NameDescription
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(IMetric)
Public methodEquals(NodeMetric)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldStatic memberAllNodeMetrics
A collection with all node metrics including Timers.
Public fieldStatic memberDefaultNodeMetrics
A collection with all node metrics except Timers.
Top
See Also