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