HBaseFsck is removed.@Deprecated @InterfaceAudience.Private public interface HbckErrorReporter
HBaseFsck reporting system.| Modifier and Type | Interface and Description | 
|---|---|
| static class  | HbckErrorReporter.ERROR_CODEDeprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clear()Deprecated.  | 
| void | detail(String details)Deprecated.  | 
| ArrayList<HbckErrorReporter.ERROR_CODE> | getErrorList()Deprecated.  | 
| void | print(String message)Deprecated.  | 
| void | progress()Deprecated.  | 
| void | report(String message)Deprecated.  | 
| void | reportError(HbckErrorReporter.ERROR_CODE errorCode,
           String message)Deprecated.  | 
| void | reportError(HbckErrorReporter.ERROR_CODE errorCode,
           String message,
           HbckTableInfo table)Deprecated.  | 
| void | reportError(HbckErrorReporter.ERROR_CODE errorCode,
           String message,
           HbckTableInfo table,
           HbckRegionInfo info)Deprecated.  | 
| void | reportError(HbckErrorReporter.ERROR_CODE errorCode,
           String message,
           HbckTableInfo table,
           HbckRegionInfo info1,
           HbckRegionInfo info2)Deprecated.  | 
| void | reportError(String message)Deprecated.  | 
| void | resetErrors()Deprecated.  | 
| int | summarize()Deprecated.  | 
| boolean | tableHasErrors(HbckTableInfo table)Deprecated.  | 
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–2021 The Apache Software Foundation. All rights reserved.