@InterfaceAudience.Public @InterfaceStability.Unstable public class TimelineHealth extends Object
Constructor and Description |
---|
TimelineHealth() |
TimelineHealth(org.apache.hadoop.yarn.api.records.timeline.TimelineHealth.TimelineHealthStatus healthy,
String diagnosticsInfo) |
Modifier and Type | Method and Description |
---|---|
String |
getDiagnosticsInfo() |
org.apache.hadoop.yarn.api.records.timeline.TimelineHealth.TimelineHealthStatus |
getHealthStatus() |
void |
setDiagnosticsInfo(String diagnosticsInfo) |
void |
setHealthStatus(org.apache.hadoop.yarn.api.records.timeline.TimelineHealth.TimelineHealthStatus healthStatus) |
public TimelineHealth(org.apache.hadoop.yarn.api.records.timeline.TimelineHealth.TimelineHealthStatus healthy, String diagnosticsInfo)
public TimelineHealth()
public org.apache.hadoop.yarn.api.records.timeline.TimelineHealth.TimelineHealthStatus getHealthStatus()
public String getDiagnosticsInfo()
public void setHealthStatus(org.apache.hadoop.yarn.api.records.timeline.TimelineHealth.TimelineHealthStatus healthStatus)
public void setDiagnosticsInfo(String diagnosticsInfo)
Copyright © 2023 Apache Software Foundation. All rights reserved.