|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |