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

public static final class YarnServiceProtos.GetAllApplicationsResponseProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.GetAllApplicationsResponseProto.Builder>
implements YarnServiceProtos.GetAllApplicationsResponseProtoOrBuilder


Method Summary
 YarnServiceProtos.GetAllApplicationsResponseProto.Builder addAllApplications(Iterable<? extends YarnProtos.ApplicationReportProto> values)
           
 YarnServiceProtos.GetAllApplicationsResponseProto.Builder addApplications(int index, YarnProtos.ApplicationReportProto.Builder builderForValue)
           
 YarnServiceProtos.GetAllApplicationsResponseProto.Builder addApplications(int index, YarnProtos.ApplicationReportProto value)
           
 YarnServiceProtos.GetAllApplicationsResponseProto.Builder addApplications(YarnProtos.ApplicationReportProto.Builder builderForValue)
           
 YarnServiceProtos.GetAllApplicationsResponseProto.Builder addApplications(YarnProtos.ApplicationReportProto value)
           
 YarnProtos.ApplicationReportProto.Builder addApplicationsBuilder()
           
 YarnProtos.ApplicationReportProto.Builder addApplicationsBuilder(int index)
           
 YarnServiceProtos.GetAllApplicationsResponseProto build()
           
 YarnServiceProtos.GetAllApplicationsResponseProto buildPartial()
           
 YarnServiceProtos.GetAllApplicationsResponseProto.Builder clear()
           
 YarnServiceProtos.GetAllApplicationsResponseProto.Builder clearApplications()
           
 YarnServiceProtos.GetAllApplicationsResponseProto.Builder clone()
           
 YarnProtos.ApplicationReportProto getApplications(int index)
           
 YarnProtos.ApplicationReportProto.Builder getApplicationsBuilder(int index)
           
 List<YarnProtos.ApplicationReportProto.Builder> getApplicationsBuilderList()
           
 int getApplicationsCount()
           
 List<YarnProtos.ApplicationReportProto> getApplicationsList()
           
 YarnProtos.ApplicationReportProtoOrBuilder getApplicationsOrBuilder(int index)
           
 List<? extends YarnProtos.ApplicationReportProtoOrBuilder> getApplicationsOrBuilderList()
           
 YarnServiceProtos.GetAllApplicationsResponseProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 YarnServiceProtos.GetAllApplicationsResponseProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServiceProtos.GetAllApplicationsResponseProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 YarnServiceProtos.GetAllApplicationsResponseProto.Builder mergeFrom(YarnServiceProtos.GetAllApplicationsResponseProto other)
           
 YarnServiceProtos.GetAllApplicationsResponseProto.Builder removeApplications(int index)
           
 YarnServiceProtos.GetAllApplicationsResponseProto.Builder setApplications(int index, YarnProtos.ApplicationReportProto.Builder builderForValue)
           
 YarnServiceProtos.GetAllApplicationsResponseProto.Builder setApplications(int index, YarnProtos.ApplicationReportProto 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.GetAllApplicationsResponseProto.Builder>

clear

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

clone

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

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

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

mergeFrom

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

mergeFrom

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

getApplicationsList

public List<YarnProtos.ApplicationReportProto> getApplicationsList()
Specified by:
getApplicationsList in interface YarnServiceProtos.GetAllApplicationsResponseProtoOrBuilder

getApplicationsCount

public int getApplicationsCount()
Specified by:
getApplicationsCount in interface YarnServiceProtos.GetAllApplicationsResponseProtoOrBuilder

getApplications

public YarnProtos.ApplicationReportProto getApplications(int index)
Specified by:
getApplications in interface YarnServiceProtos.GetAllApplicationsResponseProtoOrBuilder

setApplications

public YarnServiceProtos.GetAllApplicationsResponseProto.Builder setApplications(int index,
                                                                                 YarnProtos.ApplicationReportProto value)

setApplications

public YarnServiceProtos.GetAllApplicationsResponseProto.Builder setApplications(int index,
                                                                                 YarnProtos.ApplicationReportProto.Builder builderForValue)

addApplications

public YarnServiceProtos.GetAllApplicationsResponseProto.Builder addApplications(YarnProtos.ApplicationReportProto value)

addApplications

public YarnServiceProtos.GetAllApplicationsResponseProto.Builder addApplications(int index,
                                                                                 YarnProtos.ApplicationReportProto value)

addApplications

public YarnServiceProtos.GetAllApplicationsResponseProto.Builder addApplications(YarnProtos.ApplicationReportProto.Builder builderForValue)

addApplications

public YarnServiceProtos.GetAllApplicationsResponseProto.Builder addApplications(int index,
                                                                                 YarnProtos.ApplicationReportProto.Builder builderForValue)

addAllApplications

public YarnServiceProtos.GetAllApplicationsResponseProto.Builder addAllApplications(Iterable<? extends YarnProtos.ApplicationReportProto> values)

clearApplications

public YarnServiceProtos.GetAllApplicationsResponseProto.Builder clearApplications()

removeApplications

public YarnServiceProtos.GetAllApplicationsResponseProto.Builder removeApplications(int index)

getApplicationsBuilder

public YarnProtos.ApplicationReportProto.Builder getApplicationsBuilder(int index)

getApplicationsOrBuilder

public YarnProtos.ApplicationReportProtoOrBuilder getApplicationsOrBuilder(int index)
Specified by:
getApplicationsOrBuilder in interface YarnServiceProtos.GetAllApplicationsResponseProtoOrBuilder

getApplicationsOrBuilderList

public List<? extends YarnProtos.ApplicationReportProtoOrBuilder> getApplicationsOrBuilderList()
Specified by:
getApplicationsOrBuilderList in interface YarnServiceProtos.GetAllApplicationsResponseProtoOrBuilder

addApplicationsBuilder

public YarnProtos.ApplicationReportProto.Builder addApplicationsBuilder()

addApplicationsBuilder

public YarnProtos.ApplicationReportProto.Builder addApplicationsBuilder(int index)

getApplicationsBuilderList

public List<YarnProtos.ApplicationReportProto.Builder> getApplicationsBuilderList()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.