Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
InstructionInput |
InstructionInput.clone() |
InstructionInput |
WriteInstruction.getInput()
The input.
|
InstructionInput |
ParDoInstruction.getInput()
The input.
|
InstructionInput |
PartialGroupByKeyInstruction.getInput()
Describes the input to the partial group-by-key instruction.
|
InstructionInput |
InstructionInput.set(java.lang.String fieldName,
java.lang.Object value) |
InstructionInput |
InstructionInput.setOutputNum(java.lang.Integer outputNum)
The output index (origin zero) within the producer.
|
InstructionInput |
InstructionInput.setProducerInstructionIndex(java.lang.Integer producerInstructionIndex)
The index (origin zero) of the parallel instruction that produces the output to be consumed by
this input.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<InstructionInput> |
FlattenInstruction.getInputs()
Describes the inputs to the flatten instruction.
|
Modifier and Type | Method and Description |
---|---|
WriteInstruction |
WriteInstruction.setInput(InstructionInput input)
The input.
|
ParDoInstruction |
ParDoInstruction.setInput(InstructionInput input)
The input.
|
PartialGroupByKeyInstruction |
PartialGroupByKeyInstruction.setInput(InstructionInput input)
Describes the input to the partial group-by-key instruction.
|
Modifier and Type | Method and Description |
---|---|
FlattenInstruction |
FlattenInstruction.setInputs(java.util.List<InstructionInput> inputs)
Describes the inputs to the flatten instruction.
|