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

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

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.
 com.google.common.collect.ImmutableList<StoreFile> Store.sortAndClone(List<StoreFile> storeFiles)
           
 

Method parameters in org.apache.hadoop.hbase.regionserver with type arguments of type StoreFile
static long StoreFile.getMaxSequenceIdInList(List<StoreFile> sfs)
          Return the highest sequence ID found across all storefiles in the given list.
 com.google.common.collect.ImmutableList<StoreFile> Store.sortAndClone(List<StoreFile> storeFiles)
           
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.