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

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

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

Methods in org.apache.hadoop.yarn.api.records that return URL
 URL LocalResource.getResource()
          Get the location of the resource to be localized.
 

Methods in org.apache.hadoop.yarn.api.records with parameters of type URL
 void LocalResource.setResource(URL resource)
          Set location of the resource to be localized.
 

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

Classes in org.apache.hadoop.yarn.api.records.impl.pb that implement URL
 class URLPBImpl
           
 

Methods in org.apache.hadoop.yarn.api.records.impl.pb that return URL
 URL LocalResourcePBImpl.getResource()
           
 

Methods in org.apache.hadoop.yarn.api.records.impl.pb with parameters of type URL
 void LocalResourcePBImpl.setResource(URL resource)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.