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

public static final class DAGProtos.DAGPlan.Builder
extends com.google.protobuf.GeneratedMessage.Builder<DAGProtos.DAGPlan.Builder>
implements DAGProtos.DAGPlanOrBuilder

Protobuf type DAGPlan


Method Summary
 DAGProtos.DAGPlan.Builder addAllEdge(Iterable<? extends DAGProtos.EdgePlan> values)
          repeated .EdgePlan edge = 3;
 DAGProtos.DAGPlan.Builder addAllVertex(Iterable<? extends DAGProtos.VertexPlan> values)
          repeated .VertexPlan vertex = 2;
 DAGProtos.DAGPlan.Builder addAllVertexGroups(Iterable<? extends DAGProtos.PlanVertexGroupInfo> values)
          repeated .PlanVertexGroupInfo vertex_groups = 6;
 DAGProtos.DAGPlan.Builder addEdge(DAGProtos.EdgePlan.Builder builderForValue)
          repeated .EdgePlan edge = 3;
 DAGProtos.DAGPlan.Builder addEdge(DAGProtos.EdgePlan value)
          repeated .EdgePlan edge = 3;
 DAGProtos.DAGPlan.Builder addEdge(int index, DAGProtos.EdgePlan.Builder builderForValue)
          repeated .EdgePlan edge = 3;
 DAGProtos.DAGPlan.Builder addEdge(int index, DAGProtos.EdgePlan value)
          repeated .EdgePlan edge = 3;
 DAGProtos.EdgePlan.Builder addEdgeBuilder()
          repeated .EdgePlan edge = 3;
 DAGProtos.EdgePlan.Builder addEdgeBuilder(int index)
          repeated .EdgePlan edge = 3;
 DAGProtos.DAGPlan.Builder addVertex(DAGProtos.VertexPlan.Builder builderForValue)
          repeated .VertexPlan vertex = 2;
 DAGProtos.DAGPlan.Builder addVertex(DAGProtos.VertexPlan value)
          repeated .VertexPlan vertex = 2;
 DAGProtos.DAGPlan.Builder addVertex(int index, DAGProtos.VertexPlan.Builder builderForValue)
          repeated .VertexPlan vertex = 2;
 DAGProtos.DAGPlan.Builder addVertex(int index, DAGProtos.VertexPlan value)
          repeated .VertexPlan vertex = 2;
 DAGProtos.VertexPlan.Builder addVertexBuilder()
          repeated .VertexPlan vertex = 2;
 DAGProtos.VertexPlan.Builder addVertexBuilder(int index)
          repeated .VertexPlan vertex = 2;
 DAGProtos.DAGPlan.Builder addVertexGroups(DAGProtos.PlanVertexGroupInfo.Builder builderForValue)
          repeated .PlanVertexGroupInfo vertex_groups = 6;
 DAGProtos.DAGPlan.Builder addVertexGroups(DAGProtos.PlanVertexGroupInfo value)
          repeated .PlanVertexGroupInfo vertex_groups = 6;
 DAGProtos.DAGPlan.Builder addVertexGroups(int index, DAGProtos.PlanVertexGroupInfo.Builder builderForValue)
          repeated .PlanVertexGroupInfo vertex_groups = 6;
 DAGProtos.DAGPlan.Builder addVertexGroups(int index, DAGProtos.PlanVertexGroupInfo value)
          repeated .PlanVertexGroupInfo vertex_groups = 6;
 DAGProtos.PlanVertexGroupInfo.Builder addVertexGroupsBuilder()
          repeated .PlanVertexGroupInfo vertex_groups = 6;
 DAGProtos.PlanVertexGroupInfo.Builder addVertexGroupsBuilder(int index)
          repeated .PlanVertexGroupInfo vertex_groups = 6;
 DAGProtos.DAGPlan build()
           
 DAGProtos.DAGPlan buildPartial()
           
 DAGProtos.DAGPlan.Builder clear()
           
 DAGProtos.DAGPlan.Builder clearCredentialsBinary()
          optional bytes credentials_binary = 5;
 DAGProtos.DAGPlan.Builder clearDagKeyValues()
          optional .ConfigurationProto dagKeyValues = 4;
 DAGProtos.DAGPlan.Builder clearEdge()
          repeated .EdgePlan edge = 3;
 DAGProtos.DAGPlan.Builder clearName()
          required string name = 1;
 DAGProtos.DAGPlan.Builder clearVertex()
          repeated .VertexPlan vertex = 2;
 DAGProtos.DAGPlan.Builder clearVertexGroups()
          repeated .PlanVertexGroupInfo vertex_groups = 6;
 DAGProtos.DAGPlan.Builder clone()
           
 com.google.protobuf.ByteString getCredentialsBinary()
          optional bytes credentials_binary = 5;
 DAGProtos.ConfigurationProto getDagKeyValues()
          optional .ConfigurationProto dagKeyValues = 4;
 DAGProtos.ConfigurationProto.Builder getDagKeyValuesBuilder()
          optional .ConfigurationProto dagKeyValues = 4;
 DAGProtos.ConfigurationProtoOrBuilder getDagKeyValuesOrBuilder()
          optional .ConfigurationProto dagKeyValues = 4;
 DAGProtos.DAGPlan getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 DAGProtos.EdgePlan getEdge(int index)
          repeated .EdgePlan edge = 3;
 DAGProtos.EdgePlan.Builder getEdgeBuilder(int index)
          repeated .EdgePlan edge = 3;
 List<DAGProtos.EdgePlan.Builder> getEdgeBuilderList()
          repeated .EdgePlan edge = 3;
 int getEdgeCount()
          repeated .EdgePlan edge = 3;
 List<DAGProtos.EdgePlan> getEdgeList()
          repeated .EdgePlan edge = 3;
 DAGProtos.EdgePlanOrBuilder getEdgeOrBuilder(int index)
          repeated .EdgePlan edge = 3;
 List<? extends DAGProtos.EdgePlanOrBuilder> getEdgeOrBuilderList()
          repeated .EdgePlan edge = 3;
 String getName()
          required string name = 1;
 com.google.protobuf.ByteString getNameBytes()
          required string name = 1;
 DAGProtos.VertexPlan getVertex(int index)
          repeated .VertexPlan vertex = 2;
 DAGProtos.VertexPlan.Builder getVertexBuilder(int index)
          repeated .VertexPlan vertex = 2;
 List<DAGProtos.VertexPlan.Builder> getVertexBuilderList()
          repeated .VertexPlan vertex = 2;
 int getVertexCount()
          repeated .VertexPlan vertex = 2;
 DAGProtos.PlanVertexGroupInfo getVertexGroups(int index)
          repeated .PlanVertexGroupInfo vertex_groups = 6;
 DAGProtos.PlanVertexGroupInfo.Builder getVertexGroupsBuilder(int index)
          repeated .PlanVertexGroupInfo vertex_groups = 6;
 List<DAGProtos.PlanVertexGroupInfo.Builder> getVertexGroupsBuilderList()
          repeated .PlanVertexGroupInfo vertex_groups = 6;
 int getVertexGroupsCount()
          repeated .PlanVertexGroupInfo vertex_groups = 6;
 List<DAGProtos.PlanVertexGroupInfo> getVertexGroupsList()
          repeated .PlanVertexGroupInfo vertex_groups = 6;
 DAGProtos.PlanVertexGroupInfoOrBuilder getVertexGroupsOrBuilder(int index)
          repeated .PlanVertexGroupInfo vertex_groups = 6;
 List<? extends DAGProtos.PlanVertexGroupInfoOrBuilder> getVertexGroupsOrBuilderList()
          repeated .PlanVertexGroupInfo vertex_groups = 6;
 List<DAGProtos.VertexPlan> getVertexList()
          repeated .VertexPlan vertex = 2;
 DAGProtos.VertexPlanOrBuilder getVertexOrBuilder(int index)
          repeated .VertexPlan vertex = 2;
 List<? extends DAGProtos.VertexPlanOrBuilder> getVertexOrBuilderList()
          repeated .VertexPlan vertex = 2;
 boolean hasCredentialsBinary()
          optional bytes credentials_binary = 5;
 boolean hasDagKeyValues()
          optional .ConfigurationProto dagKeyValues = 4;
 boolean hasName()
          required string name = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 DAGProtos.DAGPlan.Builder mergeDagKeyValues(DAGProtos.ConfigurationProto value)
          optional .ConfigurationProto dagKeyValues = 4;
 DAGProtos.DAGPlan.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 DAGProtos.DAGPlan.Builder mergeFrom(DAGProtos.DAGPlan other)
           
 DAGProtos.DAGPlan.Builder mergeFrom(com.google.protobuf.Message other)
           
 DAGProtos.DAGPlan.Builder removeEdge(int index)
          repeated .EdgePlan edge = 3;
 DAGProtos.DAGPlan.Builder removeVertex(int index)
          repeated .VertexPlan vertex = 2;
 DAGProtos.DAGPlan.Builder removeVertexGroups(int index)
          repeated .PlanVertexGroupInfo vertex_groups = 6;
 DAGProtos.DAGPlan.Builder setCredentialsBinary(com.google.protobuf.ByteString value)
          optional bytes credentials_binary = 5;
 DAGProtos.DAGPlan.Builder setDagKeyValues(DAGProtos.ConfigurationProto.Builder builderForValue)
          optional .ConfigurationProto dagKeyValues = 4;
 DAGProtos.DAGPlan.Builder setDagKeyValues(DAGProtos.ConfigurationProto value)
          optional .ConfigurationProto dagKeyValues = 4;
 DAGProtos.DAGPlan.Builder setEdge(int index, DAGProtos.EdgePlan.Builder builderForValue)
          repeated .EdgePlan edge = 3;
 DAGProtos.DAGPlan.Builder setEdge(int index, DAGProtos.EdgePlan value)
          repeated .EdgePlan edge = 3;
 DAGProtos.DAGPlan.Builder setName(String value)
          required string name = 1;
 DAGProtos.DAGPlan.Builder setNameBytes(com.google.protobuf.ByteString value)
          required string name = 1;
 DAGProtos.DAGPlan.Builder setVertex(int index, DAGProtos.VertexPlan.Builder builderForValue)
          repeated .VertexPlan vertex = 2;
 DAGProtos.DAGPlan.Builder setVertex(int index, DAGProtos.VertexPlan value)
          repeated .VertexPlan vertex = 2;
 DAGProtos.DAGPlan.Builder setVertexGroups(int index, DAGProtos.PlanVertexGroupInfo.Builder builderForValue)
          repeated .PlanVertexGroupInfo vertex_groups = 6;
 DAGProtos.DAGPlan.Builder setVertexGroups(int index, DAGProtos.PlanVertexGroupInfo value)
          repeated .PlanVertexGroupInfo vertex_groups = 6;
 
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.DAGPlan.Builder>

