Uses of Class
org.apache.hadoop.fs.HardLink.OSType

Packages that use HardLink.OSType
org.apache.hadoop.fs An abstract file system API. 
 

Uses of HardLink.OSType in org.apache.hadoop.fs
 

Fields in org.apache.hadoop.fs declared as HardLink.OSType
static HardLink.OSType HardLink.osType
           
 

Methods in org.apache.hadoop.fs that return HardLink.OSType
static HardLink.OSType HardLink.OSType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HardLink.OSType[] HardLink.OSType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009 The Apache Software Foundation