void
TableIntegrityErrorHandler.handleDegenerateRegion(org.apache.hadoop.hbase.util.HbckRegionInfo hi)
Callback for handling a region that has the same start and end key.
void
TableIntegrityErrorHandlerImpl.handleDegenerateRegion(org.apache.hadoop.hbase.util.HbckRegionInfo hi)
Callback for handling a region that has the same start and end key.
void
TableIntegrityErrorHandler.handleDuplicateStartKeys(org.apache.hadoop.hbase.util.HbckRegionInfo hi1,
org.apache.hadoop.hbase.util.HbckRegionInfo hi2)
Callback for handling two regions that have the same start key.
void
TableIntegrityErrorHandlerImpl.handleDuplicateStartKeys(org.apache.hadoop.hbase.util.HbckRegionInfo hi1,
org.apache.hadoop.hbase.util.HbckRegionInfo hi2)
Callback for handling two regions that have the same start key.
void
TableIntegrityErrorHandler.handleOverlapInRegionChain(org.apache.hadoop.hbase.util.HbckRegionInfo hi1,
org.apache.hadoop.hbase.util.HbckRegionInfo hi2)
Callback for handling two reigons that overlap in some arbitrary way.
void
TableIntegrityErrorHandlerImpl.handleOverlapInRegionChain(org.apache.hadoop.hbase.util.HbckRegionInfo hi1,
org.apache.hadoop.hbase.util.HbckRegionInfo hi2)
Callback for handling two reigons that overlap in some arbitrary way.
void
TableIntegrityErrorHandler.handleRegionStartKeyNotEmpty(org.apache.hadoop.hbase.util.HbckRegionInfo hi)
Callback for handling case where a Table has a first region that does not have an empty start
key.
void
TableIntegrityErrorHandlerImpl.handleRegionStartKeyNotEmpty(org.apache.hadoop.hbase.util.HbckRegionInfo hi)
Callback for handling case where a Table has a first region that does not have an empty start
key.
void
TableIntegrityErrorHandler.handleSplit(org.apache.hadoop.hbase.util.HbckRegionInfo hi1,
org.apache.hadoop.hbase.util.HbckRegionInfo hi2)
Callback for handling two regions that have the same regionID a specific case of a split