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

public static final class YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder>
implements YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

Protobuf type hadoop.yarn.ApplicationAttemptStateDataProto


Method Summary
 YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto build()
           
 YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto buildPartial()
           
 YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder clear()
           
 YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder clearAppAttemptTokens()
          optional bytes app_attempt_tokens = 3;
 YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder clearAttemptId()
          optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;
 YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder clearMasterContainer()
          optional .hadoop.yarn.ContainerProto master_container = 2;
 YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder clone()
           
 com.google.protobuf.ByteString getAppAttemptTokens()
          optional bytes app_attempt_tokens = 3;
 YarnProtos.ApplicationAttemptIdProto getAttemptId()
          optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;
 YarnProtos.ApplicationAttemptIdProto.Builder getAttemptIdBuilder()
          optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;
 YarnProtos.ApplicationAttemptIdProtoOrBuilder getAttemptIdOrBuilder()
          optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;
 YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 YarnProtos.ContainerProto getMasterContainer()
          optional .hadoop.yarn.ContainerProto master_container = 2;
 YarnProtos.ContainerProto.Builder getMasterContainerBuilder()
          optional .hadoop.yarn.ContainerProto master_container = 2;
 YarnProtos.ContainerProtoOrBuilder getMasterContainerOrBuilder()
          optional .hadoop.yarn.ContainerProto master_container = 2;
 boolean hasAppAttemptTokens()
          optional bytes app_attempt_tokens = 3;
 boolean hasAttemptId()
          optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;
 boolean hasMasterContainer()
          optional .hadoop.yarn.ContainerProto master_container = 2;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder mergeAttemptId(YarnProtos.ApplicationAttemptIdProto value)
          optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;
 YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder mergeFrom(YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto other)
           
 YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder mergeMasterContainer(YarnProtos.ContainerProto value)
          optional .hadoop.yarn.ContainerProto master_container = 2;
 YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder setAppAttemptTokens(com.google.protobuf.ByteString value)
          optional bytes app_attempt_tokens = 3;
 YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder setAttemptId(YarnProtos.ApplicationAttemptIdProto.Builder builderForValue)
          optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;
 YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder setAttemptId(YarnProtos.ApplicationAttemptIdProto value)
          optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;
 YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder setMasterContainer(YarnProtos.ContainerProto.Builder builderForValue)
          optional .hadoop.yarn.ContainerProto master_container = 2;
 YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder setMasterContainer(YarnProtos.ContainerProto value)
          optional .hadoop.yarn.ContainerProto master_container = 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<YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder>

clear

public YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.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<YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder>

clone

public YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.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<YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.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<YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder>

getDefaultInstanceForType

public YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.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<YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder>

mergeFrom

public YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder mergeFrom(YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto other)

isInitialized

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

mergeFrom

public YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.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<YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder>
Throws:
IOException

hasAttemptId

public boolean hasAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;

Specified by:
hasAttemptId in interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

getAttemptId

public YarnProtos.ApplicationAttemptIdProto getAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;

Specified by:
getAttemptId in interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

setAttemptId

public YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder setAttemptId(YarnProtos.ApplicationAttemptIdProto value)
optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;


setAttemptId

public YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder setAttemptId(YarnProtos.ApplicationAttemptIdProto.Builder builderForValue)
optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;


mergeAttemptId

public YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder mergeAttemptId(YarnProtos.ApplicationAttemptIdProto value)
optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;


clearAttemptId

public YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder clearAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;


getAttemptIdBuilder

public YarnProtos.ApplicationAttemptIdProto.Builder getAttemptIdBuilder()
optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;


getAttemptIdOrBuilder

public YarnProtos.ApplicationAttemptIdProtoOrBuilder getAttemptIdOrBuilder()
optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;

Specified by:
getAttemptIdOrBuilder in interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

hasMasterContainer

public boolean hasMasterContainer()
optional .hadoop.yarn.ContainerProto master_container = 2;

Specified by:
hasMasterContainer in interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

getMasterContainer

public YarnProtos.ContainerProto getMasterContainer()
optional .hadoop.yarn.ContainerProto master_container = 2;

Specified by:
getMasterContainer in interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

setMasterContainer

public YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder setMasterContainer(YarnProtos.ContainerProto value)
optional .hadoop.yarn.ContainerProto master_container = 2;


setMasterContainer

public YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder setMasterContainer(YarnProtos.ContainerProto.Builder builderForValue)
optional .hadoop.yarn.ContainerProto master_container = 2;


mergeMasterContainer

public YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder mergeMasterContainer(YarnProtos.ContainerProto value)
optional .hadoop.yarn.ContainerProto master_container = 2;


clearMasterContainer

public YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder clearMasterContainer()
optional .hadoop.yarn.ContainerProto master_container = 2;


getMasterContainerBuilder

public YarnProtos.ContainerProto.Builder getMasterContainerBuilder()
optional .hadoop.yarn.ContainerProto master_container = 2;


getMasterContainerOrBuilder

public YarnProtos.ContainerProtoOrBuilder getMasterContainerOrBuilder()
optional .hadoop.yarn.ContainerProto master_container = 2;

Specified by:
getMasterContainerOrBuilder in interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

hasAppAttemptTokens

public boolean hasAppAttemptTokens()
optional bytes app_attempt_tokens = 3;

Specified by:
hasAppAttemptTokens in interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

getAppAttemptTokens

public com.google.protobuf.ByteString getAppAttemptTokens()
optional bytes app_attempt_tokens = 3;

Specified by:
getAppAttemptTokens in interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

setAppAttemptTokens

public YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder setAppAttemptTokens(com.google.protobuf.ByteString value)
optional bytes app_attempt_tokens = 3;


clearAppAttemptTokens

public YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder clearAppAttemptTokens()
optional bytes app_attempt_tokens = 3;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.