StepConfig class

Specification of a cluster (job flow) step.

Constructors

StepConfig({required HadoopJarStepConfig hadoopJarStep, required String name, ActionOnFailure? actionOnFailure})
StepConfig.fromJson(Map<String, dynamic> json)
factory

Properties

actionOnFailure ActionOnFailure?
The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is provided for backward compatibility. We recommend using TERMINATE_CLUSTER instead.
final
hadoopJarStep HadoopJarStepConfig
The JAR file used for the step.
final
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the step.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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