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

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

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

Methods in org.apache.hadoop.yarn.api.records that return LocalResource
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)
           
 

Methods in org.apache.hadoop.yarn.api.records that return types with arguments of type LocalResource
abstract  Map<String,LocalResource> ContainerLaunchContext.getLocalResources()
          Get LocalResource required by the container.
 

Method parameters in org.apache.hadoop.yarn.api.records with type arguments of type LocalResource
static ContainerLaunchContext ContainerLaunchContext.newInstance(Map<String,LocalResource> localResources, Map<String,String> environment, List<String> commands, Map<String,ByteBuffer> serviceData, ByteBuffer tokens, Map<ApplicationAccessType,String> acls)
           
abstract  void ContainerLaunchContext.setLocalResources(Map<String,LocalResource> localResources)
          Set LocalResource required by the container.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.