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

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

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

Methods in org.apache.hadoop.yarn.api.records that return LocalResourceType
 LocalResourceType LocalResource.getType()
          Get the LocalResourceType of the resource to be localized.
static LocalResourceType LocalResourceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LocalResourceType[] LocalResourceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.yarn.api.records with parameters of type LocalResourceType
 void LocalResource.setType(LocalResourceType type)
          Set the LocalResourceType of the resource to be localized.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.