SparkWrapperObject constructor
SparkWrapperObject({
- AppSummary? appSummary,
- ApplicationEnvironmentInfo? applicationEnvironmentInfo,
- String? applicationId,
- ApplicationInfo? applicationInfo,
- String? eventTimestamp,
- ExecutorStageSummary? executorStageSummary,
- ExecutorSummary? executorSummary,
- JobData? jobData,
- NativeBuildInfoUiData? nativeBuildInfoUiData,
- NativeSqlExecutionUiData? nativeSqlExecutionUiData,
- PoolData? poolData,
- ProcessSummary? processSummary,
- RddOperationGraph? rddOperationGraph,
- RddStorageInfo? rddStorageInfo,
- ResourceProfileInfo? resourceProfileInfo,
- SparkPlanGraph? sparkPlanGraph,
- SpeculationStageSummary? speculationStageSummary,
- SqlExecutionUiData? sqlExecutionUiData,
- StageData? stageData,
- StreamBlockData? streamBlockData,
- StreamingQueryData? streamingQueryData,
- StreamingQueryProgress? streamingQueryProgress,
- 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,
});