StageData constructor

StageData({
  1. List<AccumulableInfo>? accumulatorUpdates,
  2. String? completionTime,
  3. String? description,
  4. String? details,
  5. ExecutorMetricsDistributions? executorMetricsDistributions,
  6. Map<String, ExecutorStageSummary>? executorSummary,
  7. String? failureReason,
  8. String? firstTaskLaunchedTime,
  9. bool? isShufflePushEnabled,
  10. List<String>? jobIds,
  11. Map<String, int>? killedTasksSummary,
  12. Map<String, String>? locality,
  13. String? name,
  14. int? numActiveTasks,
  15. int? numCompleteTasks,
  16. int? numCompletedIndices,
  17. int? numFailedTasks,
  18. int? numKilledTasks,
  19. int? numTasks,
  20. List<String>? parentStageIds,
  21. ExecutorMetrics? peakExecutorMetrics,
  22. List<String>? rddIds,
  23. int? resourceProfileId,
  24. String? schedulingPool,
  25. int? shuffleMergersCount,
  26. SpeculationStageSummary? speculationSummary,
  27. int? stageAttemptId,
  28. String? stageId,
  29. StageMetrics? stageMetrics,
  30. String? status,
  31. String? submissionTime,
  32. TaskQuantileMetrics? taskQuantileMetrics,
  33. 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,
});