| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.scheduler | |
| org.apache.hadoop.yarn.server.resourcemanager.scheduler.placement |
Package org.apache.hadoop.yarn.server.resourcemanager.scheduler.placement
contains classes related to application monitor.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected AppSchedulingInfo |
SchedulerApplicationAttempt.appSchedulingInfo |
| Modifier and Type | Method | Description |
|---|---|---|
AppSchedulingInfo |
SchedulerApplicationAttempt.getAppSchedulingInfo() |
| Modifier and Type | Method | Description |
|---|---|---|
static AppPlacementAllocator<SchedulerNode> |
ApplicationPlacementAllocatorFactory.getAppPlacementAllocator(java.lang.String appPlacementAllocatorName,
AppSchedulingInfo appSchedulingInfo,
org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey schedulerRequestKey,
RMContext rmContext) |
Get AppPlacementAllocator related to the placement type requested.
|
void |
QueueMetrics.moveAppFrom(AppSchedulingInfo app,
boolean unmanagedAM) |
|
void |
QueueMetrics.moveAppTo(AppSchedulingInfo app,
boolean unmanagedAM) |
|
void |
AppSchedulingInfo.transferStateFromPreviousAppSchedulingInfo(AppSchedulingInfo appInfo) |
| Modifier and Type | Field | Description |
|---|---|---|
protected AppSchedulingInfo |
AppPlacementAllocator.appSchedulingInfo |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AppPlacementAllocator.initialize(AppSchedulingInfo appSchedulingInfo,
org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey schedulerRequestKey,
RMContext rmContext) |
Initialize this allocator, this will be called by Factory automatically.
|
void |
LocalityAppPlacementAllocator.initialize(AppSchedulingInfo appSchedulingInfo,
org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey schedulerRequestKey,
RMContext rmContext) |
|
void |
SingleConstraintAppPlacementAllocator.initialize(AppSchedulingInfo appSchedulingInfo,
org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey schedulerRequestKey,
RMContext rmContext) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.