Uses of Class
org.apache.hadoop.yarn.api.records.URL

Packages that use URL
org.apache.hadoop.yarn.api.records   
 

Uses of URL in org.apache.hadoop.yarn.api.records
 

Methods in org.apache.hadoop.yarn.api.records that return URL
abstract  URL LocalResource.getResource()
          Get the location of the resource to be localized.
static URL URL.newInstance(String scheme, String host, int port, String file)
           
 

Methods in org.apache.hadoop.yarn.api.records with parameters of type URL
static LocalResource LocalResource.newInstance(URL url, LocalResourceType type, LocalResourceVisibility visibility, long size, long timestamp)
           
static LocalResource LocalResource.newInstance(URL url, LocalResourceType type, LocalResourceVisibility visibility, long size, long timestamp, String pattern)
           
abstract  void LocalResource.setResource(URL resource)
          Set location of the resource to be localized.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.