public class AMSchedulerEventTALaunchRequest extends AMSchedulerEvent
| Constructor and Description |
|---|
AMSchedulerEventTALaunchRequest(org.apache.tez.dag.records.TezTaskAttemptID attemptId,
org.apache.hadoop.yarn.api.records.Resource capability,
org.apache.tez.runtime.api.impl.TaskSpec remoteTaskSpec,
TaskAttempt ta,
org.apache.tez.dag.api.TaskLocationHint locationHint,
int priority,
ContainerContext containerContext) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.tez.dag.records.TezTaskAttemptID |
getAttemptID() |
org.apache.hadoop.yarn.api.records.Resource |
getCapability() |
ContainerContext |
getContainerContext() |
org.apache.tez.dag.api.TaskLocationHint |
getLocationHint() |
int |
getPriority() |
org.apache.tez.runtime.api.impl.TaskSpec |
getRemoteTaskSpec() |
TaskAttempt |
getTaskAttempt() |
public AMSchedulerEventTALaunchRequest(org.apache.tez.dag.records.TezTaskAttemptID attemptId,
org.apache.hadoop.yarn.api.records.Resource capability,
org.apache.tez.runtime.api.impl.TaskSpec remoteTaskSpec,
TaskAttempt ta,
org.apache.tez.dag.api.TaskLocationHint locationHint,
int priority,
ContainerContext containerContext)
public org.apache.tez.dag.records.TezTaskAttemptID getAttemptID()
public org.apache.hadoop.yarn.api.records.Resource getCapability()
public org.apache.tez.dag.api.TaskLocationHint getLocationHint()
public int getPriority()
public org.apache.tez.runtime.api.impl.TaskSpec getRemoteTaskSpec()
public TaskAttempt getTaskAttempt()
public ContainerContext getContainerContext()
Copyright © 2015 Apache Software Foundation. All rights reserved.