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

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

Uses of ReservationSystem in org.apache.hadoop.yarn.server.resourcemanager
 

Fields in org.apache.hadoop.yarn.server.resourcemanager declared as ReservationSystem
protected  ReservationSystem ResourceManager.reservationSystem
           
 

Methods in org.apache.hadoop.yarn.server.resourcemanager that return ReservationSystem
protected  ReservationSystem ResourceManager.createReservationSystem()
           
 ReservationSystem RMContextImpl.getReservationSystem()
           
 ReservationSystem RMContext.getReservationSystem()
           
 

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

Classes in org.apache.hadoop.yarn.server.resourcemanager.reservation that implement ReservationSystem
 class AbstractReservationSystem
          This is the implementation of ReservationSystem based on the ResourceScheduler
 class CapacityReservationSystem
          This is the implementation of ReservationSystem based on the CapacityScheduler
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.reservation with parameters of type ReservationSystem
 Plan ReservationInputValidator.validateReservationDeleteRequest(ReservationSystem reservationSystem, org.apache.hadoop.yarn.api.protocolrecords.ReservationDeleteRequest request)
          Quick validation on the input to check some obvious fail conditions (fail fast) the input and returns the appropriate Plan associated with the specified Queue or throws an exception message illustrating the details of any validation check failures
 Plan ReservationInputValidator.validateReservationSubmissionRequest(ReservationSystem reservationSystem, org.apache.hadoop.yarn.api.protocolrecords.ReservationSubmissionRequest request, org.apache.hadoop.yarn.api.records.ReservationId reservationId)
          Quick validation on the input to check some obvious fail conditions (fail fast) the input and returns the appropriate Plan associated with the specified Queue or throws an exception message illustrating the details of any validation check failures
 Plan ReservationInputValidator.validateReservationUpdateRequest(ReservationSystem reservationSystem, org.apache.hadoop.yarn.api.protocolrecords.ReservationUpdateRequest request)
          Quick validation on the input to check some obvious fail conditions (fail fast) the input and returns the appropriate Plan associated with the specified Queue or throws an exception message illustrating the details of any validation check failures
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.