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

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

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 StripeMultiFileWriter.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)
           
 



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