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