NoopMetricsRecorder class final
- Implemented types
Constructors
- NoopMetricsRecorder.new()
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
markClosed(
) → void -
override
-
markDropBlockTimeout(
) → void -
override
-
markDropNewest(
) → void -
override
-
markDropOldest(
) → void -
override
-
markWakeAll(
) → void -
override
-
markWakeOne(
) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
recvOk(
int _) → void -
override
-
sendOk(
int _) → void -
override
-
startRecvTimer(
) → int -
override
-
startSendTimer(
) → int -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
tryRecvEmpty(
) → void -
override
-
tryRecvOk(
int _) → void -
override
-
trySendFail(
) → void -
override
-
trySendOk(
int _) → void -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited