Uses of Class
org.apache.hadoop.yarn.api.records.URL
Packages that use URL
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of URL in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return URLModifier and TypeMethodDescriptionstatic URLURL.fromPath(org.apache.hadoop.fs.Path path) static URLURL.fromPath(org.apache.hadoop.fs.Path path, org.apache.hadoop.conf.Configuration conf) static URLstatic URLabstract URLLocalResource.getResource()Get the location of the resource to be localized.static URLURL.newInstance(String scheme, String host, int port, String file) Methods in org.apache.hadoop.yarn.api.records with parameters of type URLModifier and TypeMethodDescriptionstatic LocalResourceLocalResource.newInstance(URL url, LocalResourceType type, LocalResourceVisibility visibility, long size, long timestamp) static LocalResourceLocalResource.newInstance(URL url, LocalResourceType type, LocalResourceVisibility visibility, long size, long timestamp, boolean shouldBeUploadedToSharedCache) static LocalResourceLocalResource.newInstance(URL url, LocalResourceType type, LocalResourceVisibility visibility, long size, long timestamp, String pattern) static LocalResourceLocalResource.newInstance(URL url, LocalResourceType type, LocalResourceVisibility visibility, long size, long timestamp, String pattern, boolean shouldBeUploadedToSharedCache) abstract voidLocalResource.setResource(URL resource) Set location of the resource to be localized.