public class ContainerAllocationHistory
extends java.lang.Object
| Constructor | Description |
|---|---|
ContainerAllocationHistory(org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addAllocationEntry(org.apache.hadoop.yarn.api.records.Container container,
ResourceRequestSet requestSet,
long fulfillTimeStamp,
long fulfillLatency) |
Record the allocation history for the container.
|
public ContainerAllocationHistory(org.apache.hadoop.conf.Configuration conf)
public void addAllocationEntry(org.apache.hadoop.yarn.api.records.Container container,
ResourceRequestSet requestSet,
long fulfillTimeStamp,
long fulfillLatency)
container - to add record forrequestSet - resource request ask setfulfillTimeStamp - time at which allocation happenedfulfillLatency - time elapsed in allocating since askedCopyright © 2008–2025 Apache Software Foundation. All rights reserved.