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

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

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


Method Summary
 String getHealthReport()
           
 boolean getIsNodeHealthy()
           
 long getLastHealthReportTime()
           
 boolean hasHealthReport()
           
 boolean hasIsNodeHealthy()
           
 boolean hasLastHealthReportTime()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasIsNodeHealthy

boolean hasIsNodeHealthy()

getIsNodeHealthy

boolean getIsNodeHealthy()

hasHealthReport

boolean hasHealthReport()

getHealthReport

String getHealthReport()

hasLastHealthReportTime

boolean hasLastHealthReportTime()

getLastHealthReportTime

long getLastHealthReportTime()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.