Package org.apache.hadoop.hbase
Class HbckRegionDetails
java.lang.Object
org.apache.hadoop.hbase.HbckRegionDetails
POJO class for HBCK RegionInfo in HBCK Inconsistencies report.
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionHbckRegionDetails(String regionId, String tableName, String startKey, String endKey) 
- 
Method SummaryModifier and TypeMethodDescription
- 
Field Details- 
regionId
- 
tableName
- 
startKey
- 
endKey
 
- 
- 
Constructor Details- 
HbckRegionDetails
 
- 
- 
Method Details- 
getRegionId
- 
getTableName
- 
getStartKey
- 
getEndKey
 
-