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