org.apache.tez.dag.api.records
Class DAGProtos.ConfigurationProto.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<DAGProtos.ConfigurationProto.Builder>
              extended by org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, DAGProtos.ConfigurationProtoOrBuilder
Enclosing class:
DAGProtos.ConfigurationProto

public static final class DAGProtos.ConfigurationProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<DAGProtos.ConfigurationProto.Builder>
implements DAGProtos.ConfigurationProtoOrBuilder

Protobuf type ConfigurationProto


Method Summary
 DAGProtos.ConfigurationProto.Builder addAllConfKeyValues(Iterable<? extends DAGProtos.PlanKeyValuePair> values)
          repeated .PlanKeyValuePair confKeyValues = 1;
 DAGProtos.ConfigurationProto.Builder addConfKeyValues(DAGProtos.PlanKeyValuePair.Builder builderForValue)
          repeated .PlanKeyValuePair confKeyValues = 1;
 DAGProtos.ConfigurationProto.Builder addConfKeyValues(DAGProtos.PlanKeyValuePair value)
          repeated .PlanKeyValuePair confKeyValues = 1;
 DAGProtos.ConfigurationProto.Builder addConfKeyValues(int index, DAGProtos.PlanKeyValuePair.Builder builderForValue)
          repeated .PlanKeyValuePair confKeyValues = 1;
 DAGProtos.ConfigurationProto.Builder addConfKeyValues(int index, DAGProtos.PlanKeyValuePair value)
          repeated .PlanKeyValuePair confKeyValues = 1;
 DAGProtos.PlanKeyValuePair.Builder addConfKeyValuesBuilder()
          repeated .PlanKeyValuePair confKeyValues = 1;
 DAGProtos.PlanKeyValuePair.Builder addConfKeyValuesBuilder(int index)
          repeated .PlanKeyValuePair confKeyValues = 1;
 DAGProtos.ConfigurationProto build()
           
 DAGProtos.ConfigurationProto buildPartial()
           
 DAGProtos.ConfigurationProto.Builder clear()
           
 DAGProtos.ConfigurationProto.Builder clearConfKeyValues()
          repeated .PlanKeyValuePair confKeyValues = 1;
 DAGProtos.ConfigurationProto.Builder clone()
           
 DAGProtos.PlanKeyValuePair getConfKeyValues(int index)
          repeated .PlanKeyValuePair confKeyValues = 1;
 DAGProtos.PlanKeyValuePair.Builder getConfKeyValuesBuilder(int index)
          repeated .PlanKeyValuePair confKeyValues = 1;
 List<DAGProtos.PlanKeyValuePair.Builder> getConfKeyValuesBuilderList()
          repeated .PlanKeyValuePair confKeyValues = 1;
 int getConfKeyValuesCount()
          repeated .PlanKeyValuePair confKeyValues = 1;
 List<DAGProtos.PlanKeyValuePair> getConfKeyValuesList()
          repeated .PlanKeyValuePair confKeyValues = 1;
 DAGProtos.PlanKeyValuePairOrBuilder getConfKeyValuesOrBuilder(int index)
          repeated .PlanKeyValuePair confKeyValues = 1;
 List<? extends DAGProtos.PlanKeyValuePairOrBuilder> getConfKeyValuesOrBuilderList()
          repeated .PlanKeyValuePair confKeyValues = 1;
 DAGProtos.ConfigurationProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 DAGProtos.ConfigurationProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 DAGProtos.ConfigurationProto.Builder mergeFrom(DAGProtos.ConfigurationProto other)
           
 DAGProtos.ConfigurationProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 DAGProtos.ConfigurationProto.Builder removeConfKeyValues(int index)
          repeated .PlanKeyValuePair confKeyValues = 1;
 DAGProtos.ConfigurationProto.Builder setConfKeyValues(int index, DAGProtos.PlanKeyValuePair.Builder builderForValue)
          repeated .PlanKeyValuePair confKeyValues = 1;
 DAGProtos.ConfigurationProto.Builder setConfKeyValues(int index, DAGProtos.PlanKeyValuePair value)
          repeated .PlanKeyValuePair confKeyValues = 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<DAGProtos.ConfigurationProto.Builder>

clear

public DAGProtos.ConfigurationProto.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<DAGProtos.ConfigurationProto.Builder>

clone

public DAGProtos.ConfigurationProto.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<DAGProtos.ConfigurationProto.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<DAGProtos.ConfigurationProto.Builder>

getDefaultInstanceForType

public DAGProtos.ConfigurationProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public DAGProtos.ConfigurationProto.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<DAGProtos.ConfigurationProto.Builder>

