org.apache.hadoop.yarn.server.resourcemanager.scheduler.event
Class AppAddedSchedulerEvent

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<SchedulerEventType>
      extended by org.apache.hadoop.yarn.server.resourcemanager.scheduler.event.SchedulerEvent
          extended by org.apache.hadoop.yarn.server.resourcemanager.scheduler.event.AppAddedSchedulerEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<SchedulerEventType>

public class AppAddedSchedulerEvent
extends SchedulerEvent


Constructor Summary
AppAddedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId, String queue, String user)
           
 
Method Summary
 org.apache.hadoop.yarn.api.records.ApplicationAttemptId getApplicationAttemptId()
           
 String getQueue()
           
 String getUser()
           
 
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

AppAddedSchedulerEvent

public AppAddedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId,
                              String queue,
                              String user)
Method Detail

getApplicationAttemptId

public org.apache.hadoop.yarn.api.records.ApplicationAttemptId getApplicationAttemptId()

getQueue

public String getQueue()

getUser

public String getUser()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.