All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.dataflow.model.PartialGroupByKeyInstruction.html Maven / Gradle / Ivy

There is a newer version: v1b4-rev7-1.20.0
Show newest version






PartialGroupByKeyInstruction (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class PartialGroupByKeyInstruction

    • Constructor Detail

      • PartialGroupByKeyInstruction

        public PartialGroupByKeyInstruction()
    • Method Detail

      • getInput

        public InstructionInput getInput()
        Describes the input to the partial group-by-key instruction.
        Returns:
        value or null for none
      • getInputElementCodec

        public Map<String,Object> getInputElementCodec()
        The codec to use for interpreting an element in the input PTable.
        Returns:
        value or null for none
      • setInputElementCodec

        public PartialGroupByKeyInstruction setInputElementCodec(Map<String,Object> inputElementCodec)
        The codec to use for interpreting an element in the input PTable.
        Parameters:
        inputElementCodec - inputElementCodec or null for none
      • getOriginalCombineValuesInputStoreName

        public String getOriginalCombineValuesInputStoreName()
        If this instruction includes a combining function this is the name of the intermediate store between the GBK and the CombineValues.
        Returns:
        value or null for none
      • setOriginalCombineValuesInputStoreName

        public PartialGroupByKeyInstruction setOriginalCombineValuesInputStoreName(String originalCombineValuesInputStoreName)
        If this instruction includes a combining function this is the name of the intermediate store between the GBK and the CombineValues.
        Parameters:
        originalCombineValuesInputStoreName - originalCombineValuesInputStoreName or null for none
      • getOriginalCombineValuesStepName

        public String getOriginalCombineValuesStepName()
        If this instruction includes a combining function, this is the name of the CombineValues instruction lifted into this instruction.
        Returns:
        value or null for none
      • setOriginalCombineValuesStepName

        public PartialGroupByKeyInstruction setOriginalCombineValuesStepName(String originalCombineValuesStepName)
        If this instruction includes a combining function, this is the name of the CombineValues instruction lifted into this instruction.
        Parameters:
        originalCombineValuesStepName - originalCombineValuesStepName or null for none
      • getSideInputs

        public List<SideInputInfo> getSideInputs()
        Zero or more side inputs.
        Returns:
        value or null for none
      • getValueCombiningFn

        public Map<String,Object> getValueCombiningFn()
        The value combining function to invoke.
        Returns:
        value or null for none
      • setValueCombiningFn

        public PartialGroupByKeyInstruction setValueCombiningFn(Map<String,Object> valueCombiningFn)
        The value combining function to invoke.
        Parameters:
        valueCombiningFn - valueCombiningFn or null for none

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy