public interface SchedulableEntity
| Modifier and Type | Method and Description | 
|---|---|
| int | compareInputOrderTo(SchedulableEntity other)Compare the passed SchedulableEntity to this one for input order. | 
| String | getId()Id - each entity must have a unique id | 
| 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. | 
String getId()
int compareInputOrderTo(SchedulableEntity other)
ResourceUsage getSchedulingResourceUsage()
org.apache.hadoop.yarn.api.records.Priority getPriority()
boolean isRecovering()
String getPartition()
long getStartTime()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.