StragglerInfo class
Information useful for straggler identification and debugging.
Constructors
-
StragglerInfo({Map<
String, StragglerDebuggingInfo> ? causes, String? startTime}) - StragglerInfo.fromJson(Map json_)
Properties
-
causes
↔ Map<
String, StragglerDebuggingInfo> ? -
The straggler causes, keyed by the string representation of the
StragglerCause enum and contains specialized debugging information for
each straggler cause.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime ↔ String?
-
The time when the work item attempt became a straggler.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited