Uses of Class
org.apache.hadoop.hbase.regionserver.CreateStoreFileWriterParams
Packages that use CreateStoreFileWriterParams
Package
Description
-
Uses of CreateStoreFileWriterParams in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that return CreateStoreFileWriterParamsModifier and TypeMethodDescriptionCreateStoreFileWriterParams.compression(Compression.Algorithm compression) Set the compression algorithm to usestatic CreateStoreFileWriterParamsCreateStoreFileWriterParams.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) Methods in org.apache.hadoop.hbase.regionserver with parameters of type CreateStoreFileWriterParamsModifier and TypeMethodDescriptionStoreEngine.createWriter(CreateStoreFileWriterParams params) Create a writer for writing new store files. -
Uses of CreateStoreFileWriterParams in org.apache.hadoop.hbase.regionserver.compactions
Methods in org.apache.hadoop.hbase.regionserver.compactions that return CreateStoreFileWriterParamsModifier and TypeMethodDescriptionprotected final CreateStoreFileWriterParamsCompactor.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
Methods in org.apache.hadoop.hbase.regionserver.storefiletracker with parameters of type CreateStoreFileWriterParamsModifier and TypeMethodDescriptionStoreFileTracker.createWriter(CreateStoreFileWriterParams params) Create a writer for writing new store files.final StoreFileWriterStoreFileTrackerBase.createWriter(CreateStoreFileWriterParams params)