OrderedJob constructor
OrderedJob({
- FlinkJob? flinkJob,
- HadoopJob? hadoopJob,
- HiveJob? hiveJob,
- Map<
String, String> ? labels, - PigJob? pigJob,
- List<
String> ? prerequisiteStepIds, - PrestoJob? prestoJob,
- PySparkJob? pysparkJob,
- JobScheduling? scheduling,
- SparkJob? sparkJob,
- SparkRJob? sparkRJob,
- SparkSqlJob? sparkSqlJob,
- String? stepId,
- TrinoJob? trinoJob,
Implementation
OrderedJob({
this.flinkJob,
this.hadoopJob,
this.hiveJob,
this.labels,
this.pigJob,
this.prerequisiteStepIds,
this.prestoJob,
this.pysparkJob,
this.scheduling,
this.sparkJob,
this.sparkRJob,
this.sparkSqlJob,
this.stepId,
this.trinoJob,
});