Interface VertexAttemptNumberStore
-
- All Known Subinterfaces:
MutableVertexAttemptNumberStore
- All Known Implementing Classes:
DefaultVertexAttemptNumberStore
public interface VertexAttemptNumberStoreContains the attempt numbers per vertex.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubtaskAttemptNumberStoregetAttemptCounts(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
-
-