Uses of Class
org.apache.hadoop.hbase.util.HbckTableInfo
-
Uses of HbckTableInfo in org.apache.hadoop.hbase.util
Modifier and TypeFieldDescription(package private) Set<HbckTableInfo>
HBaseFsck.PrintingErrorReporter.errorTables
private SortedMap<TableName,
HbckTableInfo> HBaseFsck.tablesInfo
Deprecated.This map from Tablename -> TableInfo contains the structures necessary to detect table consistency problems (holes, dupes, overlaps).Modifier 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.Modifier and TypeMethodDescriptionvoid
HBaseFsck.PrintingErrorReporter.reportError
(HbckErrorReporter.ERROR_CODE errorCode, String message, HbckTableInfo table) void
HBaseFsck.PrintingErrorReporter.reportError
(HbckErrorReporter.ERROR_CODE errorCode, String message, HbckTableInfo table, HbckRegionInfo info) 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) Deprecated.void
HbckErrorReporter.reportError
(HbckErrorReporter.ERROR_CODE errorCode, String message, HbckTableInfo table, HbckRegionInfo info) Deprecated.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 TypeMethodDescriptionprivate void
HBaseFsck.printTableSummary
(SortedMap<TableName, HbckTableInfo> tablesInfo) Deprecated.Prints summary of all tables found on the system.ModifierConstructorDescription(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
Modifier and TypeFieldDescription(package private) HbckTableInfo
TableIntegrityErrorHandlerImpl.ti
Modifier and TypeMethodDescriptionTableIntegrityErrorHandler.getTableInfo()
TableIntegrityErrorHandlerImpl.getTableInfo()
Modifier and TypeMethodDescriptionvoid
TableIntegrityErrorHandler.setTableInfo
(HbckTableInfo ti) Set the TableInfo used by all HRegionInfos fabricated by other callbacksvoid
TableIntegrityErrorHandlerImpl.setTableInfo
(HbckTableInfo ti2) Set the TableInfo used by all HRegionInfos fabricated by other callbacks