org.apache.tez.dag.app.rm.container
Class AMContainerEventAssignTA

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<AMContainerEventType>
      extended by org.apache.tez.dag.app.rm.container.AMContainerEvent
          extended by 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)
           
 
Method Summary
 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()
           
 
Methods inherited from class org.apache.tez.dag.app.rm.container.AMContainerEvent
getContainerId
 
Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.