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.
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 URLstatic URLURL.fromPath(Path path, Configuration conf) static URLstatic URLURL.fromURI(URI uri, Configuration conf) abstract 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. -
Uses of URL in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api that return URLModifier and TypeMethodDescriptionabstract URLSharedCacheClient.use(ApplicationId applicationId, String resourceKey) The method to claim a resource with theSharedCacheManager.The client uses a checksum to identify the resource and anApplicationIdto identify which application will be using the resource. -
Uses of URL in org.apache.hadoop.yarn.util
Methods in org.apache.hadoop.yarn.util that return URLModifier and TypeMethodDescriptionstatic URLConverterUtils.getYarnUrlFromPath(Path path) Deprecated.static URLConverterUtils.getYarnUrlFromURI(URI uri) Deprecated.Methods in org.apache.hadoop.yarn.util with parameters of type URLModifier and TypeMethodDescriptionstatic PathConverterUtils.getPathFromYarnURL(URL url) Deprecated.