public class AppAddedSchedulerEvent extends SchedulerEvent
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.yarn.api.records.ApplicationId |
getApplicationId() |
boolean |
getIsAppRecovering() |
String |
getQueue() |
org.apache.hadoop.yarn.api.records.ReservationId |
getReservationID() |
String |
getUser() |
public AppAddedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationId applicationId, String queue, String user)
public AppAddedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationId applicationId, String queue, String user, org.apache.hadoop.yarn.api.records.ReservationId reservationID)
public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()
public String getQueue()
public String getUser()
public boolean getIsAppRecovering()
public org.apache.hadoop.yarn.api.records.ReservationId getReservationID()
Copyright © 2015 Apache Software Foundation. All Rights Reserved.