Interface RetryPolicyExecution.Builder

    • Method Detail

      • currentAttemptCount

        RetryPolicyExecution.Builder currentAttemptCount​(Integer currentAttemptCount)

        The current number of attempts made on the driver of the job.

        Parameters:
        currentAttemptCount - The current number of attempts made on the driver of the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.