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

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

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






ApproximateSplitRequest (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class ApproximateSplitRequest

    • Constructor Detail

      • ApproximateSplitRequest

        public ApproximateSplitRequest()
    • Method Detail

      • getFractionConsumed

        public Double getFractionConsumed()
        A fraction at which to split the work item, from 0.0 (beginning of the input) to 1.0 (end of the input).
        Returns:
        value or null for none
      • setFractionConsumed

        public ApproximateSplitRequest setFractionConsumed(Double fractionConsumed)
        A fraction at which to split the work item, from 0.0 (beginning of the input) to 1.0 (end of the input).
        Parameters:
        fractionConsumed - fractionConsumed or null for none
      • getFractionOfRemainder

        public Double getFractionOfRemainder()
        The fraction of the remainder of work to split the work item at, from 0.0 (split at the current position) to 1.0 (end of the input).
        Returns:
        value or null for none
      • setFractionOfRemainder

        public ApproximateSplitRequest setFractionOfRemainder(Double fractionOfRemainder)
        The fraction of the remainder of work to split the work item at, from 0.0 (split at the current position) to 1.0 (end of the input).
        Parameters:
        fractionOfRemainder - fractionOfRemainder or null for none
      • getPosition

        public Position getPosition()
        A Position at which to split the work item.
        Returns:
        value or null for none
      • setPosition

        public ApproximateSplitRequest setPosition(Position position)
        A Position at which to split the work item.
        Parameters:
        position - position or null for none
      • clone

        public ApproximateSplitRequest 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