@InterfaceAudience.Private
@InterfaceStability.Evolving
public interface HbckErrorReporter
| 限定符和类型 | 接口和说明 |
|---|---|
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–2019 The Apache Software Foundation. All rights reserved.