Uses of Enum Class
org.apache.hadoop.hbase.HealthChecker.HealthCheckerExitStatus
Packages that use HealthChecker.HealthCheckerExitStatus
- 
Uses of HealthChecker.HealthCheckerExitStatus in org.apache.hadoop.hbaseFields in org.apache.hadoop.hbase declared as HealthChecker.HealthCheckerExitStatusMethods in org.apache.hadoop.hbase that return HealthChecker.HealthCheckerExitStatusModifier and TypeMethodDescription(package private) HealthChecker.HealthCheckerExitStatusHealthReport.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 StringHealthChecker.getHealthReport(HealthChecker.HealthCheckerExitStatus status) Constructors in org.apache.hadoop.hbase with parameters of type HealthChecker.HealthCheckerExitStatusModifierConstructorDescription(package private)HealthReport(HealthChecker.HealthCheckerExitStatus status, String healthReport)