ChannelMetrics class final

Constructors

ChannelMetrics.new()

Properties

closed int
getter/setter pair
dropBlockTimeout int
getter/setter pair
dropNewest int
getter/setter pair
dropOldest int
getter/setter pair
dropped int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasRecv bool
no setter
hasSent bool
no setter
recv int
getter/setter pair
recvDurationNs int
no setter
recvFirstNs int
no setter
recvLastNs int
no setter
recvLatency → P2Quantiles
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendDurationNs int
no setter
sendFirstNs int
no setter
sendLastNs int
no setter
sendLatency → P2Quantiles
final
sent int
getter/setter pair
tryRecvEmpty int
getter/setter pair
tryRecvOk int
getter/setter pair
trySendFail int
getter/setter pair
trySendOk int
getter/setter pair
wakeAll int
getter/setter pair
wakeOne int
getter/setter pair

Methods

markRecvNowNs(int nowNs) → void
markSendNowNs(int nowNs) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited