| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.util | |
| org.apache.hadoop.hbase.util.hbck | 
| Modifier and Type | Field and Description | 
|---|---|
| (package private) Set<HbckTableInfo> | HBaseFsck.PrintingErrorReporter. errorTables | 
| private SortedMap<TableName,HbckTableInfo> | HBaseFsck. tablesInfoDeprecated.  This map from Tablename -> TableInfo contains the structures necessary to
 detect table consistency problems (holes, dupes, overlaps). | 
| Modifier and Type | Method and Description | 
|---|---|
| private SortedMap<TableName,HbckTableInfo> | HBaseFsck. checkHdfsIntegrity(boolean fixHoles,
                  boolean fixOverlaps)Deprecated.  | 
| (package private) SortedMap<TableName,HbckTableInfo> | HBaseFsck. checkIntegrity()Deprecated.  Checks tables integrity. | 
| private SortedMap<TableName,HbckTableInfo> | HBaseFsck. loadHdfsRegionInfos()Deprecated.  Populate hbi's from regionInfos loaded from file system. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HBaseFsck.PrintingErrorReporter. reportError(HbckErrorReporter.ERROR_CODE errorCode,
           String message,
           HbckTableInfo table) | 
| void | HbckErrorReporter. reportError(HbckErrorReporter.ERROR_CODE errorCode,
           String message,
           HbckTableInfo table)Deprecated.  | 
| void | HBaseFsck.PrintingErrorReporter. reportError(HbckErrorReporter.ERROR_CODE errorCode,
           String message,
           HbckTableInfo table,
           HbckRegionInfo info) | 
| void | HbckErrorReporter. reportError(HbckErrorReporter.ERROR_CODE errorCode,
           String message,
           HbckTableInfo table,
           HbckRegionInfo info)Deprecated.  | 
| void | HBaseFsck.PrintingErrorReporter. reportError(HbckErrorReporter.ERROR_CODE errorCode,
           String message,
           HbckTableInfo table,
           HbckRegionInfo info1,
           HbckRegionInfo info2) | 
| void | HbckErrorReporter. reportError(HbckErrorReporter.ERROR_CODE errorCode,
           String message,
           HbckTableInfo table,
           HbckRegionInfo info1,
           HbckRegionInfo info2)Deprecated.  | 
| boolean | HBaseFsck.PrintingErrorReporter. tableHasErrors(HbckTableInfo table) | 
| boolean | HbckErrorReporter. tableHasErrors(HbckTableInfo table)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| private void | HBaseFsck. printTableSummary(SortedMap<TableName,HbckTableInfo> tablesInfo)Deprecated.  Prints summary of all tables found on the system. | 
| Constructor and Description | 
|---|
| HDFSIntegrityFixer(HbckTableInfo ti,
                  HbckErrorReporter errors,
                  org.apache.hadoop.conf.Configuration conf,
                  boolean fixHoles,
                  boolean fixOverlaps) | 
| IntegrityFixSuggester(HbckTableInfo ti,
                     HbckErrorReporter errors) | 
| Modifier and Type | Field and Description | 
|---|---|
| (package private) HbckTableInfo | TableIntegrityErrorHandlerImpl. ti | 
| Modifier and Type | Method and Description | 
|---|---|
| HbckTableInfo | TableIntegrityErrorHandlerImpl. getTableInfo() | 
| HbckTableInfo | TableIntegrityErrorHandler. getTableInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TableIntegrityErrorHandlerImpl. setTableInfo(HbckTableInfo ti2)Set the TableInfo used by all HRegionInfos fabricated by other callbacks | 
| void | TableIntegrityErrorHandler. setTableInfo(HbckTableInfo ti)Set the TableInfo used by all HRegionInfos fabricated by other callbacks | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.