| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.util | |
| org.apache.hadoop.hbase.util.hbck | 
| Modifier and Type | Method and Description | 
|---|---|
| com.google.common.collect.Multimap<byte[],HBaseFsck.HbckInfo> | HBaseFsck. getOverlapGroups(TableName table) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HBaseFsck.TableInfo. addRegionInfo(HBaseFsck.HbckInfo hir) | 
| int | HBaseFsck. mergeRegionDirs(org.apache.hadoop.fs.Path targetRegionDir,
               HBaseFsck.HbckInfo contained)Merge hdfs data by moving from contained HbckInfo into targetRegionDir. | 
| 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HBaseFsck. dumpOverlapProblems(com.google.common.collect.Multimap<byte[],HBaseFsck.HbckInfo> regions) | 
| void | HBaseFsck. dumpSidelinedRegions(Map<org.apache.hadoop.fs.Path,HBaseFsck.HbckInfo> regions) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TableIntegrityErrorHandlerImpl. handleDegenerateRegion(HBaseFsck.HbckInfo hi)Callback for handling a region that has the same start and end key. | 
| void | TableIntegrityErrorHandler. handleDegenerateRegion(HBaseFsck.HbckInfo hi)Callback for handling a region that has the same start and end key. | 
| void | TableIntegrityErrorHandlerImpl. handleDuplicateStartKeys(HBaseFsck.HbckInfo hi1,
                        HBaseFsck.HbckInfo hi2)Callback for handling two regions that have the same start key. | 
| void | TableIntegrityErrorHandler. handleDuplicateStartKeys(HBaseFsck.HbckInfo hi1,
                        HBaseFsck.HbckInfo hi2)Callback for handling two regions that have the same start key. | 
| void | TableIntegrityErrorHandlerImpl. handleOverlapInRegionChain(HBaseFsck.HbckInfo hi1,
                          HBaseFsck.HbckInfo hi2)Callback for handling two reigons that overlap in some arbitrary way. | 
| void | TableIntegrityErrorHandler. handleOverlapInRegionChain(HBaseFsck.HbckInfo hi1,
                          HBaseFsck.HbckInfo hi2)Callback for handling two reigons that overlap in some arbitrary way. | 
| void | TableIntegrityErrorHandlerImpl. handleRegionStartKeyNotEmpty(HBaseFsck.HbckInfo hi)Callback for handling case where a Table has a first region that does not
 have an empty start key. | 
| void | TableIntegrityErrorHandler. handleRegionStartKeyNotEmpty(HBaseFsck.HbckInfo hi)Callback for handling case where a Table has a first region that does not
 have an empty start key. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TableIntegrityErrorHandlerImpl. handleOverlapGroup(Collection<HBaseFsck.HbckInfo> overlap)Callback for handling an group of regions that overlap. | 
| void | TableIntegrityErrorHandler. handleOverlapGroup(Collection<HBaseFsck.HbckInfo> overlap)Callback for handling an group of regions that overlap. | 
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.