Class LocalizerResourceRequestEvent
java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<LocalizerEventType>
org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.event.LocalizerEvent
org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.event.LocalizerResourceRequestEvent
- All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<LocalizerEventType>
Event indicating that the
ResourceLocalizationService
should fetch this resource.-
Constructor Summary
ConstructorsConstructorDescriptionLocalizerResourceRequestEvent(LocalizedResource resource, org.apache.hadoop.yarn.api.records.LocalResourceVisibility vis, LocalizerContext context, String pattern) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.yarn.api.records.LocalResourceVisibilityMethods inherited from class org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.event.LocalizerEvent
getLocalizerIdMethods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
-
Constructor Details
-
LocalizerResourceRequestEvent
public LocalizerResourceRequestEvent(LocalizedResource resource, org.apache.hadoop.yarn.api.records.LocalResourceVisibility vis, LocalizerContext context, String pattern)
-
-
Method Details
-
getResource
-
getContext
-
getVisibility
public org.apache.hadoop.yarn.api.records.LocalResourceVisibility getVisibility() -
getPattern
-