Uses of Enum Class
org.apache.hadoop.hbase.util.HbckErrorReporter.ERROR_CODE
Packages that use HbckErrorReporter.ERROR_CODE
-
Uses of HbckErrorReporter.ERROR_CODE in org.apache.hadoop.hbase.util
Fields in org.apache.hadoop.hbase.util with type parameters of type HbckErrorReporter.ERROR_CODEModifier and TypeFieldDescriptionprivate ArrayList<HbckErrorReporter.ERROR_CODE>
HBaseFsck.PrintingErrorReporter.errorList
Methods in org.apache.hadoop.hbase.util that return HbckErrorReporter.ERROR_CODEModifier and TypeMethodDescriptionstatic HbckErrorReporter.ERROR_CODE
Returns the enum constant of this class with the specified name.static HbckErrorReporter.ERROR_CODE[]
HbckErrorReporter.ERROR_CODE.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.util that return types with arguments of type HbckErrorReporter.ERROR_CODEModifier and TypeMethodDescriptionHBaseFsck.PrintingErrorReporter.getErrorList()
HbckErrorReporter.getErrorList()
Deprecated.Methods in org.apache.hadoop.hbase.util with parameters of type HbckErrorReporter.ERROR_CODEModifier and TypeMethodDescriptionvoid
HBaseFsck.PrintingErrorReporter.reportError
(HbckErrorReporter.ERROR_CODE errorCode, String message) void
HBaseFsck.PrintingErrorReporter.reportError
(HbckErrorReporter.ERROR_CODE errorCode, String message, HbckTableInfo table) void
HBaseFsck.PrintingErrorReporter.reportError
(HbckErrorReporter.ERROR_CODE errorCode, String message, HbckTableInfo table, HbckRegionInfo info) void
HBaseFsck.PrintingErrorReporter.reportError
(HbckErrorReporter.ERROR_CODE errorCode, String message, HbckTableInfo table, HbckRegionInfo info1, HbckRegionInfo info2) void
HbckErrorReporter.reportError
(HbckErrorReporter.ERROR_CODE errorCode, String message) Deprecated.void
HbckErrorReporter.reportError
(HbckErrorReporter.ERROR_CODE errorCode, String message, HbckTableInfo table) Deprecated.void
HbckErrorReporter.reportError
(HbckErrorReporter.ERROR_CODE errorCode, String message, HbckTableInfo table, HbckRegionInfo info) Deprecated.void
HbckErrorReporter.reportError
(HbckErrorReporter.ERROR_CODE errorCode, String message, HbckTableInfo table, HbckRegionInfo info1, HbckRegionInfo info2) Deprecated.