clear

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

clone

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

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

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

mergeFrom

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

mergeFrom

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

hasName

public boolean hasName()
required string name = 1;

Specified by:
hasName in interface DAGProtos.DAGPlanOrBuilder

getName

public String getName()
required string name = 1;

Specified by:
getName in interface DAGProtos.DAGPlanOrBuilder

getNameBytes

public com.google.protobuf.ByteString getNameBytes()
required string name = 1;

Specified by:
getNameBytes in interface DAGProtos.DAGPlanOrBuilder

setName

public DAGProtos.DAGPlan.Builder setName(String value)
required string name = 1;


clearName

public DAGProtos.DAGPlan.Builder clearName()
required string name = 1;


setNameBytes

public DAGProtos.DAGPlan.Builder setNameBytes(com.google.protobuf.ByteString value)
required string name = 1;


getVertexList

public List<DAGProtos.VertexPlan> getVertexList()
repeated .VertexPlan vertex = 2;

Specified by:
getVertexList in interface DAGProtos.DAGPlanOrBuilder

getVertexCount

public int getVertexCount()
repeated .VertexPlan vertex = 2;

Specified by:
getVertexCount in interface DAGProtos.DAGPlanOrBuilder

getVertex

public DAGProtos.VertexPlan getVertex(int index)
repeated .VertexPlan vertex = 2;

Specified by:
getVertex in interface DAGProtos.DAGPlanOrBuilder

setVertex

public DAGProtos.DAGPlan.Builder setVertex(int index,
                                           DAGProtos.VertexPlan value)
repeated .VertexPlan vertex = 2;


setVertex

public DAGProtos.DAGPlan.Builder setVertex(int index,
                                           DAGProtos.VertexPlan.Builder builderForValue)
repeated .VertexPlan vertex = 2;


addVertex

public DAGProtos.DAGPlan.Builder addVertex(DAGProtos.VertexPlan value)
repeated .VertexPlan vertex = 2;


addVertex

public DAGProtos.DAGPlan.Builder addVertex(int index,
                                           DAGProtos.VertexPlan value)
repeated .VertexPlan vertex = 2;


addVertex

public DAGProtos.DAGPlan.Builder addVertex(DAGProtos.VertexPlan.Builder builderForValue)
repeated .VertexPlan vertex = 2;


addVertex

public DAGProtos.DAGPlan.Builder addVertex(int index,
                                           DAGProtos.VertexPlan.Builder builderForValue)
repeated .VertexPlan vertex = 2;


addAllVertex

public DAGProtos.DAGPlan.Builder addAllVertex(Iterable<? extends DAGProtos.VertexPlan> values)
repeated .VertexPlan vertex = 2;


clearVertex

public DAGProtos.DAGPlan.Builder clearVertex()
repeated .VertexPlan vertex = 2;


removeVertex

public DAGProtos.DAGPlan.Builder removeVertex(int index)
repeated .VertexPlan vertex = 2;


getVertexBuilder

public DAGProtos.VertexPlan.Builder getVertexBuilder(int index)
repeated .VertexPlan vertex = 2;


getVertexOrBuilder

public DAGProtos.VertexPlanOrBuilder getVertexOrBuilder(int index)
repeated .VertexPlan vertex = 2;

Specified by:
getVertexOrBuilder in interface DAGProtos.DAGPlanOrBuilder

getVertexOrBuilderList

public List<? extends DAGProtos.VertexPlanOrBuilder> getVertexOrBuilderList()
repeated .VertexPlan vertex = 2;

Specified by:
getVertexOrBuilderList in interface DAGProtos.DAGPlanOrBuilder

addVertexBuilder

public DAGProtos.VertexPlan.Builder addVertexBuilder()
repeated .VertexPlan vertex = 2;


addVertexBuilder

public DAGProtos.VertexPlan.Builder addVertexBuilder(int index)
repeated .VertexPlan vertex = 2;


getVertexBuilderList

public List<DAGProtos.VertexPlan.Builder> getVertexBuilderList()
repeated .VertexPlan vertex = 2;


getEdgeList

public List<DAGProtos.EdgePlan> getEdgeList()
repeated .EdgePlan edge = 3;

Specified by:
getEdgeList in interface DAGProtos.DAGPlanOrBuilder

getEdgeCount

public int getEdgeCount()
repeated .EdgePlan edge = 3;

Specified by:
getEdgeCount in interface DAGProtos.DAGPlanOrBuilder

getEdge

public DAGProtos.EdgePlan getEdge(int index)
repeated .EdgePlan edge = 3;

Specified by:
getEdge in interface DAGProtos.DAGPlanOrBuilder

setEdge

public DAGProtos.DAGPlan.Builder setEdge(int index,
                                         DAGProtos.EdgePlan value)
repeated .EdgePlan edge = 3;


setEdge

public DAGProtos.DAGPlan.Builder setEdge(int index,
                                         DAGProtos.EdgePlan.Builder builderForValue)
repeated .EdgePlan edge = 3;


addEdge

public DAGProtos.DAGPlan.Builder addEdge(DAGProtos.EdgePlan value)
repeated .EdgePlan edge = 3;


addEdge

public DAGProtos.DAGPlan.Builder addEdge(int index,
                                         DAGProtos.EdgePlan value)
repeated .EdgePlan edge = 3;


addEdge

public DAGProtos.DAGPlan.Builder addEdge(DAGProtos.EdgePlan.Builder builderForValue)
repeated .EdgePlan edge = 3;


addEdge

public DAGProtos.DAGPlan.Builder addEdge(int index,
                                         DAGProtos.EdgePlan.Builder builderForValue)
