org.apache.hadoop.yarn.server.resourcemanager.scheduler
Class SchedulerApplication<T extends SchedulerApplicationAttempt>

java.lang.Object
  extended by org.apache.hadoop.yarn.server.resourcemanager.scheduler.SchedulerApplication<T>

@InterfaceAudience.Private
@InterfaceStability.Unstable
public class SchedulerApplication<T extends SchedulerApplicationAttempt>
extends Object


Constructor Summary
SchedulerApplication(Queue queue, String user)
           
 
Method Summary
 T getCurrentAppAttempt()
           
 Queue getQueue()
           
 String getUser()
           
 void setCurrentAppAttempt(T currentAttempt)
           
 void setQueue(Queue queue)
           
 void stop(RMAppState rmAppFinalState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulerApplication

public SchedulerApplication(Queue queue,
                            String user)
Method Detail

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.