public static class RecoveryParser.TaskAttemptRecoveryData extends Object
| Constructor and Description |
|---|
TaskAttemptRecoveryData() |
TaskAttemptRecoveryData(TaskAttemptStartedEvent taStartedEvent,
TaskAttemptFinishedEvent taFinishedEvent) |
| Modifier and Type | Method and Description |
|---|---|
TaskAttemptFinishedEvent |
getTaskAttemptFinishedEvent() |
TaskAttemptStartedEvent |
getTaskAttemptStartedEvent() |
boolean |
isTaskAttemptSucceeded() |
public TaskAttemptRecoveryData()
public TaskAttemptRecoveryData(TaskAttemptStartedEvent taStartedEvent, TaskAttemptFinishedEvent taFinishedEvent)
public TaskAttemptStartedEvent getTaskAttemptStartedEvent()
public TaskAttemptFinishedEvent getTaskAttemptFinishedEvent()
public boolean isTaskAttemptSucceeded()
Copyright © 2020 Apache Software Foundation. All rights reserved.