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

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

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

Methods in org.apache.hadoop.yarn.api.records that return LocalResourceVisibility
 LocalResourceVisibility LocalResource.getVisibility()
          Get the LocalResourceVisibility of the resource to be localized.
static LocalResourceVisibility LocalResourceVisibility.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LocalResourceVisibility[] LocalResourceVisibility.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 LocalResourceVisibility
 void LocalResource.setVisibility(LocalResourceVisibility visibility)
          Set the LocalResourceVisibility of the resource to be localized.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.