HBaseFsck is removed.@Deprecated @InterfaceAudience.Private public interface HbckErrorReporter
HBaseFsck reporting system.| 限定符和类型 | 接口和说明 |
|---|---|
static class |
HbckErrorReporter.ERROR_CODE
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear()
已过时。
|
void |
detail(String details)
已过时。
|
ArrayList<HbckErrorReporter.ERROR_CODE> |
getErrorList()
已过时。
|
void |
print(String message)
已过时。
|
void |
progress()
已过时。
|
void |
report(String message)
已过时。
|
void |
reportError(HbckErrorReporter.ERROR_CODE errorCode,
String message)
已过时。
|
void |
reportError(HbckErrorReporter.ERROR_CODE errorCode,
String message,
HbckTableInfo table)
已过时。
|
void |
reportError(HbckErrorReporter.ERROR_CODE errorCode,
String message,
HbckTableInfo table,
HbckRegionInfo info)
已过时。
|
void |
reportError(HbckErrorReporter.ERROR_CODE errorCode,
String message,
HbckTableInfo table,
HbckRegionInfo info1,
HbckRegionInfo info2)
已过时。
|
void |
reportError(String message)
已过时。
|
void |
resetErrors()
已过时。
|
int |
summarize()
已过时。
|
boolean |
tableHasErrors(HbckTableInfo table)
已过时。
|
void clear()
void report(String message)
void reportError(String message)
void reportError(HbckErrorReporter.ERROR_CODE errorCode, String message)
void reportError(HbckErrorReporter.ERROR_CODE errorCode, String message, HbckTableInfo table)
void reportError(HbckErrorReporter.ERROR_CODE errorCode, String message, HbckTableInfo table, HbckRegionInfo info)
void reportError(HbckErrorReporter.ERROR_CODE errorCode, String message, HbckTableInfo table, HbckRegionInfo info1, HbckRegionInfo info2)
int summarize()
void detail(String details)
ArrayList<HbckErrorReporter.ERROR_CODE> getErrorList()
void progress()
void print(String message)
void resetErrors()
boolean tableHasErrors(HbckTableInfo table)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.