Class SchedulerAppReport
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.scheduler.SchedulerAppReport
Represents an application attempt, and the resources that the attempt is
using.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the list of live containersGet the list of reserved containersbooleanIs this application pending?
-
Constructor Details
-
SchedulerAppReport
-
-
Method Details
-
getLiveContainers
Get the list of live containers- Returns:
- All of the live containers
-
getReservedContainers
Get the list of reserved containers- Returns:
- All of the reserved containers.
-
isPending
public boolean isPending()Is this application pending?- Returns:
- true if it is else false.
-