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
 

Fields in org.apache.hadoop.hbase.regionserver with type parameters of type StoreFile.Writer
protected  List<StoreFile.Writer> StripeMultiFileWriter.existingWriters
           
 

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

Methods in org.apache.hadoop.hbase.regionserver that return types with arguments of type StoreFile.Writer
protected  Collection<StoreFile.Writer> DateTieredMultiFileWriter.writers()
           
protected abstract  Collection<StoreFile.Writer> AbstractMultiFileWriter.writers()
           
protected  Collection<StoreFile.Writer> StripeMultiFileWriter.writers()
           
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type StoreFile.Writer
protected  void AbstractMultiFileWriter.preCloseWriter(StoreFile.Writer writer)
          Subclasses override this method to be called before we close the give writer.
protected  void StripeMultiFileWriter.preCloseWriter(StoreFile.Writer writer)
           
 

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

Methods in org.apache.hadoop.hbase.regionserver.compactions that return StoreFile.Writer
protected  StoreFile.Writer Compactor.createTmpWriter(Compactor.FileDetails fd, boolean shouldDropBehind)
          Creates a writer for a new file in a temporary directory.
 

Methods in org.apache.hadoop.hbase.regionserver.compactions with parameters of type StoreFile.Writer
protected  void DefaultCompactor.abortWriter(StoreFile.Writer writer)
           
protected  List<org.apache.hadoop.fs.Path> DefaultCompactor.commitWriter(StoreFile.Writer writer, Compactor.FileDetails fd, CompactionRequest request)
           
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.