Interface SubtaskAttemptNumberStore
-
- All Known Implementing Classes:
DefaultSubtaskAttemptNumberStore
public interface SubtaskAttemptNumberStore
Contains the attempt number per subtask.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAttemptCount(int subtaskIndex)
Returns the attempt number for the given subtask.
-