Uses of Class
org.apache.hadoop.yarn.api.records.LocalResource
Packages that use LocalResource
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.
Package org.apache.hadoop.yarn.service.client contains classes
for YARN Services Client API.
-
Uses of LocalResource in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type LocalResourceModifier and TypeMethodDescriptionabstract Map<String,LocalResource> ResourceLocalizationRequest.getLocalResources()GetLocalResourcerequired by the container.Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type LocalResourceModifier and TypeMethodDescriptionstatic ResourceLocalizationRequestResourceLocalizationRequest.newInstance(ContainerId containerId, Map<String, LocalResource> localResources) abstract voidResourceLocalizationRequest.setLocalResources(Map<String, LocalResource> localResources) SetLocalResourcerequired by the container. -
Uses of LocalResource in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return LocalResourceModifier 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) Methods in org.apache.hadoop.yarn.api.records that return types with arguments of type LocalResourceModifier and TypeMethodDescriptionabstract Map<String,LocalResource> ContainerLaunchContext.getLocalResources()GetLocalResourcerequired by the container.Method parameters in org.apache.hadoop.yarn.api.records with type arguments of type LocalResourceModifier and TypeMethodDescriptionstatic ContainerLaunchContextContainerLaunchContext.newInstance(Map<String, LocalResource> localResources, Map<String, String> environment, List<String> commands, Map<String, ByteBuffer> serviceData, ByteBuffer tokens, Map<ApplicationAccessType, String> acls) static ContainerLaunchContextContainerLaunchContext.newInstance(Map<String, LocalResource> localResources, Map<String, String> environment, List<String> commands, Map<String, ByteBuffer> serviceData, ByteBuffer tokens, Map<ApplicationAccessType, String> acls, ContainerRetryContext containerRetryContext) abstract voidContainerLaunchContext.setLocalResources(Map<String, LocalResource> localResources) SetLocalResourcerequired by the container. -
Uses of LocalResource in org.apache.hadoop.yarn.client.api
Method parameters in org.apache.hadoop.yarn.client.api with type arguments of type LocalResourceModifier and TypeMethodDescriptionvoidNMClient.localize(ContainerId containerId, NodeId nodeId, Map<String, LocalResource> localResources) Localize resources for a container. -
Uses of LocalResource in org.apache.hadoop.yarn.service.client
Method parameters in org.apache.hadoop.yarn.service.client with type arguments of type LocalResourceModifier and TypeMethodDescriptionprotected PathServiceClient.addJarResource(String serviceName, Map<String, LocalResource> localResources)