public interface MutableVertexAttemptNumberStore extends VertexAttemptNumberStore
VertexAttemptNumberStore
.Modifier and Type | Method and Description |
---|---|
void |
setAttemptCount(JobVertexID jobVertexId,
int subtaskIndex,
int attemptNumber)
Sets the attempt count for the given subtask of the given vertex.
|
getAttemptCounts
void setAttemptCount(JobVertexID jobVertexId, int subtaskIndex, int attemptNumber)
jobVertexId
- vertex the subtask belongs tosubtaskIndex
- subtask to set the attempt number forattemptNumber
- attempt number to setCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.