@InterfaceAudience.Private @InterfaceStability.Evolving public interface HbckErrorReporter
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | HbckErrorReporter.ERROR_CODE | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 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()
ArrayList<HbckErrorReporter.ERROR_CODE> getErrorList()
void progress()
void resetErrors()
boolean tableHasErrors(HbckTableInfo table)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.