Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.scheduler.policy |
Modifier and Type | Field and Description |
---|---|
static IteratorSelector |
IteratorSelector.EMPTY_ITERATOR_SELECTOR |
Modifier and Type | Method and Description |
---|---|
Iterator<S> |
FifoOrderingPolicyWithExclusivePartitions.getAssignmentIterator(IteratorSelector sel) |
Iterator<S> |
AbstractComparatorOrderingPolicy.getAssignmentIterator(IteratorSelector sel) |
Iterator<S> |
OrderingPolicy.getAssignmentIterator(IteratorSelector sel)
Return an iterator over the collection of
SchedulableEntity
objects which orders them for container assignment. |
Copyright © 2022 Apache Software Foundation. All rights reserved.