Interface MutableVertexAttemptNumberStore

    • Method Detail

      • setAttemptCount

        void setAttemptCount​(JobVertexID jobVertexId,
                             int subtaskIndex,
                             int attemptNumber)
        Sets the attempt count for the given subtask of the given vertex.
        Parameters:
        jobVertexId - vertex the subtask belongs to
        subtaskIndex - subtask to set the attempt number for
        attemptNumber - attempt number to set