Uses of Class
org.apache.hadoop.hbase.util.HbckTableInfo
Packages that use HbckTableInfo
-
Uses of HbckTableInfo in org.apache.hadoop.hbase.util
Fields in org.apache.hadoop.hbase.util with type parameters of type HbckTableInfoModifier and TypeFieldDescription(package private) Set<HbckTableInfo>HBaseFsck.PrintingErrorReporter.errorTablesprivate SortedMap<TableName,HbckTableInfo> HBaseFsck.tablesInfoDeprecated.This map from Tablename -> TableInfo contains the structures necessary to detect table consistency problems (holes, dupes, overlaps).Methods in org.apache.hadoop.hbase.util that return types with arguments of type HbckTableInfoModifier and TypeMethodDescriptionprivate 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.Methods in org.apache.hadoop.hbase.util with parameters of type HbckTableInfoModifier and TypeMethodDescriptionvoidHBaseFsck.PrintingErrorReporter.reportError(HbckErrorReporter.ERROR_CODE errorCode, String message, HbckTableInfo table) voidHBaseFsck.PrintingErrorReporter.reportError(HbckErrorReporter.ERROR_CODE errorCode, String message, HbckTableInfo table, HbckRegionInfo info) voidHBaseFsck.PrintingErrorReporter.reportError(HbckErrorReporter.ERROR_CODE errorCode, String message, HbckTableInfo table, HbckRegionInfo info1, HbckRegionInfo info2) voidHbckErrorReporter.reportError(HbckErrorReporter.ERROR_CODE errorCode, String message, HbckTableInfo table) Deprecated.voidHbckErrorReporter.reportError(HbckErrorReporter.ERROR_CODE errorCode, String message, HbckTableInfo table, HbckRegionInfo info) Deprecated.voidHbckErrorReporter.reportError(HbckErrorReporter.ERROR_CODE errorCode, String message, HbckTableInfo table, HbckRegionInfo info1, HbckRegionInfo info2) Deprecated.booleanHBaseFsck.PrintingErrorReporter.tableHasErrors(HbckTableInfo table) booleanHbckErrorReporter.tableHasErrors(HbckTableInfo table) Deprecated.Method parameters in org.apache.hadoop.hbase.util with type arguments of type HbckTableInfoModifier and TypeMethodDescriptionprivate voidHBaseFsck.printTableSummary(SortedMap<TableName, HbckTableInfo> tablesInfo) Deprecated.Prints summary of all tables found on the system.Constructors in org.apache.hadoop.hbase.util with parameters of type HbckTableInfoModifierConstructorDescription(package private)HDFSIntegrityFixer(HbckTableInfo ti, HbckErrorReporter errors, org.apache.hadoop.conf.Configuration conf, boolean fixHoles, boolean fixOverlaps) (package private)IntegrityFixSuggester(HbckTableInfo ti, HbckErrorReporter errors) -
Uses of HbckTableInfo in org.apache.hadoop.hbase.util.hbck
Fields in org.apache.hadoop.hbase.util.hbck declared as HbckTableInfoModifier and TypeFieldDescription(package private) HbckTableInfoTableIntegrityErrorHandlerImpl.tiMethods in org.apache.hadoop.hbase.util.hbck that return HbckTableInfoModifier and TypeMethodDescriptionTableIntegrityErrorHandler.getTableInfo()TableIntegrityErrorHandlerImpl.getTableInfo()Methods in org.apache.hadoop.hbase.util.hbck with parameters of type HbckTableInfoModifier and TypeMethodDescriptionvoidTableIntegrityErrorHandler.setTableInfo(HbckTableInfo ti) Set the TableInfo used by all HRegionInfos fabricated by other callbacksvoidTableIntegrityErrorHandlerImpl.setTableInfo(HbckTableInfo ti2) Set the TableInfo used by all HRegionInfos fabricated by other callbacks