Uses of Class
org.apache.hadoop.hbase.util.migration.v5.HStoreFile

Packages that use HStoreFile
org.apache.hadoop.hbase.util.migration.v5 Package of classes used instantiating objects written with pre-version 5 versions of HBase. 
 

Uses of HStoreFile in org.apache.hadoop.hbase.util.migration.v5
 

Methods in org.apache.hadoop.hbase.util.migration.v5 that return types with arguments of type HStoreFile
 List<HStoreFile> HRegion.close()
          Close down this HRegion.
 

Methods in org.apache.hadoop.hbase.util.migration.v5 with parameters of type HStoreFile
 boolean HStoreFile.rename(org.apache.hadoop.fs.FileSystem fs, HStoreFile hsf)
          Renames the mapfiles and info directories under the passed hsf directory.
 



Copyright © 2008 The Apache Software Foundation