StageData constructor
StageData({
- List<
AccumulableInfo> ? accumulatorUpdates, - String? completionTime,
- String? description,
- String? details,
- ExecutorMetricsDistributions? executorMetricsDistributions,
- Map<
String, ExecutorStageSummary> ? executorSummary, - String? failureReason,
- String? firstTaskLaunchedTime,
- bool? isShufflePushEnabled,
- List<
String> ? jobIds, - Map<
String, int> ? killedTasksSummary, - Map<
String, String> ? locality, - String? name,
- int? numActiveTasks,
- int? numCompleteTasks,
- int? numCompletedIndices,
- int? numFailedTasks,
- int? numKilledTasks,
- int? numTasks,
- List<
String> ? parentStageIds, - ExecutorMetrics? peakExecutorMetrics,
- List<
String> ? rddIds, - int? resourceProfileId,
- String? schedulingPool,
- int? shuffleMergersCount,
- SpeculationStageSummary? speculationSummary,
- int? stageAttemptId,
- String? stageId,
- StageMetrics? stageMetrics,
- String? status,
- String? submissionTime,
- TaskQuantileMetrics? taskQuantileMetrics,
- Map<
String, TaskData> ? tasks,
Implementation
StageData({
this.accumulatorUpdates,
this.completionTime,
this.description,
this.details,
this.executorMetricsDistributions,
this.executorSummary,
this.failureReason,
this.firstTaskLaunchedTime,
this.isShufflePushEnabled,
this.jobIds,
this.killedTasksSummary,
this.locality,
this.name,
this.numActiveTasks,
this.numCompleteTasks,
this.numCompletedIndices,
this.numFailedTasks,
this.numKilledTasks,
this.numTasks,
this.parentStageIds,
this.peakExecutorMetrics,
this.rddIds,
this.resourceProfileId,
this.schedulingPool,
this.shuffleMergersCount,
this.speculationSummary,
this.stageAttemptId,
this.stageId,
this.stageMetrics,
this.status,
this.submissionTime,
this.taskQuantileMetrics,
this.tasks,
});