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 in
    Modifier and Type
    Method
    Description
    void
    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 in
    Modifier and Type
    Method
    Description
    org.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 in
    Modifier and Type
    Method
    Description
    void
    TableIntegrityErrorHandler.setTableInfo(org.apache.hadoop.hbase.util.HbckTableInfo ti)
    Set the TableInfo used by all HRegionInfos fabricated by other callbacks
    void
    TableIntegrityErrorHandlerImpl.setTableInfo(org.apache.hadoop.hbase.util.HbckTableInfo ti2)
    Set the TableInfo used by all HRegionInfos fabricated by other callbacks