SparkWrapperObject constructor

SparkWrapperObject({
  1. AppSummary? appSummary,
  2. ApplicationEnvironmentInfo? applicationEnvironmentInfo,
  3. String? applicationId,
  4. ApplicationInfo? applicationInfo,
  5. String? eventTimestamp,
  6. ExecutorStageSummary? executorStageSummary,
  7. ExecutorSummary? executorSummary,
  8. JobData? jobData,
  9. NativeBuildInfoUiData? nativeBuildInfoUiData,
  10. NativeSqlExecutionUiData? nativeSqlExecutionUiData,
  11. PoolData? poolData,
  12. ProcessSummary? processSummary,
  13. RddOperationGraph? rddOperationGraph,
  14. RddStorageInfo? rddStorageInfo,
  15. ResourceProfileInfo? resourceProfileInfo,
  16. SparkPlanGraph? sparkPlanGraph,
  17. SpeculationStageSummary? speculationStageSummary,
  18. SqlExecutionUiData? sqlExecutionUiData,
  19. StageData? stageData,
  20. StreamBlockData? streamBlockData,
  21. StreamingQueryData? streamingQueryData,
  22. StreamingQueryProgress? streamingQueryProgress,
  23. TaskData? taskData,
})

Implementation

SparkWrapperObject({
  this.appSummary,
  this.applicationEnvironmentInfo,
  this.applicationId,
  this.applicationInfo,
  this.eventTimestamp,
  this.executorStageSummary,
  this.executorSummary,
  this.jobData,
  this.nativeBuildInfoUiData,
  this.nativeSqlExecutionUiData,
  this.poolData,
  this.processSummary,
  this.rddOperationGraph,
  this.rddStorageInfo,
  this.resourceProfileInfo,
  this.sparkPlanGraph,
  this.speculationStageSummary,
  this.sqlExecutionUiData,
  this.stageData,
  this.streamBlockData,
  this.streamingQueryData,
  this.streamingQueryProgress,
  this.taskData,
});