@InterfaceAudience.Private @InterfaceStability.Unstable public abstract class SchedulerApplication extends Object
Constructor and Description |
---|
SchedulerApplication() |
Modifier and Type | Method and Description |
---|---|
abstract ApplicationAttemptId |
getApplicationAttemptId()
Get
ApplicationAttemptId of the application master. |
abstract Collection<RMContainer> |
getLiveContainers()
Get the live containers of the application.
|
abstract Collection<RMContainer> |
getReservedContainers()
Get the reserved containers of the application.
|
abstract boolean |
isPending()
Is this application pending?
|
public abstract ApplicationAttemptId getApplicationAttemptId()
ApplicationAttemptId
of the application master.ApplicationAttemptId
of the application masterpublic abstract Collection<RMContainer> getLiveContainers()
public abstract Collection<RMContainer> getReservedContainers()
public abstract boolean isPending()
Copyright © 2013 Apache Software Foundation. All rights reserved.