Interface StepParameterChunks.Builder

  • Method Details

    • defaultTaskCount

      StepParameterChunks.Builder defaultTaskCount(Integer defaultTaskCount)

      The number of tasks to combine into a single chunk by default.

      Parameters:
      defaultTaskCount - The number of tasks to combine into a single chunk by default.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetRuntimeSeconds

      StepParameterChunks.Builder targetRuntimeSeconds(Integer targetRuntimeSeconds)

      The number of seconds to aim for when forming chunks.

      Parameters:
      targetRuntimeSeconds - The number of seconds to aim for when forming chunks.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rangeConstraint

      StepParameterChunks.Builder rangeConstraint(String rangeConstraint)

      Specifies whether the chunked ranges must be contiguous or can have gaps between them.

      Parameters:
      rangeConstraint - Specifies whether the chunked ranges must be contiguous or can have gaps between them.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • rangeConstraint

      StepParameterChunks.Builder rangeConstraint(RangeConstraint rangeConstraint)

      Specifies whether the chunked ranges must be contiguous or can have gaps between them.

      Parameters:
      rangeConstraint - Specifies whether the chunked ranges must be contiguous or can have gaps between them.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: