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

public static final class YarnServiceProtos.StartContainerRequestProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.StartContainerRequestProto.Builder>
implements YarnServiceProtos.StartContainerRequestProtoOrBuilder

Protobuf type hadoop.yarn.StartContainerRequestProto


Method Summary
 YarnServiceProtos.StartContainerRequestProto build()
           
 YarnServiceProtos.StartContainerRequestProto buildPartial()
           
 YarnServiceProtos.StartContainerRequestProto.Builder clear()
           
 YarnServiceProtos.StartContainerRequestProto.Builder clearContainerLaunchContext()
          optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;
 YarnServiceProtos.StartContainerRequestProto.Builder clearContainerToken()
          optional .hadoop.common.TokenProto container_token = 2;
 YarnServiceProtos.StartContainerRequestProto.Builder clone()
           
 YarnProtos.ContainerLaunchContextProto getContainerLaunchContext()
          optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;
 YarnProtos.ContainerLaunchContextProto.Builder getContainerLaunchContextBuilder()
          optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;
 YarnProtos.ContainerLaunchContextProtoOrBuilder getContainerLaunchContextOrBuilder()
          optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;
 org.apache.hadoop.security.proto.SecurityProtos.TokenProto getContainerToken()
          optional .hadoop.common.TokenProto container_token = 2;
 org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder getContainerTokenBuilder()
          optional .hadoop.common.TokenProto container_token = 2;
 org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder getContainerTokenOrBuilder()
          optional .hadoop.common.TokenProto container_token = 2;
 YarnServiceProtos.StartContainerRequestProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 boolean hasContainerLaunchContext()
          optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;
 boolean hasContainerToken()
          optional .hadoop.common.TokenProto container_token = 2;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 YarnServiceProtos.StartContainerRequestProto.Builder mergeContainerLaunchContext(YarnProtos.ContainerLaunchContextProto value)
          optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;
 YarnServiceProtos.StartContainerRequestProto.Builder mergeContainerToken(org.apache.hadoop.security.proto.SecurityProtos.TokenProto value)
          optional .hadoop.common.TokenProto container_token = 2;
 YarnServiceProtos.StartContainerRequestProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServiceProtos.StartContainerRequestProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 YarnServiceProtos.StartContainerRequestProto.Builder mergeFrom(YarnServiceProtos.StartContainerRequestProto other)
           
 YarnServiceProtos.StartContainerRequestProto.Builder setContainerLaunchContext(YarnProtos.ContainerLaunchContextProto.Builder builderForValue)
          optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;
 YarnServiceProtos.StartContainerRequestProto.Builder setContainerLaunchContext(YarnProtos.ContainerLaunchContextProto value)
          optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;
 YarnServiceProtos.StartContainerRequestProto.Builder setContainerToken(org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder builderForValue)
          optional .hadoop.common.TokenProto container_token = 2;
 YarnServiceProtos.StartContainerRequestProto.Builder setContainerToken(org.apache.hadoop.security.proto.SecurityProtos.TokenProto value)
          optional .hadoop.common.TokenProto container_token = 2;
 
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.StartContainerRequestProto.Builder>

clear

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

clone

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

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

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

mergeFrom

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

mergeFrom

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

hasContainerLaunchContext

public boolean hasContainerLaunchContext()
optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;

Specified by:
hasContainerLaunchContext in interface YarnServiceProtos.StartContainerRequestProtoOrBuilder

getContainerLaunchContext

public YarnProtos.ContainerLaunchContextProto getContainerLaunchContext()
optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;

Specified by:
getContainerLaunchContext in interface YarnServiceProtos.StartContainerRequestProtoOrBuilder

setContainerLaunchContext

public YarnServiceProtos.StartContainerRequestProto.Builder setContainerLaunchContext(YarnProtos.ContainerLaunchContextProto value)
optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;


setContainerLaunchContext

public YarnServiceProtos.StartContainerRequestProto.Builder setContainerLaunchContext(YarnProtos.ContainerLaunchContextProto.Builder builderForValue)
optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;


mergeContainerLaunchContext

public YarnServiceProtos.StartContainerRequestProto.Builder mergeContainerLaunchContext(YarnProtos.ContainerLaunchContextProto value)
optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;


clearContainerLaunchContext

public YarnServiceProtos.StartContainerRequestProto.Builder clearContainerLaunchContext()
optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;


getContainerLaunchContextBuilder

public YarnProtos.ContainerLaunchContextProto.Builder getContainerLaunchContextBuilder()
optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;


getContainerLaunchContextOrBuilder

public YarnProtos.ContainerLaunchContextProtoOrBuilder getContainerLaunchContextOrBuilder()
optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;

Specified by:
getContainerLaunchContextOrBuilder in interface YarnServiceProtos.StartContainerRequestProtoOrBuilder

hasContainerToken

public boolean hasContainerToken()
optional .hadoop.common.TokenProto container_token = 2;

Specified by:
hasContainerToken in interface YarnServiceProtos.StartContainerRequestProtoOrBuilder

getContainerToken

public org.apache.hadoop.security.proto.SecurityProtos.TokenProto getContainerToken()
optional .hadoop.common.TokenProto container_token = 2;

Specified by:
getContainerToken in interface YarnServiceProtos.StartContainerRequestProtoOrBuilder

setContainerToken

public YarnServiceProtos.StartContainerRequestProto.Builder setContainerToken(org.apache.hadoop.security.proto.SecurityProtos.TokenProto value)
optional .hadoop.common.TokenProto container_token = 2;


setContainerToken

public YarnServiceProtos.StartContainerRequestProto.Builder setContainerToken(org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder builderForValue)
optional .hadoop.common.TokenProto container_token = 2;


mergeContainerToken

public YarnServiceProtos.StartContainerRequestProto.Builder mergeContainerToken(org.apache.hadoop.security.proto.SecurityProtos.TokenProto value)
optional .hadoop.common.TokenProto container_token = 2;


clearContainerToken

public YarnServiceProtos.StartContainerRequestProto.Builder clearContainerToken()
optional .hadoop.common.TokenProto container_token = 2;


getContainerTokenBuilder

public org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder getContainerTokenBuilder()
optional .hadoop.common.TokenProto container_token = 2;


getContainerTokenOrBuilder

public org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder getContainerTokenOrBuilder()
optional .hadoop.common.TokenProto container_token = 2;

Specified by:
getContainerTokenOrBuilder in interface YarnServiceProtos.StartContainerRequestProtoOrBuilder


Copyright © 2014 Apache Software Foundation. All Rights Reserved.