Interface VertexAttemptNumberStore
-
- All Known Subinterfaces:
MutableVertexAttemptNumberStore
- All Known Implementing Classes:
DefaultVertexAttemptNumberStore
public interface VertexAttemptNumberStore
Contains the attempt numbers per vertex.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubtaskAttemptNumberStore
getAttemptCounts(JobVertexID vertexId)
Returns the attempt numbers for the given vertex.
-
-
-
Method Detail
-
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
-
-