| 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 |
AMRMClientRelayer.gatherReadOnlyPendingAsksInfo(java.util.Map<ResourceRequestSetKey,ResourceRequestSet> pendingAsks,
java.util.Map<ResourceRequestSetKey,java.lang.Long> pendingTime) |
| Modifier and Type | Method | Description |
|---|---|---|
static ResourceRequestSetKey |
ResourceRequestSetKey.extractMatchingKey(org.apache.hadoop.yarn.api.records.Container container,
java.util.Set<ResourceRequestSetKey> keys) |
Extract the corresponding ResourceRequestSetKey for an allocated container
from a given set.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ResourceRequestSetKey |
ResourceRequestSetKey.extractMatchingKey(org.apache.hadoop.yarn.api.records.Container container,
java.util.Set<ResourceRequestSetKey> keys) |
Extract the corresponding ResourceRequestSetKey for an allocated container
from a given set.
|
| Constructor | Description |
|---|---|
ResourceRequestSet(ResourceRequestSetKey key) |
Create a empty set with given key.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.