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

public static final class YarnServiceProtos.ContainerExceptionMapProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.ContainerExceptionMapProto.Builder>
implements YarnServiceProtos.ContainerExceptionMapProtoOrBuilder

Protobuf type hadoop.yarn.ContainerExceptionMapProto


Method Summary
 YarnServiceProtos.ContainerExceptionMapProto build()
           
 YarnServiceProtos.ContainerExceptionMapProto buildPartial()
           
 YarnServiceProtos.ContainerExceptionMapProto.Builder clear()
           
 YarnServiceProtos.ContainerExceptionMapProto.Builder clearContainerId()
          optional .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.ContainerExceptionMapProto.Builder clearException()
          optional .hadoop.yarn.SerializedExceptionProto exception = 2;
 YarnServiceProtos.ContainerExceptionMapProto.Builder clone()
           
 YarnProtos.ContainerIdProto getContainerId()
          optional .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnProtos.ContainerIdProto.Builder getContainerIdBuilder()
          optional .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnProtos.ContainerIdProtoOrBuilder getContainerIdOrBuilder()
          optional .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.ContainerExceptionMapProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 YarnProtos.SerializedExceptionProto getException()
          optional .hadoop.yarn.SerializedExceptionProto exception = 2;
 YarnProtos.SerializedExceptionProto.Builder getExceptionBuilder()
          optional .hadoop.yarn.SerializedExceptionProto exception = 2;
 YarnProtos.SerializedExceptionProtoOrBuilder getExceptionOrBuilder()
          optional .hadoop.yarn.SerializedExceptionProto exception = 2;
 boolean hasContainerId()
          optional .hadoop.yarn.ContainerIdProto container_id = 1;
 boolean hasException()
          optional .hadoop.yarn.SerializedExceptionProto exception = 2;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 YarnServiceProtos.ContainerExceptionMapProto.Builder mergeContainerId(YarnProtos.ContainerIdProto value)
          optional .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.ContainerExceptionMapProto.Builder mergeException(YarnProtos.SerializedExceptionProto value)
          optional .hadoop.yarn.SerializedExceptionProto exception = 2;
 YarnServiceProtos.ContainerExceptionMapProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServiceProtos.ContainerExceptionMapProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 YarnServiceProtos.ContainerExceptionMapProto.Builder mergeFrom(YarnServiceProtos.ContainerExceptionMapProto other)
           
 YarnServiceProtos.ContainerExceptionMapProto.Builder setContainerId(YarnProtos.ContainerIdProto.Builder builderForValue)
          optional .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.ContainerExceptionMapProto.Builder setContainerId(YarnProtos.ContainerIdProto value)
          optional .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.ContainerExceptionMapProto.Builder setException(YarnProtos.SerializedExceptionProto.Builder builderForValue)
          optional .hadoop.yarn.SerializedExceptionProto exception = 2;
 YarnServiceProtos.ContainerExceptionMapProto.Builder setException(YarnProtos.SerializedExceptionProto value)
          optional .hadoop.yarn.SerializedExceptionProto exception = 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.ContainerExceptionMapProto.Builder>

clear

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

clone

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

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

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

mergeFrom

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

mergeFrom

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

hasContainerId

public boolean hasContainerId()
optional .hadoop.yarn.ContainerIdProto container_id = 1;

Specified by:
hasContainerId in interface YarnServiceProtos.ContainerExceptionMapProtoOrBuilder

getContainerId

public YarnProtos.ContainerIdProto getContainerId()
optional .hadoop.yarn.ContainerIdProto container_id = 1;

Specified by:
getContainerId in interface YarnServiceProtos.ContainerExceptionMapProtoOrBuilder

setContainerId

public YarnServiceProtos.ContainerExceptionMapProto.Builder setContainerId(YarnProtos.ContainerIdProto value)
optional .hadoop.yarn.ContainerIdProto container_id = 1;


setContainerId

public YarnServiceProtos.ContainerExceptionMapProto.Builder setContainerId(YarnProtos.ContainerIdProto.Builder builderForValue)
optional .hadoop.yarn.ContainerIdProto container_id = 1;


mergeContainerId

public YarnServiceProtos.ContainerExceptionMapProto.Builder mergeContainerId(YarnProtos.ContainerIdProto value)
optional .hadoop.yarn.ContainerIdProto container_id = 1;


clearContainerId

public YarnServiceProtos.ContainerExceptionMapProto.Builder clearContainerId()
optional .hadoop.yarn.ContainerIdProto container_id = 1;


getContainerIdBuilder

public YarnProtos.ContainerIdProto.Builder getContainerIdBuilder()
optional .hadoop.yarn.ContainerIdProto container_id = 1;


getContainerIdOrBuilder

public YarnProtos.ContainerIdProtoOrBuilder getContainerIdOrBuilder()
optional .hadoop.yarn.ContainerIdProto container_id = 1;

Specified by:
getContainerIdOrBuilder in interface YarnServiceProtos.ContainerExceptionMapProtoOrBuilder

hasException

public boolean hasException()
optional .hadoop.yarn.SerializedExceptionProto exception = 2;

Specified by:
hasException in interface YarnServiceProtos.ContainerExceptionMapProtoOrBuilder

getException

public YarnProtos.SerializedExceptionProto getException()
optional .hadoop.yarn.SerializedExceptionProto exception = 2;

Specified by:
getException in interface YarnServiceProtos.ContainerExceptionMapProtoOrBuilder

setException

public YarnServiceProtos.ContainerExceptionMapProto.Builder setException(YarnProtos.SerializedExceptionProto value)
optional .hadoop.yarn.SerializedExceptionProto exception = 2;


setException

public YarnServiceProtos.ContainerExceptionMapProto.Builder setException(YarnProtos.SerializedExceptionProto.Builder builderForValue)
optional .hadoop.yarn.SerializedExceptionProto exception = 2;


mergeException

public YarnServiceProtos.ContainerExceptionMapProto.Builder mergeException(YarnProtos.SerializedExceptionProto value)
optional .hadoop.yarn.SerializedExceptionProto exception = 2;


clearException

public YarnServiceProtos.ContainerExceptionMapProto.Builder clearException()
optional .hadoop.yarn.SerializedExceptionProto exception = 2;


getExceptionBuilder

public YarnProtos.SerializedExceptionProto.Builder getExceptionBuilder()
optional .hadoop.yarn.SerializedExceptionProto exception = 2;


getExceptionOrBuilder

public YarnProtos.SerializedExceptionProtoOrBuilder getExceptionOrBuilder()
optional .hadoop.yarn.SerializedExceptionProto exception = 2;

Specified by:
getExceptionOrBuilder in interface YarnServiceProtos.ContainerExceptionMapProtoOrBuilder


Copyright © 2014 Apache Software Foundation. All Rights Reserved.