org.apache.hadoop.yarn.proto
Class YarnServiceProtos.RegisterApplicationMasterResponseProto.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.RegisterApplicationMasterResponseProto.Builder>
              extended by org.apache.hadoop.yarn.proto.YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, YarnServiceProtos.RegisterApplicationMasterResponseProtoOrBuilder
Enclosing class:
YarnServiceProtos.RegisterApplicationMasterResponseProto

public static final class YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder>
implements YarnServiceProtos.RegisterApplicationMasterResponseProtoOrBuilder

Protobuf type hadoop.yarn.RegisterApplicationMasterResponseProto


Method Summary
 YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder addAllApplicationACLs(Iterable<? extends YarnProtos.ApplicationACLMapProto> values)
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
 YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder addApplicationACLs(int index, YarnProtos.ApplicationACLMapProto.Builder builderForValue)
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
 YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder addApplicationACLs(int index, YarnProtos.ApplicationACLMapProto value)
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
 YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder addApplicationACLs(YarnProtos.ApplicationACLMapProto.Builder builderForValue)
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
 YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder addApplicationACLs(YarnProtos.ApplicationACLMapProto value)
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
 YarnProtos.ApplicationACLMapProto.Builder addApplicationACLsBuilder()
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
 YarnProtos.ApplicationACLMapProto.Builder addApplicationACLsBuilder(int index)
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
 YarnServiceProtos.RegisterApplicationMasterResponseProto build()
           
 YarnServiceProtos.RegisterApplicationMasterResponseProto buildPartial()
           
 YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder clear()
           
 YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder clearApplicationACLs()
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
 YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder clearClientToAmTokenMasterKey()
          optional bytes client_to_am_token_master_key = 2;
 YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder clearMaximumCapability()
          optional .hadoop.yarn.ResourceProto maximumCapability = 1;
 YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder clone()
           
 YarnProtos.ApplicationACLMapProto getApplicationACLs(int index)
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
 YarnProtos.ApplicationACLMapProto.Builder getApplicationACLsBuilder(int index)
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
 List<YarnProtos.ApplicationACLMapProto.Builder> getApplicationACLsBuilderList()
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
 int getApplicationACLsCount()
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
 List<YarnProtos.ApplicationACLMapProto> getApplicationACLsList()
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
 YarnProtos.ApplicationACLMapProtoOrBuilder getApplicationACLsOrBuilder(int index)
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
 List<? extends YarnProtos.ApplicationACLMapProtoOrBuilder> getApplicationACLsOrBuilderList()
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
 com.google.protobuf.ByteString getClientToAmTokenMasterKey()
          optional bytes client_to_am_token_master_key = 2;
 YarnServiceProtos.RegisterApplicationMasterResponseProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 YarnProtos.ResourceProto getMaximumCapability()
          optional .hadoop.yarn.ResourceProto maximumCapability = 1;
 YarnProtos.ResourceProto.Builder getMaximumCapabilityBuilder()
          optional .hadoop.yarn.ResourceProto maximumCapability = 1;
 YarnProtos.ResourceProtoOrBuilder getMaximumCapabilityOrBuilder()
          optional .hadoop.yarn.ResourceProto maximumCapability = 1;
 boolean hasClientToAmTokenMasterKey()
          optional bytes client_to_am_token_master_key = 2;
 boolean hasMaximumCapability()
          optional .hadoop.yarn.ResourceProto maximumCapability = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder mergeFrom(YarnServiceProtos.RegisterApplicationMasterResponseProto other)
           
 YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder mergeMaximumCapability(YarnProtos.ResourceProto value)
          optional .hadoop.yarn.ResourceProto maximumCapability = 1;
 YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder removeApplicationACLs(int index)
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
 YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder setApplicationACLs(int index, YarnProtos.ApplicationACLMapProto.Builder builderForValue)
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
 YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder setApplicationACLs(int index, YarnProtos.ApplicationACLMapProto value)
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
 YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder setClientToAmTokenMasterKey(com.google.protobuf.ByteString value)
          optional bytes client_to_am_token_master_key = 2;
 YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder setMaximumCapability(YarnProtos.ResourceProto.Builder builderForValue)
          optional .hadoop.yarn.ResourceProto maximumCapability = 1;
 YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder setMaximumCapability(YarnProtos.ResourceProto value)
          optional .hadoop.yarn.ResourceProto maximumCapability = 1;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, 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
findInitializationErrors, getAllFields, getField, getInitializationErrorString, 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.RegisterApplicationMasterResponseProto.Builder>

clear

public YarnServiceProtos.RegisterApplicationMasterResponseProto.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.RegisterApplicationMasterResponseProto.Builder>

clone

public YarnServiceProtos.RegisterApplicationMasterResponseProto.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.RegisterApplicationMasterResponseProto.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.RegisterApplicationMasterResponseProto.Builder>

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

public YarnServiceProtos.RegisterApplicationMasterResponseProto.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.RegisterApplicationMasterResponseProto.Builder>

mergeFrom

public YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder mergeFrom(YarnServiceProtos.RegisterApplicationMasterResponseProto 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.RegisterApplicationMasterResponseProto.Builder>

mergeFrom

public YarnServiceProtos.RegisterApplicationMasterResponseProto.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.RegisterApplicationMasterResponseProto.Builder>
Throws:
IOException

hasMaximumCapability

public boolean hasMaximumCapability()
optional .hadoop.yarn.ResourceProto maximumCapability = 1;

Specified by:
hasMaximumCapability in interface YarnServiceProtos.RegisterApplicationMasterResponseProtoOrBuilder

getMaximumCapability

public YarnProtos.ResourceProto getMaximumCapability()
optional .hadoop.yarn.ResourceProto maximumCapability = 1;

Specified by:
getMaximumCapability in interface YarnServiceProtos.RegisterApplicationMasterResponseProtoOrBuilder

setMaximumCapability

public YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder setMaximumCapability(YarnProtos.ResourceProto value)
optional .hadoop.yarn.ResourceProto maximumCapability = 1;


setMaximumCapability

public YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder setMaximumCapability(YarnProtos.ResourceProto.Builder builderForValue)
optional .hadoop.yarn.ResourceProto maximumCapability = 1;


mergeMaximumCapability

public YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder mergeMaximumCapability(YarnProtos.ResourceProto value)
optional .hadoop.yarn.ResourceProto maximumCapability = 1;


clearMaximumCapability

public YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder clearMaximumCapability()
optional .hadoop.yarn.ResourceProto maximumCapability = 1;


getMaximumCapabilityBuilder

public YarnProtos.ResourceProto.Builder getMaximumCapabilityBuilder()
optional .hadoop.yarn.ResourceProto maximumCapability = 1;


getMaximumCapabilityOrBuilder

public YarnProtos.ResourceProtoOrBuilder getMaximumCapabilityOrBuilder()
optional .hadoop.yarn.ResourceProto maximumCapability = 1;

Specified by:
getMaximumCapabilityOrBuilder in interface YarnServiceProtos.RegisterApplicationMasterResponseProtoOrBuilder

hasClientToAmTokenMasterKey

public boolean hasClientToAmTokenMasterKey()
optional bytes client_to_am_token_master_key = 2;

Specified by:
hasClientToAmTokenMasterKey in interface YarnServiceProtos.RegisterApplicationMasterResponseProtoOrBuilder

getClientToAmTokenMasterKey

public com.google.protobuf.ByteString getClientToAmTokenMasterKey()
optional bytes client_to_am_token_master_key = 2;

Specified by:
getClientToAmTokenMasterKey in interface YarnServiceProtos.RegisterApplicationMasterResponseProtoOrBuilder

setClientToAmTokenMasterKey

public YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder setClientToAmTokenMasterKey(com.google.protobuf.ByteString value)
optional bytes client_to_am_token_master_key = 2;


clearClientToAmTokenMasterKey

public YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder clearClientToAmTokenMasterKey()
optional bytes client_to_am_token_master_key = 2;


getApplicationACLsList

public List<YarnProtos.ApplicationACLMapProto> getApplicationACLsList()
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;

Specified by:
getApplicationACLsList in interface YarnServiceProtos.RegisterApplicationMasterResponseProtoOrBuilder

getApplicationACLsCount

public int getApplicationACLsCount()
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;

Specified by:
getApplicationACLsCount in interface YarnServiceProtos.RegisterApplicationMasterResponseProtoOrBuilder

getApplicationACLs

public YarnProtos.ApplicationACLMapProto getApplicationACLs(int index)
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;

Specified by:
getApplicationACLs in interface YarnServiceProtos.RegisterApplicationMasterResponseProtoOrBuilder

setApplicationACLs

public YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder setApplicationACLs(int index,
                                                                                           YarnProtos.ApplicationACLMapProto value)
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;


setApplicationACLs

public YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder setApplicationACLs(int index,
                                                                                           YarnProtos.ApplicationACLMapProto.Builder builderForValue)
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;


addApplicationACLs

public YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder addApplicationACLs(YarnProtos.ApplicationACLMapProto value)
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;


addApplicationACLs

public YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder addApplicationACLs(int index,
                                                                                           YarnProtos.ApplicationACLMapProto value)
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;


addApplicationACLs

public YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder addApplicationACLs(YarnProtos.ApplicationACLMapProto.Builder builderForValue)
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;


addApplicationACLs

public YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder addApplicationACLs(int index,
                                                                                           YarnProtos.ApplicationACLMapProto.Builder builderForValue)
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;


addAllApplicationACLs

public YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder addAllApplicationACLs(Iterable<? extends YarnProtos.ApplicationACLMapProto> values)
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;


clearApplicationACLs

public YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder clearApplicationACLs()
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;


removeApplicationACLs

public YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder removeApplicationACLs(int index)
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;


getApplicationACLsBuilder

public YarnProtos.ApplicationACLMapProto.Builder getApplicationACLsBuilder(int index)
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;


getApplicationACLsOrBuilder

public YarnProtos.ApplicationACLMapProtoOrBuilder getApplicationACLsOrBuilder(int index)
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;

Specified by:
getApplicationACLsOrBuilder in interface YarnServiceProtos.RegisterApplicationMasterResponseProtoOrBuilder

getApplicationACLsOrBuilderList

public List<? extends YarnProtos.ApplicationACLMapProtoOrBuilder> getApplicationACLsOrBuilderList()
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;

Specified by:
getApplicationACLsOrBuilderList in interface YarnServiceProtos.RegisterApplicationMasterResponseProtoOrBuilder

addApplicationACLsBuilder

public YarnProtos.ApplicationACLMapProto.Builder addApplicationACLsBuilder()
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;


addApplicationACLsBuilder

public YarnProtos.ApplicationACLMapProto.Builder addApplicationACLsBuilder(int index)
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;


getApplicationACLsBuilderList

public List<YarnProtos.ApplicationACLMapProto.Builder> getApplicationACLsBuilderList()
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.