org.apache.tez.dag.app.rm.container
Class AMContainerEventAssignTA
java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<AMContainerEventType>
org.apache.tez.dag.app.rm.container.AMContainerEvent
org.apache.tez.dag.app.rm.container.AMContainerEventAssignTA
- All Implemented Interfaces:
- org.apache.hadoop.yarn.event.Event<AMContainerEventType>
public class AMContainerEventAssignTA
- extends AMContainerEvent
|
Constructor Summary |
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)
|
| Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent |
getTimestamp, getType, toString |
AMContainerEventAssignTA
public 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)
getRemoteTaskSpec
public org.apache.tez.runtime.api.impl.TaskSpec getRemoteTaskSpec()
getRemoteTaskLocalResources
public Map<String,org.apache.hadoop.yarn.api.records.LocalResource> getRemoteTaskLocalResources()
getTaskAttemptId
public org.apache.tez.dag.records.TezTaskAttemptID getTaskAttemptId()
getCredentials
public org.apache.hadoop.security.Credentials getCredentials()
Copyright © 2014 Apache Software Foundation. All rights reserved.