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

public static final class DAGProtos.VertexLocationHintProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<DAGProtos.VertexLocationHintProto.Builder>
implements DAGProtos.VertexLocationHintProtoOrBuilder

Protobuf type VertexLocationHintProto


Method Summary
 DAGProtos.VertexLocationHintProto.Builder addAllTaskLocationHints(Iterable<? extends DAGProtos.PlanTaskLocationHint> values)
          repeated .PlanTaskLocationHint task_location_hints = 1;
 DAGProtos.VertexLocationHintProto.Builder addTaskLocationHints(DAGProtos.PlanTaskLocationHint.Builder builderForValue)
          repeated .PlanTaskLocationHint task_location_hints = 1;
 DAGProtos.VertexLocationHintProto.Builder addTaskLocationHints(DAGProtos.PlanTaskLocationHint value)
          repeated .PlanTaskLocationHint task_location_hints = 1;
 DAGProtos.VertexLocationHintProto.Builder addTaskLocationHints(int index, DAGProtos.PlanTaskLocationHint.Builder builderForValue)
          repeated .PlanTaskLocationHint task_location_hints = 1;
 DAGProtos.VertexLocationHintProto.Builder addTaskLocationHints(int index, DAGProtos.PlanTaskLocationHint value)
          repeated .PlanTaskLocationHint task_location_hints = 1;
 DAGProtos.PlanTaskLocationHint.Builder addTaskLocationHintsBuilder()
          repeated .PlanTaskLocationHint task_location_hints = 1;
 DAGProtos.PlanTaskLocationHint.Builder addTaskLocationHintsBuilder(int index)
          repeated .PlanTaskLocationHint task_location_hints = 1;
 DAGProtos.VertexLocationHintProto build()
           
 DAGProtos.VertexLocationHintProto buildPartial()
           
 DAGProtos.VertexLocationHintProto.Builder clear()
           
 DAGProtos.VertexLocationHintProto.Builder clearTaskLocationHints()
          repeated .PlanTaskLocationHint task_location_hints = 1;
 DAGProtos.VertexLocationHintProto.Builder clone()
           
 DAGProtos.VertexLocationHintProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 DAGProtos.PlanTaskLocationHint getTaskLocationHints(int index)
          repeated .PlanTaskLocationHint task_location_hints = 1;
 DAGProtos.PlanTaskLocationHint.Builder getTaskLocationHintsBuilder(int index)
          repeated .PlanTaskLocationHint task_location_hints = 1;
 List<DAGProtos.PlanTaskLocationHint.Builder> getTaskLocationHintsBuilderList()
          repeated .PlanTaskLocationHint task_location_hints = 1;
 int getTaskLocationHintsCount()
          repeated .PlanTaskLocationHint task_location_hints = 1;
 List<DAGProtos.PlanTaskLocationHint> getTaskLocationHintsList()
          repeated .PlanTaskLocationHint task_location_hints = 1;
 DAGProtos.PlanTaskLocationHintOrBuilder getTaskLocationHintsOrBuilder(int index)
          repeated .PlanTaskLocationHint task_location_hints = 1;
 List<? extends DAGProtos.PlanTaskLocationHintOrBuilder> getTaskLocationHintsOrBuilderList()
          repeated .PlanTaskLocationHint task_location_hints = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 DAGProtos.VertexLocationHintProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 DAGProtos.VertexLocationHintProto.Builder mergeFrom(DAGProtos.VertexLocationHintProto other)
           
 DAGProtos.VertexLocationHintProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 DAGProtos.VertexLocationHintProto.Builder removeTaskLocationHints(int index)
          repeated .PlanTaskLocationHint task_location_hints = 1;
 DAGProtos.VertexLocationHintProto.Builder setTaskLocationHints(int index, DAGProtos.PlanTaskLocationHint.Builder builderForValue)
          repeated .PlanTaskLocationHint task_location_hints = 1;
 DAGProtos.VertexLocationHintProto.Builder setTaskLocationHints(int index, DAGProtos.PlanTaskLocationHint value)
          repeated .PlanTaskLocationHint task_location_hints = 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.VertexLocationHintProto.Builder>

clear

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

clone

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

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

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

mergeFrom

