|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@InterfaceAudience.Public @InterfaceStability.Stable public interface NodeHealthStatus
NodeHealthStatus is a summary of the health status of the
node.
It includes information such as:
NodeReport,
ClientRMProtocol.getClusterNodes(org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodesRequest)| Method Summary | |
|---|---|
String |
getHealthReport()
Get the diagnostic health report of the node. |
boolean |
getIsNodeHealthy()
Is the node healthy? |
long |
getLastHealthReportTime()
Get the last timestamp at which the health report was received. |
| Method Detail |
|---|
@InterfaceAudience.Public @InterfaceStability.Stable boolean getIsNodeHealthy()
true if the node is healthy, else false@InterfaceAudience.Public @InterfaceStability.Stable String getHealthReport()
@InterfaceAudience.Public @InterfaceStability.Stable long getLastHealthReportTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||