Package org.apache.hadoop.hbase
Class HbckInconsistentRegions
java.lang.Object
org.apache.hadoop.hbase.HbckInconsistentRegions
POJO to present HBCK Inconsistent Regions from HBCK Inconsistencies Report via REST API. These
inconsistencies are shown on hbck.jsp page on Active HMaster UI as part of HBCK inconsistencies.
-
Field Summary
Modifier and TypeFieldDescriptionprivate final List<HbckServerName>
private final String
private final HbckServerName
-
Constructor Summary
ConstructorDescriptionHbckInconsistentRegions
(String inconsistentRegionId, HbckServerName serverNameInMeta, List<HbckServerName> listOfServerName) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
regionId
-
serverNameInMeta
-
listOfServers
-
-
Constructor Details
-
HbckInconsistentRegions
public HbckInconsistentRegions(String inconsistentRegionId, HbckServerName serverNameInMeta, List<HbckServerName> listOfServerName)
-
-
Method Details
-
getRegionId
-
getServerNameInMeta
-
getListOfServers
-