Package org.apache.hadoop.hbase
Class HealthReport
java.lang.Object
org.apache.hadoop.hbase.HealthReport
The Class HealthReport containing information about health of the node.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionHealthReport
(HealthChecker.HealthCheckerExitStatus status, String healthReport) -
Method Summary
Modifier and TypeMethodDescriptionboolean
(package private) String
Gets the health report of the region server.(package private) HealthChecker.HealthCheckerExitStatus
Gets the status of the region server.int
hashCode()
toString()
-
Field Details
-
status
-
healthReport
-
-
Constructor Details
-
HealthReport
HealthReport(HealthChecker.HealthCheckerExitStatus status, String healthReport)
-
-
Method Details