Class NodeMetric.Meters
Inheritance
object
NodeMetric.Meters
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Cassandra.Metrics
Assembly: Cassandra.dll
Syntax
public static class NodeMetric.Meters
Fields
BytesReceived
Meter that tracks the number/rate of bytes received.
Declaration
public static readonly NodeMetric BytesReceived
Field Value
Type | Description |
---|---|
NodeMetric |
BytesSent
Meter that tracks the number/rate of bytes sent.
Declaration
public static readonly NodeMetric BytesSent
Field Value
Type | Description |
---|---|
NodeMetric |