Uses of Class
org.apache.hadoop.hdfs.protocol.FSConstants.UpgradeAction

Packages that use FSConstants.UpgradeAction
org.apache.hadoop.hdfs A distributed implementation of FileSystem
org.apache.hadoop.hdfs.protocol   
org.apache.hadoop.hdfs.server.namenode   
 

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

Methods in org.apache.hadoop.hdfs with parameters of type FSConstants.UpgradeAction
 UpgradeStatusReport DFSClient.distributedUpgradeProgress(FSConstants.UpgradeAction action)
           
 UpgradeStatusReport DistributedFileSystem.distributedUpgradeProgress(FSConstants.UpgradeAction action)
           
 

Uses of FSConstants.UpgradeAction in org.apache.hadoop.hdfs.protocol
 

Methods in org.apache.hadoop.hdfs.protocol 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 are declared.
 

Methods in org.apache.hadoop.hdfs.protocol with parameters of type FSConstants.UpgradeAction
 UpgradeStatusReport ClientProtocol.distributedUpgradeProgress(FSConstants.UpgradeAction action)
          Report distributed upgrade progress or force current upgrade to proceed.
 

Uses of FSConstants.UpgradeAction in org.apache.hadoop.hdfs.server.namenode
 

Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type FSConstants.UpgradeAction
 UpgradeStatusReport NameNode.distributedUpgradeProgress(FSConstants.UpgradeAction action)
           
 



Copyright © 2009 The Apache Software Foundation