Class ReportMakingVisitor

java.lang.Object
org.apache.hadoop.hbase.master.janitor.ReportMakingVisitor
All Implemented Interfaces:
Closeable, AutoCloseable, MetaTableAccessor.CloseableVisitor, MetaTableAccessor.Visitor

Visitor we use in here in CatalogJanitor to go against hbase:meta table. Generates a Report made of a collection of split parents and counts of rows in the hbase:meta table. Also runs hbase:meta consistency checks to generate more report. Report is NOT ready until after this visitor has been close()'d.