Interface MutableVertexAttemptNumberStore
- All Superinterfaces:
VertexAttemptNumberStore
- All Known Implementing Classes:
DefaultVertexAttemptNumberStore
Mutability extension to the
VertexAttemptNumberStore.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetAttemptCount(JobVertexID jobVertexId, int subtaskIndex, int attemptNumber) Sets the attempt count for the given subtask of the given vertex.Methods inherited from interface org.apache.flink.runtime.executiongraph.VertexAttemptNumberStore
getAttemptCounts
-
Method Details
-
setAttemptCount
Sets the attempt count for the given subtask of the given vertex.- Parameters:
jobVertexId- vertex the subtask belongs tosubtaskIndex- subtask to set the attempt number forattemptNumber- attempt number to set
-