org.apache.tez.dag.app.dag.event
Class TaskAttemptEventStartedRemotely

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<TaskAttemptEventType>
      extended by org.apache.tez.dag.app.dag.event.TaskAttemptEvent
          extended by org.apache.tez.dag.app.dag.event.TaskAttemptEventStartedRemotely
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<TaskAttemptEventType>

public class TaskAttemptEventStartedRemotely
extends TaskAttemptEvent


Constructor Summary
TaskAttemptEventStartedRemotely(org.apache.tez.dag.records.TezTaskAttemptID id, org.apache.hadoop.yarn.api.records.ContainerId containerId, Map<org.apache.hadoop.yarn.api.records.ApplicationAccessType,String> appAcls)
           
 
Method Summary
 Map<org.apache.hadoop.yarn.api.records.ApplicationAccessType,String> getApplicationACLs()
           
 org.apache.hadoop.yarn.api.records.ContainerId getContainerId()
           
 
Methods inherited from class org.apache.tez.dag.app.dag.event.TaskAttemptEvent
getTaskAttemptID
 
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

TaskAttemptEventStartedRemotely

public TaskAttemptEventStartedRemotely(org.apache.tez.dag.records.TezTaskAttemptID id,
                                       org.apache.hadoop.yarn.api.records.ContainerId containerId,
                                       Map<org.apache.hadoop.yarn.api.records.ApplicationAccessType,String> appAcls)
Method Detail

getContainerId

public org.apache.hadoop.yarn.api.records.ContainerId getContainerId()

getApplicationACLs

public Map<org.apache.hadoop.yarn.api.records.ApplicationAccessType,String> getApplicationACLs()


Copyright © 2014 Apache Software Foundation. All rights reserved.