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

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

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

Methods in org.apache.hadoop.hbase.util that return types with arguments of type HBaseFsck.HbckInfo
 com.google.common.collect.Multimap<byte[],HBaseFsck.HbckInfo> HBaseFsck.getOverlapGroups(String table)
           
 

Methods in org.apache.hadoop.hbase.util with parameters of type HBaseFsck.HbckInfo
 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)
           
 

Method parameters in org.apache.hadoop.hbase.util with type arguments of type HBaseFsck.HbckInfo
 void HBaseFsck.dumpOverlapProblems(com.google.common.collect.Multimap<byte[],HBaseFsck.HbckInfo> regions)
           
 void HBaseFsck.dumpSidelinedRegions(Map<org.apache.hadoop.fs.Path,HBaseFsck.HbckInfo> regions)
           
 

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

Methods in org.apache.hadoop.hbase.util.hbck with parameters of type HBaseFsck.HbckInfo
 void TableIntegrityErrorHandler.handleDegenerateRegion(HBaseFsck.HbckInfo hi)
          Callback for handling a region that has the same start and end key.
 void TableIntegrityErrorHandlerImpl.handleDegenerateRegion(HBaseFsck.HbckInfo hi)
          Callback for handling a region that has the same start and end key.
 void TableIntegrityErrorHandler.handleDuplicateStartKeys(HBaseFsck.HbckInfo hi1, HBaseFsck.HbckInfo hi2)
          Callback for handling two regions that have the same start key.
 void TableIntegrityErrorHandlerImpl.handleDuplicateStartKeys(HBaseFsck.HbckInfo hi1, HBaseFsck.HbckInfo hi2)
          Callback for handling two regions that have the same start key.
 void TableIntegrityErrorHandler.handleOverlapInRegionChain(HBaseFsck.HbckInfo hi1, HBaseFsck.HbckInfo hi2)
          Callback for handling two reigons that overlap in some arbitrary way.
 void TableIntegrityErrorHandlerImpl.handleOverlapInRegionChain(HBaseFsck.HbckInfo hi1, HBaseFsck.HbckInfo hi2)
          Callback for handling two reigons that overlap in some arbitrary way.
 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.
 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.
 

Method parameters in org.apache.hadoop.hbase.util.hbck with type arguments of type HBaseFsck.HbckInfo
 void TableIntegrityErrorHandler.handleOverlapGroup(Collection<HBaseFsck.HbckInfo> overlap)
          Callback for handling an group of regions that overlap.
 void TableIntegrityErrorHandlerImpl.handleOverlapGroup(Collection<HBaseFsck.HbckInfo> overlap)
          Callback for handling an group of regions that overlap.
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.