org.apache.hadoop.yarn.server.resourcemanager.scheduler
Class SchedulerApplication<T extends SchedulerApplicationAttempt>
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.scheduler.SchedulerApplication<T>
@InterfaceAudience.Private
@InterfaceStability.Unstable
public class SchedulerApplication<T extends SchedulerApplicationAttempt>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchedulerApplication
public SchedulerApplication(Queue queue,
String user)
getQueue
public Queue getQueue()
setQueue
public void setQueue(Queue queue)
getUser
public String getUser()
getCurrentAppAttempt
public T getCurrentAppAttempt()
setCurrentAppAttempt
public void setCurrentAppAttempt(T currentAttempt)
stop
public void stop(RMAppState rmAppFinalState)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.