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

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

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

Methods in org.apache.hadoop.yarn.api.records that return types with arguments of type LocalResource
 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
 void ContainerLaunchContext.setLocalResources(Map<String,LocalResource> localResources)
          Set LocalResource required by the container.
 

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

Classes in org.apache.hadoop.yarn.api.records.impl.pb that implement LocalResource
 class LocalResourcePBImpl
           
 

Methods in org.apache.hadoop.yarn.api.records.impl.pb that return types with arguments of type LocalResource
 Map<String,LocalResource> ContainerLaunchContextPBImpl.getLocalResources()
           
 

Method parameters in org.apache.hadoop.yarn.api.records.impl.pb with type arguments of type LocalResource
 void ContainerLaunchContextPBImpl.setLocalResources(Map<String,LocalResource> localResources)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.