SpeculationStageSummary class

Details of the speculation task when speculative execution is enabled.

Constructors

SpeculationStageSummary.new({int? numActiveTasks, int? numCompletedTasks, int? numFailedTasks, int? numKilledTasks, int? numTasks, int? stageAttemptId, String? stageId})
SpeculationStageSummary.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
numActiveTasks int?
getter/setter pair
numCompletedTasks int?
getter/setter pair
numFailedTasks int?
getter/setter pair
numKilledTasks int?
getter/setter pair
numTasks int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stageAttemptId int?
getter/setter pair
stageId String?
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