Class SessionMetric.Meters
Inheritance
object
SessionMetric.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 SessionMetric.Meters
Fields
BytesReceived
Tracks the number/rate of bytes received.
Declaration
public static readonly SessionMetric BytesReceived
Field Value
Type | Description |
---|---|
SessionMetric |
BytesSent
Tracks the number/rate of bytes sent.
Declaration
public static readonly SessionMetric BytesSent
Field Value
Type | Description |
---|---|
SessionMetric |