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

public static final class YarnServiceProtos.GetContainerStatusesRequestProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.GetContainerStatusesRequestProto.Builder>
implements YarnServiceProtos.GetContainerStatusesRequestProtoOrBuilder

Protobuf type hadoop.yarn.GetContainerStatusesRequestProto


Method Summary
 YarnServiceProtos.GetContainerStatusesRequestProto.Builder addAllContainerId(Iterable<? extends YarnProtos.ContainerIdProto> values)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.GetContainerStatusesRequestProto.Builder addContainerId(int index, YarnProtos.ContainerIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.GetContainerStatusesRequestProto.Builder addContainerId(int index, YarnProtos.ContainerIdProto value)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.GetContainerStatusesRequestProto.Builder addContainerId(YarnProtos.ContainerIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.GetContainerStatusesRequestProto.Builder addContainerId(YarnProtos.ContainerIdProto value)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnProtos.ContainerIdProto.Builder addContainerIdBuilder()
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnProtos.ContainerIdProto.Builder addContainerIdBuilder(int index)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.GetContainerStatusesRequestProto build()
           
 YarnServiceProtos.GetContainerStatusesRequestProto buildPartial()
           
 YarnServiceProtos.GetContainerStatusesRequestProto.Builder clear()
           
 YarnServiceProtos.GetContainerStatusesRequestProto.Builder clearContainerId()
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.GetContainerStatusesRequestProto.Builder clone()
           
 YarnProtos.ContainerIdProto getContainerId(int index)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnProtos.ContainerIdProto.Builder getContainerIdBuilder(int index)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 List<YarnProtos.ContainerIdProto.Builder> getContainerIdBuilderList()
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 int getContainerIdCount()
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 List<YarnProtos.ContainerIdProto> getContainerIdList()
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnProtos.ContainerIdProtoOrBuilder getContainerIdOrBuilder(int index)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 List<? extends YarnProtos.ContainerIdProtoOrBuilder> getContainerIdOrBuilderList()
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.GetContainerStatusesRequestProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 YarnServiceProtos.GetContainerStatusesRequestProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServiceProtos.GetContainerStatusesRequestProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 YarnServiceProtos.GetContainerStatusesRequestProto.Builder mergeFrom(YarnServiceProtos.GetContainerStatusesRequestProto other)
           
 YarnServiceProtos.GetContainerStatusesRequestProto.Builder removeContainerId(int index)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.GetContainerStatusesRequestProto.Builder setContainerId(int index, YarnProtos.ContainerIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.GetContainerStatusesRequestProto.Builder setContainerId(int index, YarnProtos.ContainerIdProto value)
          repeated .hadoop.yarn.ContainerIdProto container_id = 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.GetContainerStatusesRequestProto.Builder>

clear

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

clone

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

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

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

mergeFrom

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

mergeFrom

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

getContainerIdList

public List<YarnProtos.ContainerIdProto> getContainerIdList()
repeated .hadoop.yarn.ContainerIdProto container_id = 1;

Specified by:
getContainerIdList in interface YarnServiceProtos.GetContainerStatusesRequestProtoOrBuilder

getContainerIdCount

public int getContainerIdCount()
repeated .hadoop.yarn.ContainerIdProto container_id = 1;

Specified by:
getContainerIdCount in interface YarnServiceProtos.GetContainerStatusesRequestProtoOrBuilder

getContainerId

public YarnProtos.ContainerIdProto getContainerId(int index)
repeated .hadoop.yarn.ContainerIdProto container_id = 1;

Specified by:
getContainerId in interface YarnServiceProtos.GetContainerStatusesRequestProtoOrBuilder

setContainerId

public YarnServiceProtos.GetContainerStatusesRequestProto.Builder setContainerId(int index,
                                                                                 YarnProtos.ContainerIdProto value)
repeated .hadoop.yarn.ContainerIdProto container_id = 1;


setContainerId

public YarnServiceProtos.GetContainerStatusesRequestProto.Builder setContainerId(int index,
                                                                                 YarnProtos.ContainerIdProto.Builder builderForValue)
repeated .hadoop.yarn.ContainerIdProto container_id = 1;


addContainerId

public YarnServiceProtos.GetContainerStatusesRequestProto.Builder addContainerId(YarnProtos.ContainerIdProto value)
repeated .hadoop.yarn.ContainerIdProto container_id = 1;


addContainerId

public YarnServiceProtos.GetContainerStatusesRequestProto.Builder addContainerId(int index,
                                                                                 YarnProtos.ContainerIdProto value)
repeated .hadoop.yarn.ContainerIdProto container_id = 1;


addContainerId

public YarnServiceProtos.GetContainerStatusesRequestProto.Builder addContainerId(YarnProtos.ContainerIdProto.Builder builderForValue)
repeated .hadoop.yarn.ContainerIdProto container_id = 1;


addContainerId

public YarnServiceProtos.GetContainerStatusesRequestProto.Builder addContainerId(int index,
                                                                                 YarnProtos.ContainerIdProto.Builder builderForValue)
repeated .hadoop.yarn.ContainerIdProto container_id = 1;


addAllContainerId

public YarnServiceProtos.GetContainerStatusesRequestProto.Builder addAllContainerId(Iterable<? extends YarnProtos.ContainerIdProto> values)
repeated .hadoop.yarn.ContainerIdProto container_id = 1;


clearContainerId

public YarnServiceProtos.GetContainerStatusesRequestProto.Builder clearContainerId()
repeated .hadoop.yarn.ContainerIdProto container_id = 1;


removeContainerId

public YarnServiceProtos.GetContainerStatusesRequestProto.Builder removeContainerId(int index)
repeated .hadoop.yarn.ContainerIdProto container_id = 1;


getContainerIdBuilder

public YarnProtos.ContainerIdProto.Builder getContainerIdBuilder(int index)
repeated .hadoop.yarn.ContainerIdProto container_id = 1;


getContainerIdOrBuilder

public YarnProtos.ContainerIdProtoOrBuilder getContainerIdOrBuilder(int index)
repeated .hadoop.yarn.ContainerIdProto container_id = 1;

Specified by:
getContainerIdOrBuilder in interface YarnServiceProtos.GetContainerStatusesRequestProtoOrBuilder

getContainerIdOrBuilderList

public List<? extends YarnProtos.ContainerIdProtoOrBuilder> getContainerIdOrBuilderList()
repeated .hadoop.yarn.ContainerIdProto container_id = 1;

Specified by:
getContainerIdOrBuilderList in interface YarnServiceProtos.GetContainerStatusesRequestProtoOrBuilder

addContainerIdBuilder

public YarnProtos.ContainerIdProto.Builder addContainerIdBuilder()
repeated .hadoop.yarn.ContainerIdProto container_id = 1;


addContainerIdBuilder

public YarnProtos.ContainerIdProto.Builder addContainerIdBuilder(int index)
repeated .hadoop.yarn.ContainerIdProto container_id = 1;


getContainerIdBuilderList

public List<YarnProtos.ContainerIdProto.Builder> getContainerIdBuilderList()
repeated .hadoop.yarn.ContainerIdProto container_id = 1;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.