java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.scheduler.SchedulerAppReport

@Evolving @LimitedPrivate("yarn") public class SchedulerAppReport extends Object
Represents an application attempt, and the resources that the attempt is using.
  • Constructor Details

  • Method Details

    • getLiveContainers

      public Collection<RMContainer> getLiveContainers()
      Get the list of live containers
      Returns:
      All of the live containers
    • getReservedContainers

      public Collection<RMContainer> 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.