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

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

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

Methods in org.apache.hadoop.hbase.regionserver that return StoreFile.WriterBuilder
 StoreFile.WriterBuilder StoreFile.WriterBuilder.withBloomType(BloomType bloomType)
           
 StoreFile.WriterBuilder StoreFile.WriterBuilder.withComparator(KeyValue.KVComparator comparator)
           
 StoreFile.WriterBuilder StoreFile.WriterBuilder.withFavoredNodes(InetSocketAddress[] favoredNodes)
           
 StoreFile.WriterBuilder StoreFile.WriterBuilder.withFileContext(HFileContext fileContext)
           
 StoreFile.WriterBuilder StoreFile.WriterBuilder.withFilePath(org.apache.hadoop.fs.Path filePath)
          Use either this method or withOutputDir(org.apache.hadoop.fs.Path), but not both.
 StoreFile.WriterBuilder StoreFile.WriterBuilder.withMaxKeyCount(long maxKeyCount)
           
 StoreFile.WriterBuilder StoreFile.WriterBuilder.withOutputDir(org.apache.hadoop.fs.Path dir)
          Use either this method or withFilePath(org.apache.hadoop.fs.Path), but not both.
 StoreFile.WriterBuilder StoreFile.WriterBuilder.withShouldDropCacheBehind(boolean shouldDropCacheBehind)
           
 



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