Uses of Interface
org.apache.hadoop.yarn.server.resourcemanager.scheduler.policy.SchedulableEntity
Packages that use SchedulableEntity
Package
Description
-
Uses of SchedulableEntity in org.apache.hadoop.yarn.server.resourcemanager.scheduler
Classes in org.apache.hadoop.yarn.server.resourcemanager.scheduler that implement SchedulableEntityModifier and TypeClassDescriptionclassRepresents an application attempt from the viewpoint of the scheduler.Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler with parameters of type SchedulableEntityModifier and TypeMethodDescriptionintSchedulerApplicationAttempt.compareInputOrderTo(SchedulableEntity other) -
Uses of SchedulableEntity in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with type parameters of type SchedulableEntityModifier and TypeMethodDescription<S extends SchedulableEntity>
OrderingPolicy<S>CapacitySchedulerConfiguration.getAppOrderingPolicy(QueuePath queue) -
Uses of SchedulableEntity in org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.fica
Classes in org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.fica that implement SchedulableEntityModifier and TypeClassDescriptionclassRepresents an application attempt from the viewpoint of the FIFO or Capacity scheduler. -
Uses of SchedulableEntity in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair
Classes in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair that implement SchedulableEntityModifier and TypeClassDescriptionclassRepresents an application attempt from the viewpoint of the Fair Scheduler. -
Uses of SchedulableEntity in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo
Classes in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo that implement SchedulableEntity -
Uses of SchedulableEntity in org.apache.hadoop.yarn.server.resourcemanager.scheduler.policy
Classes in org.apache.hadoop.yarn.server.resourcemanager.scheduler.policy with type parameters of type SchedulableEntityModifier and TypeClassDescriptionclassAn OrderingPolicy which can serve as a baseclass for policies which can be expressed in terms of comparatorsclassFairOrderingPolicy<S extends SchedulableEntity>FairOrderingPolicy comparison goes through following steps. 1.Fairness based comparison.classFifoOrderingPolicy<S extends SchedulableEntity>An OrderingPolicy which orders SchedulableEntities by input orderclassThis ordering policy is used for pending applications only.classSimilar toFifoOrderingPolicy, but with separate ordering policies for each partition inyarn.scheduler.capacity.<queue-path>.ordering-policy.exclusive-enforced-partitions.interfaceOrderingPolicy<S extends SchedulableEntity>OrderingPolicy is used by the scheduler to order SchedulableEntities for container assignment and preemption.Fields in org.apache.hadoop.yarn.server.resourcemanager.scheduler.policy with type parameters of type SchedulableEntityModifier and TypeFieldDescriptionprotected Comparator<SchedulableEntity>AbstractComparatorOrderingPolicy.comparatorMethods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.policy that return types with arguments of type SchedulableEntityMethods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.policy with parameters of type SchedulableEntityModifier and TypeMethodDescriptionintFairOrderingPolicy.FairComparator.compare(SchedulableEntity r1, SchedulableEntity r2) intFifoComparator.compare(SchedulableEntity r1, SchedulableEntity r2) intPriorityComparator.compare(SchedulableEntity se1, SchedulableEntity se2) intRecoveryComparator.compare(SchedulableEntity se1, SchedulableEntity se2) intSchedulableEntity.compareInputOrderTo(SchedulableEntity other) Compare the passed SchedulableEntity to this one for input order.