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

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

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

Classes in org.apache.hadoop.yarn.server.resourcemanager.reservation that implement ReservationAgent
 class GreedyReservationAgent
          This Agent employs a simple greedy placement strategy, placing the various stages of a ReservationRequest from the deadline moving backward towards the arrival.
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.reservation that return ReservationAgent
protected  ReservationAgent CapacityReservationSystem.getAgent(String queueName)
           
protected abstract  ReservationAgent AbstractReservationSystem.getAgent(String queueName)
           
 ReservationAgent PlanContext.getReservationAgent()
          Return the ReservationAgent configured for this plan that is responsible for optimally placing various reservation requests
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.