repeated .EdgePlan edge = 3;


addAllEdge

public DAGProtos.DAGPlan.Builder addAllEdge(Iterable<? extends DAGProtos.EdgePlan> values)
repeated .EdgePlan edge = 3;


clearEdge

public DAGProtos.DAGPlan.Builder clearEdge()
repeated .EdgePlan edge = 3;


removeEdge

public DAGProtos.DAGPlan.Builder removeEdge(int index)
repeated .EdgePlan edge = 3;


getEdgeBuilder

public DAGProtos.EdgePlan.Builder getEdgeBuilder(int index)
repeated .EdgePlan edge = 3;


getEdgeOrBuilder

public DAGProtos.EdgePlanOrBuilder getEdgeOrBuilder(int index)
repeated .EdgePlan edge = 3;

Specified by:
getEdgeOrBuilder in interface DAGProtos.DAGPlanOrBuilder

getEdgeOrBuilderList

public List<? extends DAGProtos.EdgePlanOrBuilder> getEdgeOrBuilderList()
repeated .EdgePlan edge = 3;

Specified by:
getEdgeOrBuilderList in interface DAGProtos.DAGPlanOrBuilder

addEdgeBuilder

public DAGProtos.EdgePlan.Builder addEdgeBuilder()
repeated .EdgePlan edge = 3;


addEdgeBuilder

public DAGProtos.EdgePlan.Builder addEdgeBuilder(int index)
repeated .EdgePlan edge = 3;


getEdgeBuilderList

public List<DAGProtos.EdgePlan.Builder> getEdgeBuilderList()
repeated .EdgePlan edge = 3;


hasDagKeyValues

public boolean hasDagKeyValues()
optional .ConfigurationProto dagKeyValues = 4;

Specified by:
hasDagKeyValues in interface DAGProtos.DAGPlanOrBuilder

getDagKeyValues

public DAGProtos.ConfigurationProto getDagKeyValues()
optional .ConfigurationProto dagKeyValues = 4;

Specified by:
getDagKeyValues in interface DAGProtos.DAGPlanOrBuilder

setDagKeyValues

public DAGProtos.DAGPlan.Builder setDagKeyValues(DAGProtos.ConfigurationProto value)
optional .ConfigurationProto dagKeyValues = 4;


setDagKeyValues

public DAGProtos.DAGPlan.Builder setDagKeyValues(DAGProtos.ConfigurationProto.Builder builderForValue)
optional .ConfigurationProto dagKeyValues = 4;


mergeDagKeyValues

public DAGProtos.DAGPlan.Builder mergeDagKeyValues(DAGProtos.ConfigurationProto value)
optional .ConfigurationProto dagKeyValues = 4;


clearDagKeyValues

public DAGProtos.DAGPlan.Builder clearDagKeyValues()
optional .ConfigurationProto dagKeyValues = 4;


getDagKeyValuesBuilder

public DAGProtos.ConfigurationProto.Builder getDagKeyValuesBuilder()
optional .ConfigurationProto dagKeyValues = 4;


getDagKeyValuesOrBuilder

public DAGProtos.ConfigurationProtoOrBuilder getDagKeyValuesOrBuilder()
optional .ConfigurationProto dagKeyValues = 4;

Specified by:
getDagKeyValuesOrBuilder in interface DAGProtos.DAGPlanOrBuilder

hasCredentialsBinary

public boolean hasCredentialsBinary()
optional bytes credentials_binary = 5;

Specified by:
hasCredentialsBinary in interface DAGProtos.DAGPlanOrBuilder

getCredentialsBinary

public com.google.protobuf.ByteString getCredentialsBinary()
optional bytes credentials_binary = 5;

Specified by:
getCredentialsBinary in interface DAGProtos.DAGPlanOrBuilder

setCredentialsBinary

public DAGProtos.DAGPlan.Builder setCredentialsBinary(com.google.protobuf.ByteString value)
optional bytes credentials_binary = 5;


clearCredentialsBinary

public DAGProtos.DAGPlan.Builder clearCredentialsBinary()
optional bytes credentials_binary = 5;


getVertexGroupsList

public List<DAGProtos.PlanVertexGroupInfo> getVertexGroupsList()
repeated .PlanVertexGroupInfo vertex_groups = 6;

