Uses of Class
org.apache.hadoop.hbase.regionserver.CreateStoreFileWriterParams
Package
Description
-
Uses of CreateStoreFileWriterParams in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionCreateStoreFileWriterParams.compression
(Compression.Algorithm compression) Set the compression algorithm to usestatic CreateStoreFileWriterParams
CreateStoreFileWriterParams.create()
CreateStoreFileWriterParams.fileStoragePolicy
(String fileStoragePolicy) CreateStoreFileWriterParams.includeMVCCReadpoint
(boolean includeMVCCReadpoint) Whether to include MVCC or notCreateStoreFileWriterParams.includesTag
(boolean includesTag) Whether to includesTag or notCreateStoreFileWriterParams.isCompaction
(boolean isCompaction) Whether we are creating a new file in a compactionCreateStoreFileWriterParams.maxKeyCount
(long maxKeyCount) CreateStoreFileWriterParams.shouldDropBehind
(boolean shouldDropBehind) CreateStoreFileWriterParams.totalCompactedFilesSize
(long totalCompactedFilesSize) CreateStoreFileWriterParams.writerCreationTracker
(Consumer<org.apache.hadoop.fs.Path> writerCreationTracker) Modifier and TypeMethodDescriptionStoreEngine.createWriter
(CreateStoreFileWriterParams params) Create a writer for writing new store files. -
Uses of CreateStoreFileWriterParams in org.apache.hadoop.hbase.regionserver.compactions
Modifier and TypeMethodDescriptionprotected final CreateStoreFileWriterParams
Compactor.createParams
(Compactor.FileDetails fd, boolean shouldDropBehind, boolean major, Consumer<org.apache.hadoop.fs.Path> writerCreationTracker) -
Uses of CreateStoreFileWriterParams in org.apache.hadoop.hbase.regionserver.storefiletracker
Modifier and TypeMethodDescriptionStoreFileTracker.createWriter
(CreateStoreFileWriterParams params) Create a writer for writing new store files.final StoreFileWriter
StoreFileTrackerBase.createWriter
(CreateStoreFileWriterParams params)