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
|
Constructor Summary |
AppAddedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationId applicationId,
String queue,
String user)
|
AppAddedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationId applicationId,
String queue,
String user,
boolean isAppRecovering,
org.apache.hadoop.yarn.api.records.ReservationId reservationID)
|
AppAddedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationId applicationId,
String queue,
String user,
org.apache.hadoop.yarn.api.records.ReservationId reservationID)
|
| Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent |
getTimestamp, getType, toString |
AppAddedSchedulerEvent
public AppAddedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationId applicationId,
String queue,
String user)
AppAddedSchedulerEvent
public AppAddedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationId applicationId,
String queue,
String user,
org.apache.hadoop.yarn.api.records.ReservationId reservationID)
AppAddedSchedulerEvent
public AppAddedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationId applicationId,
String queue,
String user,
boolean isAppRecovering,
org.apache.hadoop.yarn.api.records.ReservationId reservationID)
getApplicationId
public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()
getQueue
public String getQueue()
getUser
public String getUser()
getIsAppRecovering
public boolean getIsAppRecovering()
getReservationID
public org.apache.hadoop.yarn.api.records.ReservationId getReservationID()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.