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