@InterfaceStability.Evolving @InterfaceAudience.LimitedPrivate(value="yarn") public class SchedulerAppReport extends Object
| Constructor and Description | 
|---|
| SchedulerAppReport(SchedulerApplicationAttempt app) | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<RMContainer> | getLiveContainers()Get the list of live containers | 
| Collection<RMContainer> | getReservedContainers()Get the list of reserved containers | 
| boolean | isPending()Is this application pending? | 
public SchedulerAppReport(SchedulerApplicationAttempt app)
public Collection<RMContainer> getLiveContainers()
public Collection<RMContainer> getReservedContainers()
public boolean isPending()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.