Uses of Class
org.apache.hadoop.hbase.util.HBaseFsck.TableInfo

Packages that use HBaseFsck.TableInfo
org.apache.hadoop.hbase.util   
org.apache.hadoop.hbase.util.hbck   
 

Uses of HBaseFsck.TableInfo in org.apache.hadoop.hbase.util
 

Methods in org.apache.hadoop.hbase.util with parameters of type HBaseFsck.TableInfo
 void HBaseFsck.ErrorReporter.reportError(HBaseFsck.ErrorReporter.ERROR_CODE errorCode, String message, HBaseFsck.TableInfo table)
           
 void HBaseFsck.ErrorReporter.reportError(HBaseFsck.ErrorReporter.ERROR_CODE errorCode, String message, HBaseFsck.TableInfo table, HBaseFsck.HbckInfo info)
           
 void HBaseFsck.ErrorReporter.reportError(HBaseFsck.ErrorReporter.ERROR_CODE errorCode, String message, HBaseFsck.TableInfo table, HBaseFsck.HbckInfo info1, HBaseFsck.HbckInfo info2)
           
 boolean HBaseFsck.ErrorReporter.tableHasErrors(HBaseFsck.TableInfo table)
           
 

Uses of HBaseFsck.TableInfo in org.apache.hadoop.hbase.util.hbck
 

Methods in org.apache.hadoop.hbase.util.hbck that return HBaseFsck.TableInfo
 HBaseFsck.TableInfo TableIntegrityErrorHandlerImpl.getTableInfo()
          
 HBaseFsck.TableInfo TableIntegrityErrorHandler.getTableInfo()
           
 

Methods in org.apache.hadoop.hbase.util.hbck with parameters of type HBaseFsck.TableInfo
 void TableIntegrityErrorHandlerImpl.setTableInfo(HBaseFsck.TableInfo ti2)
          Set the TableInfo used by all HRegionInfos fabricated by other callbacks
 void TableIntegrityErrorHandler.setTableInfo(HBaseFsck.TableInfo ti)
          Set the TableInfo used by all HRegionInfos fabricated by other callbacks
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.