|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NodeType in org.apache.hadoop.yarn.server.resourcemanager.scheduler |
---|
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler that return NodeType | |
---|---|
static NodeType |
NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NodeType[] |
NodeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler with parameters of type NodeType | |
---|---|
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. |
Uses of NodeType in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity |
---|
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity that return NodeType | |
---|---|
NodeType |
CSAssignment.getType()
|
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with parameters of type NodeType | |
---|---|
void |
CSAssignment.setType(NodeType type)
|
Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with parameters of type NodeType | |
---|---|
CSAssignment(org.apache.hadoop.yarn.api.records.Resource resource,
NodeType type)
|
Uses of NodeType in org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.fica |
---|
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.fica with parameters of type NodeType | |
---|---|
RMContainer |
FiCaSchedulerApp.allocate(NodeType type,
FiCaSchedulerNode 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)
|
Uses of NodeType in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair |
---|
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair that return NodeType | |
---|---|
NodeType |
FSSchedulerApp.getAllowedLocalityLevel(org.apache.hadoop.yarn.api.records.Priority priority,
int numNodes,
double nodeLocalityThreshold,
double rackLocalityThreshold)
Return the level at which we are allowed to schedule containers, given the current size of the cluster and thresholds indicating how many nodes to fail at (as a fraction of cluster size) before relaxing scheduling constraints. |
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with parameters of type NodeType | |
---|---|
RMContainer |
FSSchedulerApp.allocate(NodeType type,
FSSchedulerNode 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)
|
void |
FSSchedulerApp.resetAllowedLocalityLevel(org.apache.hadoop.yarn.api.records.Priority priority,
NodeType level)
Should be called when the scheduler assigns a container at a higher degree of locality than the current threshold. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |