Uses of Interface
org.apache.hadoop.hbase.util.HbckErrorReporter

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

    Methods in org.apache.hadoop.hbase.util that return org.apache.hadoop.hbase.util.HbckErrorReporter in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.util.HbckErrorReporter
    HBaseFsck.getErrors()
    Deprecated.
     
    Methods in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.util.HbckErrorReporter in in
    Modifier and Type
    Method
    Description
    static void
    HBaseFsck.debugLsr(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path p, org.apache.hadoop.hbase.util.HbckErrorReporter errors)
    Deprecated.
    ls -r for debugging purposes
    static Map<String,org.apache.hadoop.fs.Path>
    FSUtils.getTableStoreFilePathMap(Map<String,org.apache.hadoop.fs.Path> resultMap, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path hbaseRootDir, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.fs.PathFilter sfFilter, ExecutorService executor, org.apache.hadoop.hbase.util.HbckErrorReporter progressReporter)
    Deprecated.
    Since 2.3.0.
    static Map<String,org.apache.hadoop.fs.Path>
    FSUtils.getTableStoreFilePathMap(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path hbaseRootDir, org.apache.hadoop.fs.PathFilter sfFilter, ExecutorService executor, org.apache.hadoop.hbase.util.HbckErrorReporter progressReporter)
    Deprecated.
    Since 2.3.0.
  • Uses of org.apache.hadoop.hbase.util.HbckErrorReporter in org.apache.hadoop.hbase.util.hbck

    Methods in org.apache.hadoop.hbase.util.hbck with parameters of type org.apache.hadoop.hbase.util.HbckErrorReporter in in
    Modifier and Type
    Method
    Description
    void
    HFileCorruptionChecker.report(org.apache.hadoop.hbase.util.HbckErrorReporter out)
    Print a human readable summary of hfile quarantining operations.
    Constructors in org.apache.hadoop.hbase.util.hbck with parameters of type org.apache.hadoop.hbase.util.HbckErrorReporter in in
    Modifier
    Constructor
    Description
     
    ReplicationChecker(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.zookeeper.ZKWatcher zkw, org.apache.hadoop.hbase.util.HbckErrorReporter errorReporter)