Uses of Interface
org.apache.hadoop.hdfs.server.common.Storage.StorageDirType

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

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

Methods in org.apache.hadoop.hdfs.server.common that return Storage.StorageDirType
 Storage.StorageDirType Storage.StorageDirType.getStorageDirType()
           
 Storage.StorageDirType Storage.StorageDirectory.getStorageDirType()
          Get storage directory type
 

Methods in org.apache.hadoop.hdfs.server.common with parameters of type Storage.StorageDirType
 Iterator<Storage.StorageDirectory> Storage.dirIterator(Storage.StorageDirType dirType)
          Return iterator based on Storage Directory Type This iterator selects entries in storageDirs of type dirType and returns them via the Iterator
 boolean Storage.StorageDirType.isOfType(Storage.StorageDirType type)
           
 

Constructors in org.apache.hadoop.hdfs.server.common with parameters of type Storage.StorageDirType
Storage.StorageDirectory(File dir, Storage.StorageDirType dirType)
           
 



Copyright © 2009 The Apache Software Foundation