JobData class

Data corresponding to a spark job.

Constructors

JobData.new({String? completionTime, String? description, String? jobGroup, String? jobId, Map<String, int>? killTasksSummary, String? name, int? numActiveStages, int? numActiveTasks, int? numCompletedIndices, int? numCompletedStages, int? numCompletedTasks, int? numFailedStages, int? numFailedTasks, int? numKilledTasks, int? numSkippedStages, int? numSkippedTasks, int? numTasks, List<int>? skippedStages, String? sqlExecutionId, List<String>? stageIds, String? status, String? submissionTime})
JobData.fromJson(Map json_)

Properties

completionTime String?
getter/setter pair
description String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jobGroup String?
getter/setter pair
jobId String?
getter/setter pair
killTasksSummary Map<String, int>?
getter/setter pair
name String?
getter/setter pair
numActiveStages int?
getter/setter pair
numActiveTasks int?
getter/setter pair
numCompletedIndices int?
getter/setter pair
numCompletedStages int?
getter/setter pair
numCompletedTasks int?
getter/setter pair
numFailedStages int?
getter/setter pair
numFailedTasks int?
getter/setter pair
numKilledTasks int?
getter/setter pair
numSkippedStages int?
getter/setter pair
numSkippedTasks int?
getter/setter pair
numTasks int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skippedStages List<int>?
getter/setter pair
sqlExecutionId String?
getter/setter pair
stageIds List<String>?
getter/setter pair
status String?
Possible string values are:
getter/setter pair
submissionTime 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