Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.regionserver.compactions | |
org.apache.hadoop.hbase.regionserver.storefiletracker |
Modifier and Type | Method and Description |
---|---|
CreateStoreFileWriterParams |
CreateStoreFileWriterParams.compression(Compression.Algorithm compression)
Set the compression algorithm to use
|
static CreateStoreFileWriterParams |
CreateStoreFileWriterParams.create() |
CreateStoreFileWriterParams |
CreateStoreFileWriterParams.fileStoragePolicy(String fileStoragePolicy) |
CreateStoreFileWriterParams |
CreateStoreFileWriterParams.includeMVCCReadpoint(boolean includeMVCCReadpoint)
Whether to include MVCC or not
|
CreateStoreFileWriterParams |
CreateStoreFileWriterParams.includesTag(boolean includesTag)
Whether to includesTag or not
|
CreateStoreFileWriterParams |
CreateStoreFileWriterParams.isCompaction(boolean isCompaction)
Whether we are creating a new file in a compaction
|
CreateStoreFileWriterParams |
CreateStoreFileWriterParams.maxKeyCount(long maxKeyCount) |
CreateStoreFileWriterParams |
CreateStoreFileWriterParams.shouldDropBehind(boolean shouldDropBehind) |
CreateStoreFileWriterParams |
CreateStoreFileWriterParams.totalCompactedFilesSize(long totalCompactedFilesSize) |
CreateStoreFileWriterParams |
CreateStoreFileWriterParams.writerCreationTracker(Consumer<org.apache.hadoop.fs.Path> writerCreationTracker) |
Modifier and Type | Method and Description |
---|---|
StoreFileWriter |
StoreEngine.createWriter(CreateStoreFileWriterParams params)
Create a writer for writing new store files.
|
Modifier and Type | Method and Description |
---|---|
protected CreateStoreFileWriterParams |
Compactor.createParams(Compactor.FileDetails fd,
boolean shouldDropBehind,
boolean major,
Consumer<org.apache.hadoop.fs.Path> writerCreationTracker) |
Modifier and Type | Method and Description |
---|---|
StoreFileWriter |
StoreFileTrackerBase.createWriter(CreateStoreFileWriterParams params) |
StoreFileWriter |
StoreFileTracker.createWriter(CreateStoreFileWriterParams params)
Create a writer for writing new store files.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.