Uses of Enum Class
org.apache.hadoop.hbase.HealthChecker.HealthCheckerExitStatus
Packages that use HealthChecker.HealthCheckerExitStatus
-
Uses of HealthChecker.HealthCheckerExitStatus in org.apache.hadoop.hbase
Fields in org.apache.hadoop.hbase declared as HealthChecker.HealthCheckerExitStatusMethods in org.apache.hadoop.hbase that return HealthChecker.HealthCheckerExitStatusModifier and TypeMethodDescription(package private) HealthChecker.HealthCheckerExitStatus
HealthReport.getStatus()
Gets the status of the region server.Returns the enum constant of this class with the specified name.HealthChecker.HealthCheckerExitStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase with parameters of type HealthChecker.HealthCheckerExitStatusModifier and TypeMethodDescriptionprivate String
HealthChecker.getHealthReport
(HealthChecker.HealthCheckerExitStatus status) Constructors in org.apache.hadoop.hbase with parameters of type HealthChecker.HealthCheckerExitStatusModifierConstructorDescription(package private)
HealthReport
(HealthChecker.HealthCheckerExitStatus status, String healthReport)