Interface VertexAttemptNumberStore

All Known Subinterfaces:
MutableVertexAttemptNumberStore
All Known Implementing Classes:
DefaultVertexAttemptNumberStore

public interface VertexAttemptNumberStore
Contains the attempt numbers per vertex.
  • Method Details

    • getAttemptCounts

      SubtaskAttemptNumberStore getAttemptCounts(JobVertexID vertexId)
      Returns the attempt numbers for the given vertex.
      Parameters:
      vertexId - vertex for which the attempt numbers should be returned
      Returns:
      attempt numbers for the given vertex