| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| org.apache.hadoop.yarn.server.scheduler |
Utility classes used for Scheduling.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.Map<ResourceRequestSetKey,ResourceRequestSet> |
AMRMClientRelayer.getRemotePendingAsks() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ContainerAllocationHistory.addAllocationEntry(org.apache.hadoop.yarn.api.records.Container container,
ResourceRequestSet requestSet,
long fulfillTimeStamp,
long fulfillLatency) |
Record the allocation history for the container.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AMRMClientRelayer.gatherReadOnlyPendingAsksInfo(java.util.Map<ResourceRequestSetKey,ResourceRequestSet> pendingAsks,
java.util.Map<ResourceRequestSetKey,java.lang.Long> pendingTime) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ResourceRequestSet.addAndOverrideRRSet(ResourceRequestSet requestSet) |
Merge a requestSet into this one.
|
| Constructor | Description |
|---|---|
ResourceRequestSet(ResourceRequestSet other) |
Create a shallow copy of the request set.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.