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>
-
Constructor Summary
ConstructorsConstructorDescriptionAppAddedSchedulerEvent(String user, org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext submissionContext, boolean isAppRecovering, 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, ApplicationPlacementContext placementContext) 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, ApplicationPlacementContext placementContext) 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(org.apache.hadoop.yarn.api.records.ApplicationId applicationId, String queue, String user, ApplicationPlacementContext placementContext) -
Method Summary
Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
-
Constructor Details
-
AppAddedSchedulerEvent
-
AppAddedSchedulerEvent
public AppAddedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationId applicationId, String queue, String user, ApplicationPlacementContext placementContext) -
AppAddedSchedulerEvent
-
AppAddedSchedulerEvent
public AppAddedSchedulerEvent(String user, org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext submissionContext, boolean isAppRecovering, org.apache.hadoop.yarn.api.records.Priority appPriority) -
AppAddedSchedulerEvent
public AppAddedSchedulerEvent(String user, org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext submissionContext, boolean isAppRecovering, org.apache.hadoop.yarn.api.records.Priority appPriority, ApplicationPlacementContext placementContext) -
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, org.apache.hadoop.yarn.api.records.Priority appPriority, ApplicationPlacementContext placementContext)
-
-
Method Details
-
getApplicationId
public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId() -
getQueue
-
getUser
-
getIsAppRecovering
public boolean getIsAppRecovering() -
getReservationID
public org.apache.hadoop.yarn.api.records.ReservationId getReservationID() -
getApplicatonPriority
public org.apache.hadoop.yarn.api.records.Priority getApplicatonPriority() -
getPlacementContext
-
isUnmanagedAM
public boolean isUnmanagedAM()
-