Uses of Enum
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.errorListMethods in org.apache.hadoop.hbase.util that return HbckErrorReporter.ERROR_CODEModifier and TypeMethodDescriptionstatic HbckErrorReporter.ERROR_CODEReturns the enum constant of this type with the specified name.static HbckErrorReporter.ERROR_CODE[]HbckErrorReporter.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 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 TypeMethodDescriptionvoidHBaseFsck.PrintingErrorReporter.reportError(HbckErrorReporter.ERROR_CODE errorCode, String message) voidHBaseFsck.PrintingErrorReporter.reportError(HbckErrorReporter.ERROR_CODE errorCode, String message, HbckTableInfo table) voidHBaseFsck.PrintingErrorReporter.reportError(HbckErrorReporter.ERROR_CODE errorCode, String message, HbckTableInfo table, HbckRegionInfo info) voidHBaseFsck.PrintingErrorReporter.reportError(HbckErrorReporter.ERROR_CODE errorCode, String message, HbckTableInfo table, HbckRegionInfo info1, HbckRegionInfo info2) voidHbckErrorReporter.reportError(HbckErrorReporter.ERROR_CODE errorCode, String message) Deprecated.voidHbckErrorReporter.reportError(HbckErrorReporter.ERROR_CODE errorCode, String message, HbckTableInfo table) Deprecated.voidHbckErrorReporter.reportError(HbckErrorReporter.ERROR_CODE errorCode, String message, HbckTableInfo table, HbckRegionInfo info) Deprecated.voidHbckErrorReporter.reportError(HbckErrorReporter.ERROR_CODE errorCode, String message, HbckTableInfo table, HbckRegionInfo info1, HbckRegionInfo info2) Deprecated.