ParallelInstruction class

Describes a particular operation comprising a MapTask.

Constructors

ParallelInstruction({FlattenInstruction? flatten, String? name, String? originalName, List<InstructionOutput>? outputs, ParDoInstruction? parDo, PartialGroupByKeyInstruction? partialGroupByKey, ReadInstruction? read, String? systemName, WriteInstruction? write})
ParallelInstruction.fromJson(Map _json)

Properties

flatten FlattenInstruction?
Additional information for Flatten instructions.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
User-provided name of this operation.
getter/setter pair
originalName String?
System-defined name for the operation in the original workflow graph.
getter/setter pair
outputs List<InstructionOutput>?
Describes the outputs of the instruction.
getter/setter pair
parDo ParDoInstruction?
Additional information for ParDo instructions.
getter/setter pair
partialGroupByKey PartialGroupByKeyInstruction?
Additional information for PartialGroupByKey instructions.
getter/setter pair
read ReadInstruction?
Additional information for Read instructions.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemName String?
System-defined name of this operation.
getter/setter pair
write WriteInstruction?
Additional information for Write instructions.
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