Uses of Class
org.apache.hadoop.hbase.regionserver.StoreFile

Packages that use StoreFile
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.transactional   
 

Uses of StoreFile in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return types with arguments of type StoreFile
 List<StoreFile> HRegion.close()
          Close down this HRegion.
 List<StoreFile> HRegion.close(boolean abort)
          Close down this HRegion.
 

Uses of StoreFile in org.apache.hadoop.hbase.regionserver.transactional
 

Methods in org.apache.hadoop.hbase.regionserver.transactional that return types with arguments of type StoreFile
 List<StoreFile> TransactionalRegion.close(boolean abort)
           
 



Copyright © 2009 The Apache Software Foundation