org.apache.hadoop.yarn.server.resourcemanager.scheduler.event
Class AppAddedSchedulerEvent
java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<SchedulerEventType>
org.apache.hadoop.yarn.server.resourcemanager.scheduler.event.SchedulerEvent
org.apache.hadoop.yarn.server.resourcemanager.scheduler.event.AppAddedSchedulerEvent
- All Implemented Interfaces:
- org.apache.hadoop.yarn.event.Event<SchedulerEventType>
public class AppAddedSchedulerEvent
- extends SchedulerEvent
Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent |
getTimestamp, getType, toString |
AppAddedSchedulerEvent
public AppAddedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId,
String queue,
String user)
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.