Package | Description |
---|---|
org.apache.hadoop.hbase.util | |
org.apache.hadoop.hbase.util.hbck |
Modifier and Type | Method and Description |
---|---|
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) |
boolean |
HBaseFsck.ErrorReporter.tableHasErrors(HBaseFsck.TableInfo table) |
Modifier and Type | Method and Description |
---|---|
HBaseFsck.TableInfo |
TableIntegrityErrorHandlerImpl.getTableInfo() |
HBaseFsck.TableInfo |
TableIntegrityErrorHandler.getTableInfo() |
Modifier and Type | Method and Description |
---|---|
void |
TableIntegrityErrorHandlerImpl.setTableInfo(HBaseFsck.TableInfo ti2)
Set the TableInfo used by all HRegionInfos fabricated by other callbacks
|
void |
TableIntegrityErrorHandler.setTableInfo(HBaseFsck.TableInfo ti)
Set the TableInfo used by all HRegionInfos fabricated by other callbacks
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.