| Modifier and Type | Method and Description |
|---|---|
void |
AppSchedulingInfo.allocate(NodeType type,
SchedulerNode node,
org.apache.hadoop.yarn.api.records.Priority priority,
org.apache.hadoop.yarn.api.records.ResourceRequest request,
org.apache.hadoop.yarn.api.records.Container container)
Resources have been allocated to this application by the resource
scheduler.
|
static boolean |
SchedulerAppUtils.isBlacklisted(SchedulerApplicationAttempt application,
SchedulerNode node,
org.apache.commons.logging.Log LOG) |
boolean |
SchedulerApplicationAttempt.isReserved(SchedulerNode node,
org.apache.hadoop.yarn.api.records.Priority priority)
Has the application reserved the given
node at the
given priority? |
RMContainer |
SchedulerApplicationAttempt.reserve(SchedulerNode node,
org.apache.hadoop.yarn.api.records.Priority priority,
RMContainer rmContainer,
org.apache.hadoop.yarn.api.records.Container container) |
static void |
SchedulerUtils.updateResourceIfChanged(SchedulerNode node,
RMNode rmNode,
org.apache.hadoop.yarn.api.records.Resource clusterResource,
org.apache.commons.logging.Log log)
Update resource in SchedulerNode if any resource change in RMNode.
|
| Constructor and Description |
|---|
SchedulerNodeReport(SchedulerNode node) |
| Modifier and Type | Class and Description |
|---|---|
class |
FiCaSchedulerNode |
| Modifier and Type | Class and Description |
|---|---|
class |
FSSchedulerNode |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.