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

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

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






StreamingComputationConfig (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class StreamingComputationConfig

    • Constructor Detail

      • StreamingComputationConfig

        public StreamingComputationConfig()
    • Method Detail

      • getComputationId

        public String getComputationId()
        Unique identifier for this computation.
        Returns:
        value or null for none
      • setComputationId

        public StreamingComputationConfig setComputationId(String computationId)
        Unique identifier for this computation.
        Parameters:
        computationId - computationId or null for none
      • getInstructions

        public List<ParallelInstruction> getInstructions()
        Instructions that comprise the computation.
        Returns:
        value or null for none
      • getStageName

        public String getStageName()
        Stage name of this computation.
        Returns:
        value or null for none
      • setStageName

        public StreamingComputationConfig setStageName(String stageName)
        Stage name of this computation.
        Parameters:
        stageName - stageName or null for none
      • getSystemName

        public String getSystemName()
        System defined name for this computation.
        Returns:
        value or null for none
      • setSystemName

        public StreamingComputationConfig setSystemName(String systemName)
        System defined name for this computation.
        Parameters:
        systemName - systemName or null for none
      • getTransformUserNameToStateFamily

        public Map<String,String> getTransformUserNameToStateFamily()
        Map from user name of stateful transforms in this stage to their state family.
        Returns:
        value or null for none
      • setTransformUserNameToStateFamily

        public StreamingComputationConfig setTransformUserNameToStateFamily(Map<String,String> transformUserNameToStateFamily)
        Map from user name of stateful transforms in this stage to their state family.
        Parameters:
        transformUserNameToStateFamily - transformUserNameToStateFamily or null for none

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy