Package | Description |
---|---|
org.apache.hadoop.hbase.util |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<HBaseFsck.ErrorReporter.ERROR_CODE> |
HBaseFsck.ErrorReporter.getErrorList() |
Modifier and Type | Method and Description |
---|---|
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 © 2007-2016 The Apache Software Foundation. All Rights Reserved.