Modifier and Type | Class and Description |
---|---|
class |
SchedulerApplicationAttempt
Represents an application attempt from the viewpoint of the scheduler.
|
Modifier and Type | Method and Description |
---|---|
int |
SchedulerApplicationAttempt.compareInputOrderTo(SchedulableEntity other) |
Modifier and Type | Method and Description |
---|---|
<S extends SchedulableEntity> |
CapacitySchedulerConfiguration.getAppOrderingPolicy(String queue) |
Modifier and Type | Class and Description |
---|---|
class |
FiCaSchedulerApp
Represents an application attempt from the viewpoint of the FIFO or Capacity
scheduler.
|
Modifier and Type | Class and Description |
---|---|
class |
FSAppAttempt
Represents an application attempt from the viewpoint of the Fair Scheduler.
|
Modifier and Type | Class and Description |
---|---|
class |
FifoAppAttempt |
Modifier and Type | Class and Description |
---|---|
class |
AbstractComparatorOrderingPolicy<S extends SchedulableEntity>
An OrderingPolicy which can serve as a baseclass for policies which can be
expressed in terms of comparators
|
class |
FairOrderingPolicy<S extends SchedulableEntity>
FairOrderingPolicy comparison goes through following steps.
|
class |
FifoOrderingPolicy<S extends SchedulableEntity>
An OrderingPolicy which orders SchedulableEntities by input order
|
class |
FifoOrderingPolicyForPendingApps<S extends SchedulableEntity>
This ordering policy is used for pending applications only.
|
class |
FifoOrderingPolicyWithExclusivePartitions<S extends SchedulableEntity>
Similar to
FifoOrderingPolicy , but with separate ordering policies
for each partition in
yarn.scheduler.capacity.<queue-path>.ordering-policy.exclusive-enforced-partitions . |
interface |
OrderingPolicy<S extends SchedulableEntity>
OrderingPolicy is used by the scheduler to order SchedulableEntities for
container assignment and preemption.
|
Modifier and Type | Field and Description |
---|---|
protected Comparator<SchedulableEntity> |
AbstractComparatorOrderingPolicy.comparator |
Modifier and Type | Method and Description |
---|---|
Comparator<SchedulableEntity> |
AbstractComparatorOrderingPolicy.getComparator() |
Modifier and Type | Method and Description |
---|---|
int |
FairOrderingPolicy.FairComparator.compare(SchedulableEntity r1,
SchedulableEntity r2) |
int |
PriorityComparator.compare(SchedulableEntity se1,
SchedulableEntity se2) |
int |
RecoveryComparator.compare(SchedulableEntity se1,
SchedulableEntity se2) |
int |
FifoComparator.compare(SchedulableEntity r1,
SchedulableEntity r2) |
int |
SchedulableEntity.compareInputOrderTo(SchedulableEntity other)
Compare the passed SchedulableEntity to this one for input order.
|
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.