Specified by:
getVertexGroupsList in interface DAGProtos.DAGPlanOrBuilder

getVertexGroupsCount

public int getVertexGroupsCount()
repeated .PlanVertexGroupInfo vertex_groups = 6;

Specified by:
getVertexGroupsCount in interface DAGProtos.DAGPlanOrBuilder

getVertexGroups

public DAGProtos.PlanVertexGroupInfo getVertexGroups(int index)
repeated .PlanVertexGroupInfo vertex_groups = 6;

Specified by:
getVertexGroups in interface DAGProtos.DAGPlanOrBuilder

setVertexGroups

public DAGProtos.DAGPlan.Builder setVertexGroups(int index,
                                                 DAGProtos.PlanVertexGroupInfo value)
repeated .PlanVertexGroupInfo vertex_groups = 6;


setVertexGroups

public DAGProtos.DAGPlan.Builder setVertexGroups(int index,
                                                 DAGProtos.PlanVertexGroupInfo.Builder builderForValue)
repeated .PlanVertexGroupInfo vertex_groups = 6;


addVertexGroups

public DAGProtos.DAGPlan.Builder addVertexGroups(DAGProtos.PlanVertexGroupInfo value)
repeated .PlanVertexGroupInfo vertex_groups = 6;


addVertexGroups

public DAGProtos.DAGPlan.Builder addVertexGroups(int index,
                                                 DAGProtos.PlanVertexGroupInfo value)
repeated .PlanVertexGroupInfo vertex_groups = 6;


addVertexGroups

public DAGProtos.DAGPlan.Builder addVertexGroups(DAGProtos.PlanVertexGroupInfo.Builder builderForValue)
repeated .PlanVertexGroupInfo vertex_groups = 6;


addVertexGroups

public DAGProtos.DAGPlan.Builder addVertexGroups(int index,
                                                 DAGProtos.PlanVertexGroupInfo.Builder builderForValue)
repeated .PlanVertexGroupInfo vertex_groups = 6;


addAllVertexGroups

public DAGProtos.DAGPlan.Builder addAllVertexGroups(Iterable<? extends DAGProtos.PlanVertexGroupInfo> values)
repeated .PlanVertexGroupInfo vertex_groups = 6;


clearVertexGroups

public DAGProtos.DAGPlan.Builder clearVertexGroups()
repeated .PlanVertexGroupInfo vertex_groups = 6;


removeVertexGroups

public DAGProtos.DAGPlan.Builder removeVertexGroups(int index)
repeated .PlanVertexGroupInfo vertex_groups = 6;


getVertexGroupsBuilder

public DAGProtos.PlanVertexGroupInfo.Builder getVertexGroupsBuilder(int index)
repeated .PlanVertexGroupInfo vertex_groups = 6;


getVertexGroupsOrBuilder

public DAGProtos.PlanVertexGroupInfoOrBuilder getVertexGroupsOrBuilder(int index)
repeated .PlanVertexGroupInfo vertex_groups = 6;

Specified by:
getVertexGroupsOrBuilder in interface DAGProtos.DAGPlanOrBuilder

getVertexGroupsOrBuilderList

public List<? extends DAGProtos.PlanVertexGroupInfoOrBuilder> getVertexGroupsOrBuilderList()
repeated .PlanVertexGroupInfo vertex_groups = 6;

Specified by:
getVertexGroupsOrBuilderList in interface DAGProtos.DAGPlanOrBuilder

addVertexGroupsBuilder

public DAGProtos.PlanVertexGroupInfo.Builder addVertexGroupsBuilder()
repeated .PlanVertexGroupInfo vertex_groups = 6;


addVertexGroupsBuilder

public DAGProtos.PlanVertexGroupInfo.Builder addVertexGroupsBuilder(int index)
repeated .PlanVertexGroupInfo vertex_groups = 6;


getVertexGroupsBuilderList

public List<DAGProtos.PlanVertexGroupInfo.Builder> getVertexGroupsBuilderList()
repeated .PlanVertexGroupInfo vertex_groups = 6;



Copyright © 2014 Apache Software Foundation. All rights reserved.