Package | Description |
---|---|
org.apache.hadoop.hbase |
Modifier and Type | Field and Description |
---|---|
private HealthChecker.HealthCheckerExitStatus |
HealthReport.status |
Modifier and Type | Method and Description |
---|---|
(package private) HealthChecker.HealthCheckerExitStatus |
HealthReport.getStatus()
Gets the status of the region server.
|
static HealthChecker.HealthCheckerExitStatus |
HealthChecker.HealthCheckerExitStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthChecker.HealthCheckerExitStatus[] |
HealthChecker.HealthCheckerExitStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private String |
HealthChecker.getHealthReport(HealthChecker.HealthCheckerExitStatus status) |
Constructor and Description |
---|
HealthReport(HealthChecker.HealthCheckerExitStatus status,
String healthReport) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.