public static interface YarnServerCommonProtos.NodeHealthStatusProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getHealthReport()
optional string health_report = 2; |
com.google.protobuf.ByteString |
getHealthReportBytes()
optional string health_report = 2; |
boolean |
getIsNodeHealthy()
optional bool is_node_healthy = 1; |
long |
getLastHealthReportTime()
optional int64 last_health_report_time = 3; |
boolean |
hasHealthReport()
optional string health_report = 2; |
boolean |
hasIsNodeHealthy()
optional bool is_node_healthy = 1; |
boolean |
hasLastHealthReportTime()
optional int64 last_health_report_time = 3; |
boolean hasIsNodeHealthy()
optional bool is_node_healthy = 1;
boolean getIsNodeHealthy()
optional bool is_node_healthy = 1;
boolean hasHealthReport()
optional string health_report = 2;
String getHealthReport()
optional string health_report = 2;
com.google.protobuf.ByteString getHealthReportBytes()
optional string health_report = 2;
boolean hasLastHealthReportTime()
optional int64 last_health_report_time = 3;
long getLastHealthReportTime()
optional int64 last_health_report_time = 3;
Copyright © 2013 Apache Software Foundation. All rights reserved.