FiCaSchedulerApp, FifoAppAttempt, FSAppAttempt, SchedulerApplicationAttemptpublic interface SchedulableEntity
| Modifier and Type | Method | Description |
|---|---|---|
int |
compareInputOrderTo(SchedulableEntity other) |
Compare the passed SchedulableEntity to this one for input order.
|
java.lang.String |
getId() |
Id - each entity must have a unique id.
|
java.lang.String |
getPartition() |
Get partition corresponding to this entity.
|
org.apache.hadoop.yarn.api.records.Priority |
getPriority() |
Get the priority of the application.
|
ResourceUsage |
getSchedulingResourceUsage() |
View of Resources wanted and consumed by the entity.
|
long |
getStartTime() |
Start time of the job.
|
boolean |
isRecovering() |
Whether application was running before RM restart.
|
java.lang.String getId()
int compareInputOrderTo(SchedulableEntity other)
other - SchedulableEntity.ResourceUsage getSchedulingResourceUsage()
org.apache.hadoop.yarn.api.records.Priority getPriority()
boolean isRecovering()
java.lang.String getPartition()
long getStartTime()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.