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