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

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

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

Methods in org.apache.hadoop.yarn.proto that return YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder.clear()
           
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder.clearHost()
          optional string host = 1;
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder.clearRpcPort()
          optional int32 rpc_port = 2;
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder.clearTrackingUrl()
          optional string tracking_url = 3;
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder.clone()
           
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder.mergeFrom(com.google.protobuf.Message other)
           
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder.mergeFrom(YarnServiceProtos.RegisterApplicationMasterRequestProto other)
           
static YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder YarnServiceProtos.RegisterApplicationMasterRequestProto.newBuilder()
           
static YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder YarnServiceProtos.RegisterApplicationMasterRequestProto.newBuilder(YarnServiceProtos.RegisterApplicationMasterRequestProto prototype)
           
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder YarnServiceProtos.RegisterApplicationMasterRequestProto.newBuilderForType()
           
protected  YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder YarnServiceProtos.RegisterApplicationMasterRequestProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder.setHost(String value)
          optional string host = 1;
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder.setHostBytes(com.google.protobuf.ByteString value)
          optional string host = 1;
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder.setRpcPort(int value)
          optional int32 rpc_port = 2;
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder.setTrackingUrl(String value)
          optional string tracking_url = 3;
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder.setTrackingUrlBytes(com.google.protobuf.ByteString value)
          optional string tracking_url = 3;
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder YarnServiceProtos.RegisterApplicationMasterRequestProto.toBuilder()
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.