public interface MutableVertexAttemptNumberStore extends VertexAttemptNumberStore
VertexAttemptNumberStore.| 限定符和类型 | 方法和说明 |
|---|---|
void |
setAttemptCount(JobVertexID jobVertexId,
int subtaskIndex,
int attemptNumber)
Sets the attempt count for the given subtask of the given vertex.
|
getAttemptCountsvoid 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–2023 The Apache Software Foundation. All rights reserved.