Uses of Class
org.apache.hadoop.hbase.regionserver.StoreFileWriter.Builder
-
Uses of StoreFileWriter.Builder in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionStoreFileWriter.Builder.withBloomType
(BloomType bloomType) StoreFileWriter.Builder.withCellComparator
(CellComparator comparator) StoreFileWriter.Builder.withCompactedFilesSupplier
(Supplier<Collection<HStoreFile>> compactedFilesSupplier) StoreFileWriter.Builder.withFavoredNodes
(InetSocketAddress[] favoredNodes) StoreFileWriter.Builder.withFileContext
(HFileContext fileContext) StoreFileWriter.Builder.withFilePath
(org.apache.hadoop.fs.Path filePath) Use either this method orwithOutputDir(org.apache.hadoop.fs.Path)
, but not both.StoreFileWriter.Builder.withFileStoragePolicy
(String fileStoragePolicy) StoreFileWriter.Builder.withIsCompaction
(boolean isCompaction) StoreFileWriter.Builder.withMaxKeyCount
(long maxKeyCount) StoreFileWriter.Builder.withMaxVersions
(int maxVersions) StoreFileWriter.Builder.withNewVersionBehavior
(boolean newVersionBehavior) StoreFileWriter.Builder.withOutputDir
(org.apache.hadoop.fs.Path dir) Use either this method orwithFilePath(org.apache.hadoop.fs.Path)
, but not both.StoreFileWriter.Builder.withShouldDropCacheBehind
(boolean shouldDropCacheBehind) StoreFileWriter.Builder.withWriterCreationTracker
(Consumer<org.apache.hadoop.fs.Path> writerCreationTracker)