Uses of Interface
org.apache.hadoop.yarn.server.resourcemanager.reservation.SharingPolicy
Packages that use SharingPolicy
-
Uses of SharingPolicy in org.apache.hadoop.yarn.server.resourcemanager.reservation
Classes in org.apache.hadoop.yarn.server.resourcemanager.reservation that implement SharingPolicyModifier and TypeClassDescriptionclassThis policy enforces a time-extended notion of Capacity.classThis 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 SharingPolicyModifier and TypeMethodDescriptionprotected SharingPolicyAbstractReservationSystem.getAdmissionPolicy(String queueName) InMemoryPlan.getSharingPolicy()PlanContext.getSharingPolicy()Return the configuredSharingPolicythat governs the sharing of the resources of the plan between its various usersConstructors in org.apache.hadoop.yarn.server.resourcemanager.reservation with parameters of type SharingPolicyModifierConstructorDescriptionInMemoryPlan(QueueMetrics queueMetrics, SharingPolicy policy, ReservationAgent agent, org.apache.hadoop.yarn.api.records.Resource totalCapacity, long step, org.apache.hadoop.yarn.util.resource.ResourceCalculator resCalc, org.apache.hadoop.yarn.api.records.Resource minAlloc, org.apache.hadoop.yarn.api.records.Resource maxAlloc, String queueName, Planner replanner, boolean getMoveOnExpiry, long maxPeriodicity, RMContext rmContext) InMemoryPlan(QueueMetrics queueMetrics, SharingPolicy policy, ReservationAgent agent, org.apache.hadoop.yarn.api.records.Resource totalCapacity, long step, org.apache.hadoop.yarn.util.resource.ResourceCalculator resCalc, org.apache.hadoop.yarn.api.records.Resource minAlloc, org.apache.hadoop.yarn.api.records.Resource maxAlloc, String queueName, Planner replanner, boolean getMoveOnExpiry, long maxPeriodicty, RMContext rmContext, org.apache.hadoop.yarn.util.Clock clock) InMemoryPlan(QueueMetrics queueMetrics, SharingPolicy policy, ReservationAgent agent, org.apache.hadoop.yarn.api.records.Resource totalCapacity, long step, org.apache.hadoop.yarn.util.resource.ResourceCalculator resCalc, org.apache.hadoop.yarn.api.records.Resource minAlloc, org.apache.hadoop.yarn.api.records.Resource maxAlloc, String queueName, Planner replanner, boolean getMoveOnExpiry, RMContext rmContext)