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

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

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

Classes in org.apache.hadoop.yarn.server.resourcemanager.reservation that implement SharingPolicy
 class CapacityOverTimePolicy
          This policy enforces a time-extended notion of Capacity.
 class NoOverCommitPolicy
          This policy enforce a simple physical cluster capacity constraints, by validating that the allocation proposed fits in the current plan.
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.reservation that return SharingPolicy
protected  SharingPolicy CapacityReservationSystem.getAdmissionPolicy(String queueName)
           
protected abstract  SharingPolicy AbstractReservationSystem.getAdmissionPolicy(String queueName)
           
 SharingPolicy PlanContext.getSharingPolicy()
          Return the configured SharingPolicy that governs the sharing of the resources of the plan between its various users
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.