Class MetaFixer

java.lang.Object
org.apache.hadoop.hbase.master.janitor.MetaFixer

@Private public class MetaFixer extends Object
Server-side fixing of bad or inconsistent state in hbase:meta. Distinct from MetaTableAccessor because MetaTableAccessor is about low-level manipulations driven by the Master. This class MetaFixer is employed by the Master and it 'knows' about holes and orphans and encapsulates their fixing on behalf of the Master.