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

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

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

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

Methods in org.apache.hadoop.dfs with parameters of type FSConstants.UpgradeAction
 UpgradeStatusReport DistributedFileSystem.distributedUpgradeProgress(FSConstants.UpgradeAction action)
           
 UpgradeStatusReport ChecksumDistributedFileSystem.distributedUpgradeProgress(FSConstants.UpgradeAction action)
           
 UpgradeStatusReport NameNode.distributedUpgradeProgress(FSConstants.UpgradeAction action)
           
 



Copyright © 2008 The Apache Software Foundation