mergeFrom

public DAGProtos.ConfigurationProto.Builder mergeFrom(DAGProtos.ConfigurationProto other)

isInitialized

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

mergeFrom

public DAGProtos.ConfigurationProto.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<DAGProtos.ConfigurationProto.Builder>
Throws:
IOException

getConfKeyValuesList

public List<DAGProtos.PlanKeyValuePair> getConfKeyValuesList()
repeated .PlanKeyValuePair confKeyValues = 1;

Specified by:
getConfKeyValuesList in interface DAGProtos.ConfigurationProtoOrBuilder

getConfKeyValuesCount

public int getConfKeyValuesCount()
repeated .PlanKeyValuePair confKeyValues = 1;

Specified by:
getConfKeyValuesCount in interface DAGProtos.ConfigurationProtoOrBuilder

getConfKeyValues

public DAGProtos.PlanKeyValuePair getConfKeyValues(int index)
repeated .PlanKeyValuePair confKeyValues = 1;

Specified by:
getConfKeyValues in interface DAGProtos.ConfigurationProtoOrBuilder

setConfKeyValues

public DAGProtos.ConfigurationProto.Builder setConfKeyValues(int index,
                                                             DAGProtos.PlanKeyValuePair value)
repeated .PlanKeyValuePair confKeyValues = 1;


setConfKeyValues

public DAGProtos.ConfigurationProto.Builder setConfKeyValues(int index,
                                                             DAGProtos.PlanKeyValuePair.Builder builderForValue)
repeated .PlanKeyValuePair confKeyValues = 1;


addConfKeyValues

public DAGProtos.ConfigurationProto.Builder addConfKeyValues(DAGProtos.PlanKeyValuePair value)
repeated .PlanKeyValuePair confKeyValues = 1;


addConfKeyValues

public DAGProtos.ConfigurationProto.Builder addConfKeyValues(int index,
                                                             DAGProtos.PlanKeyValuePair value)
repeated .PlanKeyValuePair confKeyValues = 1;


addConfKeyValues

public DAGProtos.ConfigurationProto.Builder addConfKeyValues(DAGProtos.PlanKeyValuePair.Builder builderForValue)
repeated .PlanKeyValuePair confKeyValues = 1;


addConfKeyValues

public DAGProtos.ConfigurationProto.Builder addConfKeyValues(int index,
                                                             DAGProtos.PlanKeyValuePair.Builder builderForValue)
repeated .PlanKeyValuePair confKeyValues = 1;


addAllConfKeyValues

public DAGProtos.ConfigurationProto.Builder addAllConfKeyValues(Iterable<? extends DAGProtos.PlanKeyValuePair> values)
repeated .PlanKeyValuePair confKeyValues = 1;


clearConfKeyValues

public DAGProtos.ConfigurationProto.Builder clearConfKeyValues()
repeated .PlanKeyValuePair confKeyValues = 1;


removeConfKeyValues

public DAGProtos.ConfigurationProto.Builder removeConfKeyValues(int index)
repeated .PlanKeyValuePair confKeyValues = 1;


getConfKeyValuesBuilder

public DAGProtos.PlanKeyValuePair.Builder getConfKeyValuesBuilder(int index)
repeated .PlanKeyValuePair confKeyValues = 1;


getConfKeyValuesOrBuilder

public DAGProtos.PlanKeyValuePairOrBuilder getConfKeyValuesOrBuilder(int index)
repeated .PlanKeyValuePair confKeyValues = 1;

Specified by:
getConfKeyValuesOrBuilder in interface DAGProtos.ConfigurationProtoOrBuilder

getConfKeyValuesOrBuilderList

public List<? extends DAGProtos.PlanKeyValuePairOrBuilder> getConfKeyValuesOrBuilderList()
repeated .PlanKeyValuePair confKeyValues = 1;

Specified by:
getConfKeyValuesOrBuilderList in interface DAGProtos.ConfigurationProtoOrBuilder

addConfKeyValuesBuilder

public DAGProtos.PlanKeyValuePair.Builder addConfKeyValuesBuilder()
repeated .PlanKeyValuePair confKeyValues = 1;


addConfKeyValuesBuilder

public DAGProtos.PlanKeyValuePair.Builder addConfKeyValuesBuilder(int index)
repeated .PlanKeyValuePair confKeyValues = 1;


getConfKeyValuesBuilderList

public List<DAGProtos.PlanKeyValuePair.Builder> getConfKeyValuesBuilderList()
repeated .PlanKeyValuePair confKeyValues = 1;



Copyright © 2014 Apache Software Foundation. All rights reserved.