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>

public class LocalizerResourceRequestEvent extends LocalizerEvent
Event indicating that the ResourceLocalizationService should fetch this resource.
  • Constructor Details

    • LocalizerResourceRequestEvent

      public LocalizerResourceRequestEvent(LocalizedResource resource, org.apache.hadoop.yarn.api.records.LocalResourceVisibility vis, LocalizerContext context, String pattern)
  • Method Details

    • getResource

      public LocalizedResource getResource()
    • getContext

      public LocalizerContext getContext()
    • getVisibility

      public org.apache.hadoop.yarn.api.records.LocalResourceVisibility getVisibility()
    • getPattern

      public String getPattern()