Uses of Class
org.apache.hadoop.dfs.FSConstants.StartupOption

Packages that use FSConstants.StartupOption
org.apache.hadoop.dfs A distributed implementation of FileSystem
 

Uses of FSConstants.StartupOption in org.apache.hadoop.dfs
 

Methods in org.apache.hadoop.dfs that return FSConstants.StartupOption
static FSConstants.StartupOption FSConstants.StartupOption.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FSConstants.StartupOption[] FSConstants.StartupOption.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2008 The Apache Software Foundation