Package | Description |
---|---|
org.apache.hadoop.hbase.mob | |
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.regionserver.compactions |
Modifier and Type | Method and Description |
---|---|
protected boolean |
DefaultMobStoreCompactor.performCompaction(Compactor.FileDetails fd,
InternalScanner scanner,
CellSink writer,
long smallestReadPoint,
boolean cleanSeqId,
ThroughputController throughputController,
CompactionRequestImpl request,
CompactionProgress progress)
Performs compaction on a column family with the mob flag enabled.
|
Modifier and Type | Method and Description |
---|---|
CompactionProgress |
HStore.getCompactionProgress()
getter for CompactionProgress object
|
Modifier and Type | Method and Description |
---|---|
void |
HStore.updateCompactedMetrics(boolean isMajor,
CompactionProgress progress) |
Modifier and Type | Field and Description |
---|---|
private Set<CompactionProgress> |
Compactor.progressSet |
Modifier and Type | Method and Description |
---|---|
CompactionProgress |
Compactor.getProgress()
Return the aggregate progress for all currently active compactions.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
Compactor.performCompaction(Compactor.FileDetails fd,
InternalScanner scanner,
CellSink writer,
long smallestReadPoint,
boolean cleanSeqId,
ThroughputController throughputController,
CompactionRequestImpl request,
CompactionProgress progress)
Performs the compaction.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.