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

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

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

Methods in org.apache.hadoop.hbase.regionserver that return StoreFile.Writer
 StoreFile.Writer StoreFile.WriterBuilder.build()
          Create a store file writer.
 StoreFile.Writer Store.createWriterInTmp(long maxKeyCount, Compression.Algorithm compression, boolean isCompaction, boolean includeMVCCReadpoint)
           
 StoreFile.Writer HStore.createWriterInTmp(long maxKeyCount, Compression.Algorithm compression, boolean isCompaction, boolean includeMVCCReadpoint)
           
 

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

Methods in org.apache.hadoop.hbase.regionserver.compactions with parameters of type StoreFile.Writer
protected  void Compactor.abortWriter(StoreFile.Writer writer)
           
 



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