| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.nodemanager.containermanager.scheduler |
Container Scheduler
|
| Modifier and Type | Field | Description |
|---|---|---|
static OpportunisticContainersQueuePolicy |
OpportunisticContainersQueuePolicy.DEFAULT |
| Modifier and Type | Method | Description |
|---|---|---|
static OpportunisticContainersQueuePolicy |
OpportunisticContainersQueuePolicy.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static OpportunisticContainersQueuePolicy[] |
OpportunisticContainersQueuePolicy.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
ContainerScheduler(Context context,
org.apache.hadoop.yarn.event.AsyncDispatcher dispatcher,
NodeManagerMetrics metrics,
OpportunisticContainersQueuePolicy oppContainersQueuePolicy,
int qLength) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.