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

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

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

Methods in org.apache.hadoop.yarn.proto that return YarnServiceProtos.GetApplicationReportRequestProto.Builder
 YarnServiceProtos.GetApplicationReportRequestProto.Builder YarnServiceProtos.GetApplicationReportRequestProto.Builder.clear()
           
 YarnServiceProtos.GetApplicationReportRequestProto.Builder YarnServiceProtos.GetApplicationReportRequestProto.Builder.clearApplicationId()
          optional .hadoop.yarn.ApplicationIdProto application_id = 1;
 YarnServiceProtos.GetApplicationReportRequestProto.Builder YarnServiceProtos.GetApplicationReportRequestProto.Builder.clone()
           
 YarnServiceProtos.GetApplicationReportRequestProto.Builder YarnServiceProtos.GetApplicationReportRequestProto.Builder.mergeApplicationId(YarnProtos.ApplicationIdProto value)
          optional .hadoop.yarn.ApplicationIdProto application_id = 1;
 YarnServiceProtos.GetApplicationReportRequestProto.Builder YarnServiceProtos.GetApplicationReportRequestProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServiceProtos.GetApplicationReportRequestProto.Builder YarnServiceProtos.GetApplicationReportRequestProto.Builder.mergeFrom(com.google.protobuf.Message other)
           
 YarnServiceProtos.GetApplicationReportRequestProto.Builder YarnServiceProtos.GetApplicationReportRequestProto.Builder.mergeFrom(YarnServiceProtos.GetApplicationReportRequestProto other)
           
static YarnServiceProtos.GetApplicationReportRequestProto.Builder YarnServiceProtos.GetApplicationReportRequestProto.newBuilder()
           
static YarnServiceProtos.GetApplicationReportRequestProto.Builder YarnServiceProtos.GetApplicationReportRequestProto.newBuilder(YarnServiceProtos.GetApplicationReportRequestProto prototype)
           
 YarnServiceProtos.GetApplicationReportRequestProto.Builder YarnServiceProtos.GetApplicationReportRequestProto.newBuilderForType()
           
protected  YarnServiceProtos.GetApplicationReportRequestProto.Builder YarnServiceProtos.GetApplicationReportRequestProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 YarnServiceProtos.GetApplicationReportRequestProto.Builder YarnServiceProtos.GetApplicationReportRequestProto.Builder.setApplicationId(YarnProtos.ApplicationIdProto.Builder builderForValue)
          optional .hadoop.yarn.ApplicationIdProto application_id = 1;
 YarnServiceProtos.GetApplicationReportRequestProto.Builder YarnServiceProtos.GetApplicationReportRequestProto.Builder.setApplicationId(YarnProtos.ApplicationIdProto value)
          optional .hadoop.yarn.ApplicationIdProto application_id = 1;
 YarnServiceProtos.GetApplicationReportRequestProto.Builder YarnServiceProtos.GetApplicationReportRequestProto.toBuilder()
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.