Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
ParallelInstruction |
ParallelInstruction.clone() |
ParallelInstruction |
ParallelInstruction.set(java.lang.String fieldName,
java.lang.Object value) |
ParallelInstruction |
ParallelInstruction.setFlatten(FlattenInstruction flatten)
Additional information for Flatten instructions.
|
ParallelInstruction |
ParallelInstruction.setName(java.lang.String name)
User-provided name of this operation.
|
ParallelInstruction |
ParallelInstruction.setOriginalName(java.lang.String originalName)
System-defined name for the operation in the original workflow graph.
|
ParallelInstruction |
ParallelInstruction.setOutputs(java.util.List<InstructionOutput> outputs)
Describes the outputs of the instruction.
|
ParallelInstruction |
ParallelInstruction.setParDo(ParDoInstruction parDo)
Additional information for ParDo instructions.
|
ParallelInstruction |
ParallelInstruction.setPartialGroupByKey(PartialGroupByKeyInstruction partialGroupByKey)
Additional information for PartialGroupByKey instructions.
|
ParallelInstruction |
ParallelInstruction.setRead(ReadInstruction read)
Additional information for Read instructions.
|
ParallelInstruction |
ParallelInstruction.setSystemName(java.lang.String systemName)
System-defined name of this operation.
|
ParallelInstruction |
ParallelInstruction.setWrite(WriteInstruction write)
Additional information for Write instructions.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ParallelInstruction> |
StreamingComputationConfig.getInstructions()
Instructions that comprise the computation.
|
java.util.List<ParallelInstruction> |
MapTask.getInstructions()
The instructions in the MapTask.
|
Modifier and Type | Method and Description |
---|---|
StreamingComputationConfig |
StreamingComputationConfig.setInstructions(java.util.List<ParallelInstruction> instructions)
Instructions that comprise the computation.
|
MapTask |
MapTask.setInstructions(java.util.List<ParallelInstruction> instructions)
The instructions in the MapTask.
|