Uses of Class
org.apache.hadoop.hbase.util.HbckRegionInfo

Packages that use org.apache.hadoop.hbase.util.HbckRegionInfo
  • Uses of org.apache.hadoop.hbase.util.HbckRegionInfo in org.apache.hadoop.hbase.util

    Methods in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.util.HbckRegionInfo in in
    Modifier and Type
    Method
    Description
    void
    HbckTableInfo.addRegionInfo(org.apache.hadoop.hbase.util.HbckRegionInfo hir)
     
    int
    HBaseFsck.mergeRegionDirs(org.apache.hadoop.fs.Path targetRegionDir, org.apache.hadoop.hbase.util.HbckRegionInfo contained)
    Deprecated.
    Merge hdfs data by moving from contained HbckRegionInfo into targetRegionDir.
    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.
     
    Method parameters in org.apache.hadoop.hbase.util with type arguments of type org.apache.hadoop.hbase.util.HbckRegionInfo in in
    Modifier and Type
    Method
    Description
    org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<org.apache.hadoop.hbase.client.RegionInfo>
    HbckTableInfo.getRegionsFromMeta(TreeMap<String,org.apache.hadoop.hbase.util.HbckRegionInfo> regionInfoMap)
     
  • Uses of org.apache.hadoop.hbase.util.HbckRegionInfo in org.apache.hadoop.hbase.util.hbck

    Methods in org.apache.hadoop.hbase.util.hbck with parameters of type org.apache.hadoop.hbase.util.HbckRegionInfo in in
    Modifier and Type
    Method
    Description
    void
    TableIntegrityErrorHandler.handleDegenerateRegion(org.apache.hadoop.hbase.util.HbckRegionInfo hi)
    Callback for handling a region that has the same start and end key.
    void
    TableIntegrityErrorHandlerImpl.handleDegenerateRegion(org.apache.hadoop.hbase.util.HbckRegionInfo hi)
    Callback for handling a region that has the same start and end key.
    void
    TableIntegrityErrorHandler.handleDuplicateStartKeys(org.apache.hadoop.hbase.util.HbckRegionInfo hi1, org.apache.hadoop.hbase.util.HbckRegionInfo hi2)
    Callback for handling two regions that have the same start key.
    void
    TableIntegrityErrorHandlerImpl.handleDuplicateStartKeys(org.apache.hadoop.hbase.util.HbckRegionInfo hi1, org.apache.hadoop.hbase.util.HbckRegionInfo hi2)
    Callback for handling two regions that have the same start key.
    void
    TableIntegrityErrorHandler.handleOverlapInRegionChain(org.apache.hadoop.hbase.util.HbckRegionInfo hi1, org.apache.hadoop.hbase.util.HbckRegionInfo hi2)
    Callback for handling two reigons that overlap in some arbitrary way.
    void
    TableIntegrityErrorHandlerImpl.handleOverlapInRegionChain(org.apache.hadoop.hbase.util.HbckRegionInfo hi1, org.apache.hadoop.hbase.util.HbckRegionInfo hi2)
    Callback for handling two reigons that overlap in some arbitrary way.
    void
    TableIntegrityErrorHandler.handleRegionStartKeyNotEmpty(org.apache.hadoop.hbase.util.HbckRegionInfo hi)
    Callback for handling case where a Table has a first region that does not have an empty start key.
    void
    TableIntegrityErrorHandlerImpl.handleRegionStartKeyNotEmpty(org.apache.hadoop.hbase.util.HbckRegionInfo hi)
    Callback for handling case where a Table has a first region that does not have an empty start key.
    void
    TableIntegrityErrorHandler.handleSplit(org.apache.hadoop.hbase.util.HbckRegionInfo hi1, org.apache.hadoop.hbase.util.HbckRegionInfo hi2)
    Callback for handling two regions that have the same regionID a specific case of a split
    Method parameters in org.apache.hadoop.hbase.util.hbck with type arguments of type org.apache.hadoop.hbase.util.HbckRegionInfo in in
    Modifier and Type
    Method
    Description
    void
    TableIntegrityErrorHandler.handleOverlapGroup(Collection<org.apache.hadoop.hbase.util.HbckRegionInfo> overlap)
    Callback for handling an group of regions that overlap.
    void
    TableIntegrityErrorHandlerImpl.handleOverlapGroup(Collection<org.apache.hadoop.hbase.util.HbckRegionInfo> overlap)
    Callback for handling an group of regions that overlap.