public class TaskEventScheduleTask extends TaskEvent implements RecoveryEvent
| Constructor and Description |
|---|
TaskEventScheduleTask(org.apache.tez.dag.records.TezTaskID taskId,
org.apache.tez.runtime.api.impl.TaskSpec baseTaskSpec,
org.apache.tez.dag.api.TaskLocationHint locationHint,
boolean fromRecovery) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.tez.runtime.api.impl.TaskSpec |
getBaseTaskSpec() |
org.apache.tez.dag.api.TaskLocationHint |
getTaskLocationHint() |
boolean |
isFromRecovery() |
getSerializingHash, getTaskIDpublic TaskEventScheduleTask(org.apache.tez.dag.records.TezTaskID taskId,
org.apache.tez.runtime.api.impl.TaskSpec baseTaskSpec,
org.apache.tez.dag.api.TaskLocationHint locationHint,
boolean fromRecovery)
public org.apache.tez.runtime.api.impl.TaskSpec getBaseTaskSpec()
public org.apache.tez.dag.api.TaskLocationHint getTaskLocationHint()
public boolean isFromRecovery()
isFromRecovery in interface RecoveryEventCopyright © 2019 Apache Software Foundation. All rights reserved.