OrderedJob class

A job executed by the workflow.

Constructors

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})
OrderedJob.fromJson(Map json_)

Properties

flinkJob FlinkJob?
Job is a Flink job.
getter/setter pair
hadoopJob HadoopJob?
Job is a Hadoop job.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hiveJob HiveJob?
Job is a Hive job.
getter/setter pair
labels Map<String, String>?
The labels to associate with this job.Label keys must be between 1 and 63 characters long, and must conform to the following regular expression: \p{Ll}\p{Lo}{0,62}Label values must be between 1 and 63 characters long, and must conform to the following regular expression: \p{Ll}\p{Lo}\p{N}_-{0,63}No more than 32 labels can be associated with a given job.
getter/setter pair
pigJob PigJob?
Job is a Pig job.
getter/setter pair
prerequisiteStepIds List<String>?
The optional list of prerequisite job step_ids.
getter/setter pair
prestoJob PrestoJob?
Job is a Presto job.
getter/setter pair
pysparkJob PySparkJob?
Job is a PySpark job.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduling JobScheduling?
Job scheduling configuration.
getter/setter pair
sparkJob SparkJob?
Job is a Spark job.
getter/setter pair
sparkRJob SparkRJob?
Job is a SparkR job.
getter/setter pair
sparkSqlJob SparkSqlJob?
Job is a SparkSql job.
getter/setter pair
stepId String?
The step id.
getter/setter pair
trinoJob TrinoJob?
Job is a Trino job.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited