| Package | Description |
|---|---|
| org.apache.hadoop.hbase.mob | |
| org.apache.hadoop.hbase.regionserver.compactions |
| Modifier and Type | Method and Description |
|---|---|
protected StoreFile.Writer |
DefaultMobCompactor.createTmpWriter(Compactor.FileDetails fd,
boolean shouldDropBehind)
Creates a writer for a new file in a temporary directory.
|
protected boolean |
DefaultMobCompactor.performCompaction(Compactor.FileDetails fd,
InternalScanner scanner,
Compactor.CellSink writer,
long smallestReadPoint,
boolean cleanSeqId,
CompactionThroughputController throughputController,
boolean major)
Performs compaction on a column family with the mob flag enabled.
|
| Modifier and Type | Method and Description |
|---|---|
protected Compactor.FileDetails |
Compactor.getFileDetails(Collection<StoreFile> filesToCompact,
boolean allFiles)
Extracts some details about the files to compact that are commonly needed by compactors.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Compactor.appendMetadataAndCloseWriter(StoreFile.Writer writer,
Compactor.FileDetails fd,
boolean isMajor)
Appends the metadata and closes the writer.
|
protected StoreFile.Writer |
DefaultCompactor.createTmpWriter(Compactor.FileDetails fd,
boolean shouldDropBehind)
Creates a writer for a new file in a temporary directory.
|
protected boolean |
Compactor.performCompaction(Compactor.FileDetails fd,
InternalScanner scanner,
Compactor.CellSink writer,
long smallestReadPoint,
boolean cleanSeqId,
CompactionThroughputController throughputController,
boolean major)
Performs the compaction.
|
Copyright © 2007–2016 Cloudera. All rights reserved.