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

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

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






StreamingConfigTask (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class StreamingConfigTask

    • Constructor Detail

      • StreamingConfigTask

        public StreamingConfigTask()
    • Method Detail

      • getCommitStreamChunkSizeBytes

        public Long getCommitStreamChunkSizeBytes()
        Chunk size for commit streams from the harness to windmill.
        Returns:
        value or null for none
      • setCommitStreamChunkSizeBytes

        public StreamingConfigTask setCommitStreamChunkSizeBytes(Long commitStreamChunkSizeBytes)
        Chunk size for commit streams from the harness to windmill.
        Parameters:
        commitStreamChunkSizeBytes - commitStreamChunkSizeBytes or null for none
      • getGetDataStreamChunkSizeBytes

        public Long getGetDataStreamChunkSizeBytes()
        Chunk size for get data streams from the harness to windmill.
        Returns:
        value or null for none
      • setGetDataStreamChunkSizeBytes

        public StreamingConfigTask setGetDataStreamChunkSizeBytes(Long getDataStreamChunkSizeBytes)
        Chunk size for get data streams from the harness to windmill.
        Parameters:
        getDataStreamChunkSizeBytes - getDataStreamChunkSizeBytes or null for none
      • getMaxWorkItemCommitBytes

        public Long getMaxWorkItemCommitBytes()
        Maximum size for work item commit supported windmill storage layer.
        Returns:
        value or null for none
      • setMaxWorkItemCommitBytes

        public StreamingConfigTask setMaxWorkItemCommitBytes(Long maxWorkItemCommitBytes)
        Maximum size for work item commit supported windmill storage layer.
        Parameters:
        maxWorkItemCommitBytes - maxWorkItemCommitBytes or null for none
      • getStreamingComputationConfigs

        public List<StreamingComputationConfig> getStreamingComputationConfigs()
        Set of computation configuration information.
        Returns:
        value or null for none
      • setStreamingComputationConfigs

        public StreamingConfigTask setStreamingComputationConfigs(List<StreamingComputationConfig> streamingComputationConfigs)
        Set of computation configuration information.
        Parameters:
        streamingComputationConfigs - streamingComputationConfigs or null for none
      • getUserStepToStateFamilyNameMap

        public Map<String,String> getUserStepToStateFamilyNameMap()
        Map from user step names to state families.
        Returns:
        value or null for none
      • setUserStepToStateFamilyNameMap

        public StreamingConfigTask setUserStepToStateFamilyNameMap(Map<String,String> userStepToStateFamilyNameMap)
        Map from user step names to state families.
        Parameters:
        userStepToStateFamilyNameMap - userStepToStateFamilyNameMap or null for none
      • getWindmillServiceEndpoint

        public String getWindmillServiceEndpoint()
        If present, the worker must use this endpoint to communicate with Windmill Service dispatchers, otherwise the worker must continue to use whatever endpoint it had been using.
        Returns:
        value or null for none
      • setWindmillServiceEndpoint

        public StreamingConfigTask setWindmillServiceEndpoint(String windmillServiceEndpoint)
        If present, the worker must use this endpoint to communicate with Windmill Service dispatchers, otherwise the worker must continue to use whatever endpoint it had been using.
        Parameters:
        windmillServiceEndpoint - windmillServiceEndpoint or null for none
      • getWindmillServicePort

        public Long getWindmillServicePort()
        If present, the worker must use this port to communicate with Windmill Service dispatchers. Only applicable when windmill_service_endpoint is specified.
        Returns:
        value or null for none
      • setWindmillServicePort

        public StreamingConfigTask setWindmillServicePort(Long windmillServicePort)
        If present, the worker must use this port to communicate with Windmill Service dispatchers. Only applicable when windmill_service_endpoint is specified.
        Parameters:
        windmillServicePort - windmillServicePort or null for none
      • clone

        public StreamingConfigTask clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy