| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.regionserver | 
| Modifier and Type | Method and Description | 
|---|---|
| StoreFileWriter.Builder | StoreFileWriter.Builder. withBloomType(BloomType bloomType) | 
| StoreFileWriter.Builder | StoreFileWriter.Builder. withCompactedFilesSupplier(Supplier<Collection<HStoreFile>> compactedFilesSupplier) | 
| StoreFileWriter.Builder | StoreFileWriter.Builder. withFavoredNodes(InetSocketAddress[] favoredNodes) | 
| StoreFileWriter.Builder | StoreFileWriter.Builder. withFileContext(HFileContext fileContext) | 
| StoreFileWriter.Builder | StoreFileWriter.Builder. withFilePath(org.apache.hadoop.fs.Path filePath)Use either this method or  withOutputDir(org.apache.hadoop.fs.Path), but not both. | 
| StoreFileWriter.Builder | StoreFileWriter.Builder. withFileStoragePolicy(String fileStoragePolicy) | 
| StoreFileWriter.Builder | StoreFileWriter.Builder. withMaxKeyCount(long maxKeyCount) | 
| StoreFileWriter.Builder | StoreFileWriter.Builder. withOutputDir(org.apache.hadoop.fs.Path dir)Use either this method or  withFilePath(org.apache.hadoop.fs.Path), but not both. | 
| StoreFileWriter.Builder | StoreFileWriter.Builder. withShouldDropCacheBehind(boolean shouldDropCacheBehind) | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.