| 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.withComparator(CellComparator comparator) |
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.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–2020 The Apache Software Foundation. All rights reserved.