org.apache.hadoop.yarn.event.Event<LocalizationEventType>public class ContainerLocalizationRequestEvent extends ContainerLocalizationEvent
ResourceLocalizationService localize
a set of resources for the given container. This is generated by
ContainerImpl during container initialization.| Constructor | Description |
|---|---|
ContainerLocalizationRequestEvent(Container c,
java.util.Map<org.apache.hadoop.yarn.api.records.LocalResourceVisibility,java.util.Collection<LocalResourceRequest>> rsrc) |
Event requesting the localization of the rsrc.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<org.apache.hadoop.yarn.api.records.LocalResourceVisibility,java.util.Collection<LocalResourceRequest>> |
getRequestedResources() |
getContainergetTimestamp, getType, toStringpublic ContainerLocalizationRequestEvent(Container c, java.util.Map<org.apache.hadoop.yarn.api.records.LocalResourceVisibility,java.util.Collection<LocalResourceRequest>> rsrc)
c - Containerrsrc - LocalResourceRequests mappublic java.util.Map<org.apache.hadoop.yarn.api.records.LocalResourceVisibility,java.util.Collection<LocalResourceRequest>> getRequestedResources()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.