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