Package | Description |
---|---|
org.apache.hadoop.hbase.master |
Modifier and Type | Field and Description |
---|---|
private CatalogJanitor.Report |
CatalogJanitor.lastReport
Saved report from last hbase:meta scan to completion.
|
private CatalogJanitor.Report |
CatalogJanitor.ReportMakingVisitor.report
Report is not done until after the close has been called.
|
Modifier and Type | Method and Description |
---|---|
CatalogJanitor.Report |
CatalogJanitor.getLastReport() |
(package private) CatalogJanitor.Report |
CatalogJanitor.ReportMakingVisitor.getReport()
Do not call until after
CatalogJanitor.ReportMakingVisitor.close() . |
(package private) CatalogJanitor.Report |
CatalogJanitor.scanForReport()
Scan hbase:meta.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
MetaFixer.fixHoles(CatalogJanitor.Report report)
If hole, it papers it over by adding a region in the filesystem and to hbase:meta.
|
(package private) void |
MetaFixer.fixOverlaps(CatalogJanitor.Report report)
Fix overlaps noted in CJ consistency report.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.