Uses of Class
org.apache.hadoop.hbase.util.HbckTableInfo
Packages that use org.apache.hadoop.hbase.util.HbckTableInfo
-
Uses of org.apache.hadoop.hbase.util.HbckTableInfo in org.apache.hadoop.hbase.util
Methods in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.util.HbckTableInfo in inModifier and TypeMethodDescriptionvoid
HbckErrorReporter.reportError
(org.apache.hadoop.hbase.util.HbckErrorReporter.ERROR_CODE errorCode, String message, org.apache.hadoop.hbase.util.HbckTableInfo table) Deprecated.void
HbckErrorReporter.reportError
(org.apache.hadoop.hbase.util.HbckErrorReporter.ERROR_CODE errorCode, String message, org.apache.hadoop.hbase.util.HbckTableInfo table, org.apache.hadoop.hbase.util.HbckRegionInfo info) Deprecated.void
HbckErrorReporter.reportError
(org.apache.hadoop.hbase.util.HbckErrorReporter.ERROR_CODE errorCode, String message, org.apache.hadoop.hbase.util.HbckTableInfo table, org.apache.hadoop.hbase.util.HbckRegionInfo info1, org.apache.hadoop.hbase.util.HbckRegionInfo info2) Deprecated.boolean
HbckErrorReporter.tableHasErrors
(org.apache.hadoop.hbase.util.HbckTableInfo table) Deprecated. -
Uses of org.apache.hadoop.hbase.util.HbckTableInfo in org.apache.hadoop.hbase.util.hbck
Methods in org.apache.hadoop.hbase.util.hbck that return org.apache.hadoop.hbase.util.HbckTableInfo in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.util.HbckTableInfo
TableIntegrityErrorHandler.getTableInfo()
org.apache.hadoop.hbase.util.HbckTableInfo
TableIntegrityErrorHandlerImpl.getTableInfo()
Methods in org.apache.hadoop.hbase.util.hbck with parameters of type org.apache.hadoop.hbase.util.HbckTableInfo in inModifier and TypeMethodDescriptionvoid
TableIntegrityErrorHandler.setTableInfo
(org.apache.hadoop.hbase.util.HbckTableInfo ti) Set the TableInfo used by all HRegionInfos fabricated by other callbacksvoid
TableIntegrityErrorHandlerImpl.setTableInfo
(org.apache.hadoop.hbase.util.HbckTableInfo ti2) Set the TableInfo used by all HRegionInfos fabricated by other callbacks