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 and Description |
---|---|
protected Map<ResourceRequestSetKey,ResourceRequestSet> |
AMRMClientRelayer.getRemotePendingAsks() |
Modifier and Type | Method and 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 and Description |
---|---|
void |
AMRMClientRelayer.gatherReadOnlyPendingAsksInfo(Map<ResourceRequestSetKey,ResourceRequestSet> pendingAsks,
Map<ResourceRequestSetKey,Long> pendingTime) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceRequestSet.addAndOverrideRRSet(ResourceRequestSet requestSet)
Merge a requestSet into this one.
|
Constructor and Description |
---|
ResourceRequestSet(ResourceRequestSet other)
Create a shallow copy of the request set.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.