Uses of Interface
org.apache.hadoop.yarn.server.resourcemanager.reservation.Planner

Packages that use Planner
org.apache.hadoop.yarn.server.resourcemanager.reservation   
 

Uses of Planner in org.apache.hadoop.yarn.server.resourcemanager.reservation
 

Classes in org.apache.hadoop.yarn.server.resourcemanager.reservation that implement Planner
 class SimpleCapacityReplanner
          This (re)planner scan a period of time from now to a maximum time window (or the end of the last session, whichever comes first) checking the overall capacity is not violated.
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.reservation that return Planner
 Planner PlanContext.getReplanner()
          Return an instance of a Planner, which will be invoked in response to unexpected reduction in the resources of this plan
protected  Planner CapacityReservationSystem.getReplanner(String planQueueName)
           
protected abstract  Planner AbstractReservationSystem.getReplanner(String planQueueName)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.