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

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

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

Methods in org.apache.hadoop.hdfs with parameters of type FSConstants.SafeModeAction
 boolean DFSClient.setSafeMode(FSConstants.SafeModeAction action)
          Enter, leave or get safe mode.
 boolean DistributedFileSystem.setSafeMode(FSConstants.SafeModeAction action)
          Enter, leave or get safe mode.
 

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

Methods in org.apache.hadoop.hdfs.protocol that return FSConstants.SafeModeAction
static FSConstants.SafeModeAction FSConstants.SafeModeAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FSConstants.SafeModeAction[] FSConstants.SafeModeAction.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.SafeModeAction
 boolean ClientProtocol.setSafeMode(FSConstants.SafeModeAction action)
          Enter, leave or get safe mode.
 

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

Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type FSConstants.SafeModeAction
 boolean NameNode.setSafeMode(FSConstants.SafeModeAction action)
           
 



Copyright © 2009 The Apache Software Foundation