Uses of Class
org.apache.hadoop.yarn.proto.YarnServerCommonProtos.NodeHealthStatusProto.Builder

Packages that use YarnServerCommonProtos.NodeHealthStatusProto.Builder
org.apache.hadoop.yarn.proto   
 

Uses of YarnServerCommonProtos.NodeHealthStatusProto.Builder in org.apache.hadoop.yarn.proto
 

Methods in org.apache.hadoop.yarn.proto that return YarnServerCommonProtos.NodeHealthStatusProto.Builder
 YarnServerCommonProtos.NodeHealthStatusProto.Builder YarnServerCommonProtos.NodeHealthStatusProto.Builder.clear()
           
 YarnServerCommonProtos.NodeHealthStatusProto.Builder YarnServerCommonProtos.NodeHealthStatusProto.Builder.clearHealthReport()
          optional string health_report = 2;
 YarnServerCommonProtos.NodeHealthStatusProto.Builder YarnServerCommonProtos.NodeHealthStatusProto.Builder.clearIsNodeHealthy()
          optional bool is_node_healthy = 1;
 YarnServerCommonProtos.NodeHealthStatusProto.Builder YarnServerCommonProtos.NodeHealthStatusProto.Builder.clearLastHealthReportTime()
          optional int64 last_health_report_time = 3;
 YarnServerCommonProtos.NodeHealthStatusProto.Builder YarnServerCommonProtos.NodeHealthStatusProto.Builder.clone()
           
 YarnServerCommonProtos.NodeHealthStatusProto.Builder YarnServerCommonProtos.NodeStatusProto.Builder.getNodeHealthStatusBuilder()
          optional .hadoop.yarn.NodeHealthStatusProto nodeHealthStatus = 4;
 YarnServerCommonProtos.NodeHealthStatusProto.Builder YarnServerCommonProtos.NodeHealthStatusProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServerCommonProtos.NodeHealthStatusProto.Builder YarnServerCommonProtos.NodeHealthStatusProto.Builder.mergeFrom(com.google.protobuf.Message other)
           
 YarnServerCommonProtos.NodeHealthStatusProto.Builder YarnServerCommonProtos.NodeHealthStatusProto.Builder.mergeFrom(YarnServerCommonProtos.NodeHealthStatusProto other)
           
static YarnServerCommonProtos.NodeHealthStatusProto.Builder YarnServerCommonProtos.NodeHealthStatusProto.newBuilder()
           
static YarnServerCommonProtos.NodeHealthStatusProto.Builder YarnServerCommonProtos.NodeHealthStatusProto.newBuilder(YarnServerCommonProtos.NodeHealthStatusProto prototype)
           
 YarnServerCommonProtos.NodeHealthStatusProto.Builder YarnServerCommonProtos.NodeHealthStatusProto.newBuilderForType()
           
protected  YarnServerCommonProtos.NodeHealthStatusProto.Builder YarnServerCommonProtos.NodeHealthStatusProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 YarnServerCommonProtos.NodeHealthStatusProto.Builder YarnServerCommonProtos.NodeHealthStatusProto.Builder.setHealthReport(String value)
          optional string health_report = 2;
 YarnServerCommonProtos.NodeHealthStatusProto.Builder YarnServerCommonProtos.NodeHealthStatusProto.Builder.setHealthReportBytes(com.google.protobuf.ByteString value)
          optional string health_report = 2;
 YarnServerCommonProtos.NodeHealthStatusProto.Builder YarnServerCommonProtos.NodeHealthStatusProto.Builder.setIsNodeHealthy(boolean value)
          optional bool is_node_healthy = 1;
 YarnServerCommonProtos.NodeHealthStatusProto.Builder YarnServerCommonProtos.NodeHealthStatusProto.Builder.setLastHealthReportTime(long value)
          optional int64 last_health_report_time = 3;
 YarnServerCommonProtos.NodeHealthStatusProto.Builder YarnServerCommonProtos.NodeHealthStatusProto.toBuilder()
           
 

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnServerCommonProtos.NodeHealthStatusProto.Builder
 YarnServerCommonProtos.NodeStatusProto.Builder YarnServerCommonProtos.NodeStatusProto.Builder.setNodeHealthStatus(YarnServerCommonProtos.NodeHealthStatusProto.Builder builderForValue)
          optional .hadoop.yarn.NodeHealthStatusProto nodeHealthStatus = 4;
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.