Class CreateStoreFileWriterParams
java.lang.Object
org.apache.hadoop.hbase.regionserver.CreateStoreFileWriterParams
-
Field Summary
Modifier and TypeFieldDescriptionprivate Compression.Algorithm
private String
private boolean
private boolean
private boolean
private long
private boolean
private long
private Consumer<org.apache.hadoop.fs.Path>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncompression
(Compression.Algorithm compression) Set the compression algorithm to usestatic CreateStoreFileWriterParams
create()
fileStoragePolicy
(String fileStoragePolicy) boolean
includeMVCCReadpoint
(boolean includeMVCCReadpoint) Whether to include MVCC or notboolean
includesTag
(boolean includesTag) Whether to includesTag or notboolean
isCompaction
(boolean isCompaction) Whether we are creating a new file in a compactionlong
maxKeyCount
(long maxKeyCount) boolean
shouldDropBehind
(boolean shouldDropBehind) long
totalCompactedFilesSize
(long totalCompactedFilesSize) Consumer<org.apache.hadoop.fs.Path>
writerCreationTracker
(Consumer<org.apache.hadoop.fs.Path> writerCreationTracker)
-
Field Details
-
maxKeyCount
-
compression
-
isCompaction
-
includeMVCCReadpoint
-
includesTag
-
shouldDropBehind
-
totalCompactedFilesSize
-
fileStoragePolicy
-
writerCreationTracker
-
-
Constructor Details
-
CreateStoreFileWriterParams
private CreateStoreFileWriterParams()
-
-
Method Details
-
maxKeyCount
-
maxKeyCount
-
compression
-
compression
Set the compression algorithm to use -
isCompaction
-
isCompaction
Whether we are creating a new file in a compaction -
includeMVCCReadpoint
-
includeMVCCReadpoint
Whether to include MVCC or not -
includesTag
-
includesTag
Whether to includesTag or not -
shouldDropBehind
-
shouldDropBehind
-
totalCompactedFilesSize
-
totalCompactedFilesSize
-
fileStoragePolicy
-
fileStoragePolicy
-
writerCreationTracker
-
writerCreationTracker
public CreateStoreFileWriterParams writerCreationTracker(Consumer<org.apache.hadoop.fs.Path> writerCreationTracker) -
create
-