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

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder>
              extended by org.apache.hadoop.yarn.proto.YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, YarnServiceProtos.RegisterApplicationMasterRequestProtoOrBuilder
Enclosing class:
YarnServiceProtos.RegisterApplicationMasterRequestProto

public static final class YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder>
implements YarnServiceProtos.RegisterApplicationMasterRequestProtoOrBuilder


Method Summary
 YarnServiceProtos.RegisterApplicationMasterRequestProto build()
           
 YarnServiceProtos.RegisterApplicationMasterRequestProto buildPartial()
           
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder clear()
           
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder clearApplicationAttemptId()
           
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder clearHost()
           
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder clearRpcPort()
           
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder clearTrackingUrl()
           
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder clone()
           
 YarnProtos.ApplicationAttemptIdProto getApplicationAttemptId()
           
 YarnProtos.ApplicationAttemptIdProto.Builder getApplicationAttemptIdBuilder()
           
 YarnProtos.ApplicationAttemptIdProtoOrBuilder getApplicationAttemptIdOrBuilder()
           
 YarnServiceProtos.RegisterApplicationMasterRequestProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 String getHost()
           
 int getRpcPort()
           
 String getTrackingUrl()
           
 boolean hasApplicationAttemptId()
           
 boolean hasHost()
           
 boolean hasRpcPort()
           
 boolean hasTrackingUrl()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder mergeApplicationAttemptId(YarnProtos.ApplicationAttemptIdProto value)
           
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder mergeFrom(YarnServiceProtos.RegisterApplicationMasterRequestProto other)
           
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder setApplicationAttemptId(YarnProtos.ApplicationAttemptIdProto.Builder builderForValue)
           
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder setApplicationAttemptId(YarnProtos.ApplicationAttemptIdProto value)
           
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder setHost(String value)
           
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder setRpcPort(int value)
           
 YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder setTrackingUrl(String value)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder>

clear

public YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder>

clone

public YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder>

getDefaultInstanceForType

public YarnServiceProtos.RegisterApplicationMasterRequestProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public YarnServiceProtos.RegisterApplicationMasterRequestProto build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public YarnServiceProtos.RegisterApplicationMasterRequestProto buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder>

mergeFrom

public YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder mergeFrom(YarnServiceProtos.RegisterApplicationMasterRequestProto other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder>

mergeFrom

public YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                          throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder>
Throws:
IOException

hasApplicationAttemptId

public boolean hasApplicationAttemptId()
Specified by:
hasApplicationAttemptId in interface YarnServiceProtos.RegisterApplicationMasterRequestProtoOrBuilder

getApplicationAttemptId

public YarnProtos.ApplicationAttemptIdProto getApplicationAttemptId()
Specified by:
getApplicationAttemptId in interface YarnServiceProtos.RegisterApplicationMasterRequestProtoOrBuilder

setApplicationAttemptId

public YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder setApplicationAttemptId(YarnProtos.ApplicationAttemptIdProto value)

setApplicationAttemptId

public YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder setApplicationAttemptId(YarnProtos.ApplicationAttemptIdProto.Builder builderForValue)

mergeApplicationAttemptId

public YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder mergeApplicationAttemptId(YarnProtos.ApplicationAttemptIdProto value)

clearApplicationAttemptId

public YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder clearApplicationAttemptId()

getApplicationAttemptIdBuilder

public YarnProtos.ApplicationAttemptIdProto.Builder getApplicationAttemptIdBuilder()

getApplicationAttemptIdOrBuilder

public YarnProtos.ApplicationAttemptIdProtoOrBuilder getApplicationAttemptIdOrBuilder()
Specified by:
getApplicationAttemptIdOrBuilder in interface YarnServiceProtos.RegisterApplicationMasterRequestProtoOrBuilder

hasHost

public boolean hasHost()
Specified by:
hasHost in interface YarnServiceProtos.RegisterApplicationMasterRequestProtoOrBuilder

getHost

public String getHost()
Specified by:
getHost in interface YarnServiceProtos.RegisterApplicationMasterRequestProtoOrBuilder

setHost

public YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder setHost(String value)

clearHost

public YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder clearHost()

hasRpcPort

public boolean hasRpcPort()
Specified by:
hasRpcPort in interface YarnServiceProtos.RegisterApplicationMasterRequestProtoOrBuilder

getRpcPort

public int getRpcPort()
Specified by:
getRpcPort in interface YarnServiceProtos.RegisterApplicationMasterRequestProtoOrBuilder

setRpcPort

public YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder setRpcPort(int value)

clearRpcPort

public YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder clearRpcPort()

hasTrackingUrl

public boolean hasTrackingUrl()
Specified by:
hasTrackingUrl in interface YarnServiceProtos.RegisterApplicationMasterRequestProtoOrBuilder

getTrackingUrl

public String getTrackingUrl()
Specified by:
getTrackingUrl in interface YarnServiceProtos.RegisterApplicationMasterRequestProtoOrBuilder

setTrackingUrl

public YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder setTrackingUrl(String value)

clearTrackingUrl

public YarnServiceProtos.RegisterApplicationMasterRequestProto.Builder clearTrackingUrl()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.