| Package | Description |
|---|---|
| org.apache.hadoop.hbase.mob.filecompactions |
| Modifier and Type | Method and Description |
|---|---|
protected PartitionedMobFileCompactionRequest |
PartitionedMobFileCompactor.select(List<org.apache.hadoop.fs.FileStatus> candidates,
boolean isForceAllFiles)
Selects the compacted mob/del files.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<org.apache.hadoop.fs.Path> |
PartitionedMobFileCompactor.compactDelFiles(PartitionedMobFileCompactionRequest request,
List<org.apache.hadoop.fs.Path> delFilePaths)
Compacts the del files in batches which avoids opening too many files.
|
protected List<org.apache.hadoop.fs.Path> |
PartitionedMobFileCompactor.compactMobFiles(PartitionedMobFileCompactionRequest request,
List<StoreFile> delFiles)
Compacts the selected small mob files and all the del files.
|
protected List<org.apache.hadoop.fs.Path> |
PartitionedMobFileCompactor.performCompaction(PartitionedMobFileCompactionRequest request)
Performs the compaction on the selected files.
|
Copyright © 2007–2016 Cloudera. All rights reserved.