public DAGProtos.VertexLocationHintProto.Builder mergeFrom(DAGProtos.VertexLocationHintProto 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.VertexLocationHintProto.Builder>

mergeFrom

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

getTaskLocationHintsList

public List<DAGProtos.PlanTaskLocationHint> getTaskLocationHintsList()
repeated .PlanTaskLocationHint task_location_hints = 1;

Specified by:
getTaskLocationHintsList in interface DAGProtos.VertexLocationHintProtoOrBuilder

getTaskLocationHintsCount

public int getTaskLocationHintsCount()
repeated .PlanTaskLocationHint task_location_hints = 1;

Specified by:
getTaskLocationHintsCount in interface DAGProtos.VertexLocationHintProtoOrBuilder

getTaskLocationHints

public DAGProtos.PlanTaskLocationHint getTaskLocationHints(int index)
repeated .PlanTaskLocationHint task_location_hints = 1;

Specified by:
getTaskLocationHints in interface DAGProtos.VertexLocationHintProtoOrBuilder

setTaskLocationHints

public DAGProtos.VertexLocationHintProto.Builder setTaskLocationHints(int index,
                                                                      DAGProtos.PlanTaskLocationHint value)
repeated .PlanTaskLocationHint task_location_hints = 1;


setTaskLocationHints

public DAGProtos.VertexLocationHintProto.Builder setTaskLocationHints(int index,
                                                                      DAGProtos.PlanTaskLocationHint.Builder builderForValue)
repeated .PlanTaskLocationHint task_location_hints = 1;


addTaskLocationHints

public DAGProtos.VertexLocationHintProto.Builder addTaskLocationHints(DAGProtos.PlanTaskLocationHint value)
repeated .PlanTaskLocationHint task_location_hints = 1;


addTaskLocationHints

public DAGProtos.VertexLocationHintProto.Builder addTaskLocationHints(int index,
                                                                      DAGProtos.PlanTaskLocationHint value)
repeated .PlanTaskLocationHint task_location_hints = 1;


addTaskLocationHints

public DAGProtos.VertexLocationHintProto.Builder addTaskLocationHints(DAGProtos.PlanTaskLocationHint.Builder builderForValue)
repeated .PlanTaskLocationHint task_location_hints = 1;


addTaskLocationHints

public DAGProtos.VertexLocationHintProto.Builder addTaskLocationHints(int index,
                                                                      DAGProtos.PlanTaskLocationHint.Builder builderForValue)
repeated .PlanTaskLocationHint task_location_hints = 1;


addAllTaskLocationHints

public DAGProtos.VertexLocationHintProto.Builder addAllTaskLocationHints(Iterable<? extends DAGProtos.PlanTaskLocationHint> values)
repeated .PlanTaskLocationHint task_location_hints = 1;


clearTaskLocationHints

public DAGProtos.VertexLocationHintProto.Builder clearTaskLocationHints()
repeated .PlanTaskLocationHint task_location_hints = 1;


removeTaskLocationHints

public DAGProtos.VertexLocationHintProto.Builder removeTaskLocationHints(int index)
repeated .PlanTaskLocationHint task_location_hints = 1;


getTaskLocationHintsBuilder

public DAGProtos.PlanTaskLocationHint.Builder getTaskLocationHintsBuilder(int index)
repeated .PlanTaskLocationHint task_location_hints = 1;


getTaskLocationHintsOrBuilder

public DAGProtos.PlanTaskLocationHintOrBuilder getTaskLocationHintsOrBuilder(int index)
repeated .PlanTaskLocationHint task_location_hints = 1;

Specified by:
getTaskLocationHintsOrBuilder in interface DAGProtos.VertexLocationHintProtoOrBuilder

getTaskLocationHintsOrBuilderList

public List<? extends DAGProtos.PlanTaskLocationHintOrBuilder> getTaskLocationHintsOrBuilderList()
repeated .PlanTaskLocationHint task_location_hints = 1;

Specified by:
getTaskLocationHintsOrBuilderList in interface DAGProtos.VertexLocationHintProtoOrBuilder

addTaskLocationHintsBuilder

public DAGProtos.PlanTaskLocationHint.Builder addTaskLocationHintsBuilder()
repeated .PlanTaskLocationHint task_location_hints = 1;


addTaskLocationHintsBuilder

public DAGProtos.PlanTaskLocationHint.Builder addTaskLocationHintsBuilder(int index)
repeated .PlanTaskLocationHint task_location_hints = 1;


getTaskLocationHintsBuilderList

public List<DAGProtos.PlanTaskLocationHint.Builder> getTaskLocationHintsBuilderList()
repeated .PlanTaskLocationHint task_location_hints = 1;



Copyright © 2014 Apache Software Foundation. All rights reserved.