Uses of Class
org.apache.hadoop.hdfs.server.common.Storage.StorageState

Packages that use Storage.StorageState
org.apache.hadoop.hdfs.server.common   
 

Uses of Storage.StorageState in org.apache.hadoop.hdfs.server.common
 

Methods in org.apache.hadoop.hdfs.server.common that return Storage.StorageState
 Storage.StorageState Storage.StorageDirectory.analyzeStorage(HdfsConstants.StartupOption startOpt)
          Check consistency of the storage directory
static Storage.StorageState Storage.StorageState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Storage.StorageState[] Storage.StorageState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hdfs.server.common with parameters of type Storage.StorageState
 void Storage.StorageDirectory.doRecover(Storage.StorageState curState)
          Complete or recover storage state from previously failed transition.
 



Copyright © 2009 The Apache Software Foundation