Uses of Class
org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationReportResponseProto.Builder

Packages that use YarnServiceProtos.GetApplicationReportResponseProto.Builder
org.apache.hadoop.yarn.proto   
 

Uses of YarnServiceProtos.GetApplicationReportResponseProto.Builder in org.apache.hadoop.yarn.proto
 

Methods in org.apache.hadoop.yarn.proto that return YarnServiceProtos.GetApplicationReportResponseProto.Builder
 YarnServiceProtos.GetApplicationReportResponseProto.Builder YarnServiceProtos.GetApplicationReportResponseProto.Builder.clear()
           
 YarnServiceProtos.GetApplicationReportResponseProto.Builder YarnServiceProtos.GetApplicationReportResponseProto.Builder.clearApplicationReport()
          optional .hadoop.yarn.ApplicationReportProto application_report = 1;
 YarnServiceProtos.GetApplicationReportResponseProto.Builder YarnServiceProtos.GetApplicationReportResponseProto.Builder.clone()
           
 YarnServiceProtos.GetApplicationReportResponseProto.Builder YarnServiceProtos.GetApplicationReportResponseProto.Builder.mergeApplicationReport(YarnProtos.ApplicationReportProto value)
          optional .hadoop.yarn.ApplicationReportProto application_report = 1;
 YarnServiceProtos.GetApplicationReportResponseProto.Builder YarnServiceProtos.GetApplicationReportResponseProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServiceProtos.GetApplicationReportResponseProto.Builder YarnServiceProtos.GetApplicationReportResponseProto.Builder.mergeFrom(com.google.protobuf.Message other)
           
 YarnServiceProtos.GetApplicationReportResponseProto.Builder YarnServiceProtos.GetApplicationReportResponseProto.Builder.mergeFrom(YarnServiceProtos.GetApplicationReportResponseProto other)
           
static YarnServiceProtos.GetApplicationReportResponseProto.Builder YarnServiceProtos.GetApplicationReportResponseProto.newBuilder()
           
static YarnServiceProtos.GetApplicationReportResponseProto.Builder YarnServiceProtos.GetApplicationReportResponseProto.newBuilder(YarnServiceProtos.GetApplicationReportResponseProto prototype)
           
 YarnServiceProtos.GetApplicationReportResponseProto.Builder YarnServiceProtos.GetApplicationReportResponseProto.newBuilderForType()
           
protected  YarnServiceProtos.GetApplicationReportResponseProto.Builder YarnServiceProtos.GetApplicationReportResponseProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 YarnServiceProtos.GetApplicationReportResponseProto.Builder YarnServiceProtos.GetApplicationReportResponseProto.Builder.setApplicationReport(YarnProtos.ApplicationReportProto.Builder builderForValue)
          optional .hadoop.yarn.ApplicationReportProto application_report = 1;
 YarnServiceProtos.GetApplicationReportResponseProto.Builder YarnServiceProtos.GetApplicationReportResponseProto.Builder.setApplicationReport(YarnProtos.ApplicationReportProto value)
          optional .hadoop.yarn.ApplicationReportProto application_report = 1;
 YarnServiceProtos.GetApplicationReportResponseProto.Builder YarnServiceProtos.GetApplicationReportResponseProto.toBuilder()
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.