@InterfaceAudience.Private @InterfaceStability.Unstable public class SchedulerApplication<T extends SchedulerApplicationAttempt> extends Object
Constructor and Description |
---|
SchedulerApplication(Queue queue,
String user) |
Modifier and Type | Method and Description |
---|---|
T |
getCurrentAppAttempt() |
Queue |
getQueue() |
String |
getUser() |
void |
setCurrentAppAttempt(T currentAttempt) |
void |
setQueue(Queue queue) |
void |
stop(RMAppState rmAppFinalState) |
Copyright © 2017 Apache Software Foundation. All Rights Reserved.