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

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

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

Methods in org.apache.hadoop.dfs 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're declared.
 

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



Copyright © 2008 The Apache Software Foundation