public class AMContainerEventAssignTA extends AMContainerEvent
| Constructor and Description |
|---|
AMContainerEventAssignTA(org.apache.hadoop.yarn.api.records.ContainerId containerId,
TezTaskAttemptID attemptId,
Object remoteTaskSpec,
Map<String,org.apache.hadoop.yarn.api.records.LocalResource> taskLocalResources,
org.apache.hadoop.security.Credentials credentials,
int priority) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.security.Credentials |
getCredentials() |
int |
getPriority() |
Map<String,org.apache.hadoop.yarn.api.records.LocalResource> |
getRemoteTaskLocalResources() |
TaskSpec |
getRemoteTaskSpec() |
TezTaskAttemptID |
getTaskAttemptId() |
getContainerIdpublic AMContainerEventAssignTA(org.apache.hadoop.yarn.api.records.ContainerId containerId,
TezTaskAttemptID attemptId,
Object remoteTaskSpec,
Map<String,org.apache.hadoop.yarn.api.records.LocalResource> taskLocalResources,
org.apache.hadoop.security.Credentials credentials,
int priority)
public TaskSpec getRemoteTaskSpec()
public Map<String,org.apache.hadoop.yarn.api.records.LocalResource> getRemoteTaskLocalResources()
public TezTaskAttemptID getTaskAttemptId()
public org.apache.hadoop.security.Credentials getCredentials()
public int getPriority()
Copyright © 2022 Apache Software Foundation. All rights reserved.