org.apache.hadoop.yarn.proto
Interface YarnServerCommonProtos.NodeHealthStatusProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
YarnServerCommonProtos.NodeHealthStatusProto, YarnServerCommonProtos.NodeHealthStatusProto.Builder
Enclosing class:
YarnServerCommonProtos

public static interface YarnServerCommonProtos.NodeHealthStatusProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 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;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasIsNodeHealthy

boolean hasIsNodeHealthy()
optional bool is_node_healthy = 1;


getIsNodeHealthy

boolean getIsNodeHealthy()
optional bool is_node_healthy = 1;


hasHealthReport

boolean hasHealthReport()
optional string health_report = 2;


getHealthReport

String getHealthReport()
optional string health_report = 2;


getHealthReportBytes

com.google.protobuf.ByteString getHealthReportBytes()
optional string health_report = 2;


hasLastHealthReportTime

boolean hasLastHealthReportTime()
optional int64 last_health_report_time = 3;


getLastHealthReportTime

long getLastHealthReportTime()
optional int64 last_health_report_time = 3;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.