Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.SchedulerApplicationAttempt

Packages that use SchedulerApplicationAttempt
org.apache.hadoop.yarn.server.resourcemanager.scheduler   
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity   
org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.fica   
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair   
 

Uses of SchedulerApplicationAttempt in org.apache.hadoop.yarn.server.resourcemanager.scheduler
 

Classes in org.apache.hadoop.yarn.server.resourcemanager.scheduler with type parameters of type SchedulerApplicationAttempt
 class AbstractYarnScheduler<T extends SchedulerApplicationAttempt,N extends SchedulerNode>
           
 class SchedulerApplication<T extends SchedulerApplicationAttempt>
           
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler with parameters of type SchedulerApplicationAttempt
static boolean SchedulerAppUtils.isBlacklisted(SchedulerApplicationAttempt application, SchedulerNode node, org.apache.commons.logging.Log LOG)
           
 void Queue.recoverContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource, SchedulerApplicationAttempt schedulerAttempt, RMContainer rmContainer)
          Recover the state of the queue for a given container.
protected  void AbstractYarnScheduler.releaseContainers(List<org.apache.hadoop.yarn.api.records.ContainerId> containers, SchedulerApplicationAttempt attempt)
           
abstract  void SchedulerNode.reserveResource(SchedulerApplicationAttempt attempt, org.apache.hadoop.yarn.api.records.Priority priority, RMContainer container)
          Reserve container for the attempt on this node.
 void SchedulerApplicationAttempt.transferStateFromPreviousAttempt(SchedulerApplicationAttempt appAttempt)
           
abstract  void SchedulerNode.unreserveResource(SchedulerApplicationAttempt attempt)
          Unreserve resources on this node.
 

Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler with parameters of type SchedulerApplicationAttempt
SchedulerAppReport(SchedulerApplicationAttempt app)
           
 

Uses of SchedulerApplicationAttempt in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with parameters of type SchedulerApplicationAttempt
 void ParentQueue.recoverContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource, SchedulerApplicationAttempt attempt, RMContainer rmContainer)
           
 void LeafQueue.recoverContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource, SchedulerApplicationAttempt attempt, RMContainer rmContainer)
           
 

Uses of SchedulerApplicationAttempt in org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.fica
 

Subclasses of SchedulerApplicationAttempt in org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.fica
 class FiCaSchedulerApp
          Represents an application attempt from the viewpoint of the FIFO or Capacity scheduler.
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.fica with parameters of type SchedulerApplicationAttempt
 void FiCaSchedulerNode.reserveResource(SchedulerApplicationAttempt application, org.apache.hadoop.yarn.api.records.Priority priority, RMContainer container)
           
 void FiCaSchedulerApp.transferStateFromPreviousAttempt(SchedulerApplicationAttempt appAttempt)
           
 void FiCaSchedulerNode.unreserveResource(SchedulerApplicationAttempt application)
           
 

Uses of SchedulerApplicationAttempt in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair
 

Subclasses of SchedulerApplicationAttempt in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair
 class FSAppAttempt
          Represents an application attempt from the viewpoint of the Fair Scheduler.
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with parameters of type SchedulerApplicationAttempt
 void FSParentQueue.recoverContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource, SchedulerApplicationAttempt schedulerAttempt, RMContainer rmContainer)
           
 void FSLeafQueue.recoverContainer(org.apache.hadoop.yarn.api.records.Resource clusterResource, SchedulerApplicationAttempt schedulerAttempt, RMContainer rmContainer)
           
 void FSSchedulerNode.reserveResource(SchedulerApplicationAttempt application, org.apache.hadoop.yarn.api.records.Priority priority, RMContainer container)
           
 void FSSchedulerNode.unreserveResource(SchedulerApplicationAttempt application)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.