| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.scheduler |
Utility classes used for Scheduling.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ResourceRequestSetKey |
The scheduler key for a group of
ResourceRequest. |
| Modifier and Type | Method | Description |
|---|---|---|
static SchedulerRequestKey |
SchedulerRequestKey.create(org.apache.hadoop.yarn.api.records.ResourceRequest req) |
Factory method to generate a SchedulerRequestKey from a ResourceRequest.
|
static SchedulerRequestKey |
SchedulerRequestKey.create(org.apache.hadoop.yarn.api.records.SchedulingRequest req) |
Factory method to generate a SchedulerRequestKey from a SchedulingRequest.
|
static SchedulerRequestKey |
SchedulerRequestKey.create(org.apache.hadoop.yarn.api.records.UpdateContainerRequest req,
SchedulerRequestKey schedulerRequestKey) |
|
static SchedulerRequestKey |
SchedulerRequestKey.extractFrom(org.apache.hadoop.yarn.api.records.Container container) |
Convenience method to extract the SchedulerRequestKey used to schedule the
Container.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.TreeMap<SchedulerRequestKey,java.util.Map<org.apache.hadoop.yarn.api.records.Resource,OpportunisticContainerAllocator.EnrichedResourceRequest>> |
OpportunisticContainerContext.getOutstandingOpReqs() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
ResourceRequestSetKey.compareTo(SchedulerRequestKey other) |
|
int |
SchedulerRequestKey.compareTo(SchedulerRequestKey o) |
|
static SchedulerRequestKey |
SchedulerRequestKey.create(org.apache.hadoop.yarn.api.records.UpdateContainerRequest req,
SchedulerRequestKey schedulerRequestKey) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.