|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.yarn.server.resourcemanager.scheduler.SchedulerAppReport
@InterfaceStability.Evolving @InterfaceAudience.LimitedPrivate(value="yarn") public class SchedulerAppReport
Represents an application attempt, and the resources that the attempt is using.
| Constructor Summary | |
|---|---|
SchedulerAppReport(SchedulerApplicationAttempt app)
|
|
| Method Summary | |
|---|---|
Collection<RMContainer> |
getLiveContainers()
Get the list of live containers |
Collection<RMContainer> |
getReservedContainers()
Get the list of reserved containers |
boolean |
isPending()
Is this application pending? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SchedulerAppReport(SchedulerApplicationAttempt app)
| Method Detail |
|---|
public Collection<RMContainer> getLiveContainers()
public Collection<RMContainer> getReservedContainers()
public boolean isPending()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||