Uses of Interface
org.apache.hadoop.hbase.util.HBaseFsck.ErrorReporter

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

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

Methods in org.apache.hadoop.hbase.util that return HBaseFsck.ErrorReporter
 HBaseFsck.ErrorReporter HBaseFsck.getErrors()
           
 

Methods in org.apache.hadoop.hbase.util with parameters of type HBaseFsck.ErrorReporter
static void HBaseFsck.debugLsr(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path p, HBaseFsck.ErrorReporter errors)
          ls -r for debugging purposes
 

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

Methods in org.apache.hadoop.hbase.util.hbck with parameters of type HBaseFsck.ErrorReporter
 void HFileCorruptionChecker.report(HBaseFsck.ErrorReporter out)
          Print a human readable summary of hfile quarantining operations.
 

Constructors in org.apache.hadoop.hbase.util.hbck with parameters of type HBaseFsck.ErrorReporter
TableLockChecker(ZooKeeperWatcher zkWatcher, HBaseFsck.ErrorReporter errorReporter)
           
 



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