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