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,
org.apache.hadoop.yarn.api.records.Priority appPriority) |
AppAddedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationId applicationId,
String queue,
String user,
org.apache.hadoop.yarn.api.records.ReservationId reservationID,
org.apache.hadoop.yarn.api.records.Priority appPriority) |
AppAddedSchedulerEvent(String user,
org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext submissionContext,
boolean isAppRecovering,
org.apache.hadoop.yarn.api.records.Priority appPriority) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.yarn.api.records.ApplicationId |
getApplicationId() |
org.apache.hadoop.yarn.api.records.Priority |
getApplicatonPriority() |
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, org.apache.hadoop.yarn.api.records.Priority appPriority)
public AppAddedSchedulerEvent(String user, org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext submissionContext, boolean isAppRecovering, org.apache.hadoop.yarn.api.records.Priority appPriority)
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()
public org.apache.hadoop.yarn.api.records.Priority getApplicatonPriority()
Copyright © 2022 Apache Software Foundation. All rights reserved.