| Package | Description |
|---|---|
| org.apache.hadoop.hbase.master.hbck | |
| org.apache.hadoop.hbase.util | |
| org.apache.hadoop.hbase.util.hbck |
| Modifier and Type | Method and Description |
|---|---|
Map<String,HbckRegionInfo> |
HbckReport.getRegionInfoMap()
This map contains the state of all hbck items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HbckTableInfo.addRegionInfo(HbckRegionInfo hir) |
int |
HBaseFsck.mergeRegionDirs(org.apache.hadoop.fs.Path targetRegionDir,
HbckRegionInfo contained)
Deprecated.
Merge hdfs data by moving from contained HbckRegionInfo into targetRegionDir.
|
void |
HbckErrorReporter.reportError(HbckErrorReporter.ERROR_CODE errorCode,
String message,
HbckTableInfo table,
HbckRegionInfo info)
Deprecated.
|
void |
HbckErrorReporter.reportError(HbckErrorReporter.ERROR_CODE errorCode,
String message,
HbckTableInfo table,
HbckRegionInfo info1,
HbckRegionInfo info2)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<RegionInfo> |
HbckTableInfo.getRegionsFromMeta(TreeMap<String,HbckRegionInfo> regionInfoMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableIntegrityErrorHandlerImpl.handleDegenerateRegion(HbckRegionInfo hi)
Callback for handling a region that has the same start and end key.
|
void |
TableIntegrityErrorHandler.handleDegenerateRegion(HbckRegionInfo hi)
Callback for handling a region that has the same start and end key.
|
void |
TableIntegrityErrorHandlerImpl.handleDuplicateStartKeys(HbckRegionInfo hi1,
HbckRegionInfo hi2)
Callback for handling two regions that have the same start key.
|
void |
TableIntegrityErrorHandler.handleDuplicateStartKeys(HbckRegionInfo hi1,
HbckRegionInfo hi2)
Callback for handling two regions that have the same start key.
|
void |
TableIntegrityErrorHandlerImpl.handleOverlapInRegionChain(HbckRegionInfo hi1,
HbckRegionInfo hi2)
Callback for handling two reigons that overlap in some arbitrary way.
|
void |
TableIntegrityErrorHandler.handleOverlapInRegionChain(HbckRegionInfo hi1,
HbckRegionInfo hi2)
Callback for handling two reigons that overlap in some arbitrary way.
|
void |
TableIntegrityErrorHandlerImpl.handleRegionStartKeyNotEmpty(HbckRegionInfo hi)
Callback for handling case where a Table has a first region that does not have an empty start
key.
|
void |
TableIntegrityErrorHandler.handleRegionStartKeyNotEmpty(HbckRegionInfo hi)
Callback for handling case where a Table has a first region that does not have an empty start
key.
|
void |
TableIntegrityErrorHandler.handleSplit(HbckRegionInfo hi1,
HbckRegionInfo hi2)
Callback for handling two regions that have the same regionID a specific case of a split
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableIntegrityErrorHandlerImpl.handleOverlapGroup(Collection<HbckRegionInfo> overlap)
Callback for handling an group of regions that overlap.
|
void |
TableIntegrityErrorHandler.handleOverlapGroup(Collection<HbckRegionInfo> overlap)
Callback for handling an group of regions that overlap.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.