Uses of Class
org.apache.hadoop.hbase.util.HBaseFsck.ErrorReporter.ERROR_CODE

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

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

Methods in org.apache.hadoop.hbase.util that return HBaseFsck.ErrorReporter.ERROR_CODE
static HBaseFsck.ErrorReporter.ERROR_CODE HBaseFsck.ErrorReporter.ERROR_CODE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HBaseFsck.ErrorReporter.ERROR_CODE[] HBaseFsck.ErrorReporter.ERROR_CODE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hbase.util that return types with arguments of type HBaseFsck.ErrorReporter.ERROR_CODE
 ArrayList<HBaseFsck.ErrorReporter.ERROR_CODE> HBaseFsck.ErrorReporter.getErrorList()
           
 

Methods in org.apache.hadoop.hbase.util with parameters of type HBaseFsck.ErrorReporter.ERROR_CODE
 void HBaseFsck.ErrorReporter.reportError(HBaseFsck.ErrorReporter.ERROR_CODE errorCode, String message)
           
 void HBaseFsck.ErrorReporter.reportError(HBaseFsck.ErrorReporter.ERROR_CODE errorCode, String message, HBaseFsck.TableInfo table)
           
 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)
           
 



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