Uses of Enum Class
org.apache.hadoop.hbase.util.HbckErrorReporter.ERROR_CODE
-
Uses of HbckErrorReporter.ERROR_CODE in org.apache.hadoop.hbase.util
Modifier and TypeFieldDescriptionprivate ArrayList<HbckErrorReporter.ERROR_CODE>
HBaseFsck.PrintingErrorReporter.errorList
Modifier 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.Modifier and TypeMethodDescriptionHBaseFsck.PrintingErrorReporter.getErrorList()
HbckErrorReporter.getErrorList()
Deprecated.Modifier 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.