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,
int schedulerId,
int launcherId,
int taskCommId) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.tez.dag.records.TezTaskAttemptID |
getAttemptID() |
org.apache.hadoop.yarn.api.records.Resource |
getCapability() |
ContainerContext |
getContainerContext() |
int |
getLauncherId() |
org.apache.tez.dag.api.TaskLocationHint |
getLocationHint() |
int |
getPriority() |
org.apache.tez.runtime.api.impl.TaskSpec |
getRemoteTaskSpec() |
TaskAttempt |
getTaskAttempt() |
int |
getTaskCommId() |
getSchedulerIdpublic 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,
int schedulerId,
int launcherId,
int taskCommId)
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()
public int getLauncherId()
public int getTaskCommId()
Copyright © 2020 Apache Software Foundation. All rights reserved.