public static final class DAGProtos.DAGPlan.Builder extends com.google.protobuf.GeneratedMessage.Builder<DAGProtos.DAGPlan.Builder> implements DAGProtos.DAGPlanOrBuilder
DAGPlan| Modifier and Type | Method and Description | 
|---|---|
DAGProtos.DAGPlan.Builder | 
addAllEdge(Iterable<? extends DAGProtos.EdgePlan> values)
repeated .EdgePlan edge = 3; | 
DAGProtos.DAGPlan.Builder | 
addAllLocalResource(Iterable<? extends DAGProtos.PlanLocalResource> values)
repeated .PlanLocalResource local_resource = 7; | 
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 | 
addLocalResource(DAGProtos.PlanLocalResource.Builder builderForValue)
repeated .PlanLocalResource local_resource = 7; | 
DAGProtos.DAGPlan.Builder | 
addLocalResource(DAGProtos.PlanLocalResource value)
repeated .PlanLocalResource local_resource = 7; | 
DAGProtos.DAGPlan.Builder | 
addLocalResource(int index,
                DAGProtos.PlanLocalResource.Builder builderForValue)
repeated .PlanLocalResource local_resource = 7; | 
DAGProtos.DAGPlan.Builder | 
addLocalResource(int index,
                DAGProtos.PlanLocalResource value)
repeated .PlanLocalResource local_resource = 7; | 
DAGProtos.PlanLocalResource.Builder | 
addLocalResourceBuilder()
repeated .PlanLocalResource local_resource = 7; | 
DAGProtos.PlanLocalResource.Builder | 
addLocalResourceBuilder(int index)
repeated .PlanLocalResource local_resource = 7; | 
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 | 
clearCallerContext()
optional .CallerContextProto caller_context = 10; | 
DAGProtos.DAGPlan.Builder | 
clearCredentialsBinary()
optional bytes credentials_binary = 5; | 
DAGProtos.DAGPlan.Builder | 
clearDagConf()
optional .ConfigurationProto dagConf = 4; | 
DAGProtos.DAGPlan.Builder | 
clearDagInfo()
optional string dag_info = 8; | 
DAGProtos.DAGPlan.Builder | 
clearDefaultExecutionContext()
optional .VertexExecutionContextProto default_execution_context = 9; | 
DAGProtos.DAGPlan.Builder | 
clearEdge()
repeated .EdgePlan edge = 3; | 
DAGProtos.DAGPlan.Builder | 
clearLocalResource()
repeated .PlanLocalResource local_resource = 7; | 
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()  | 
DAGProtos.CallerContextProto | 
getCallerContext()
optional .CallerContextProto caller_context = 10; | 
DAGProtos.CallerContextProto.Builder | 
getCallerContextBuilder()
optional .CallerContextProto caller_context = 10; | 
DAGProtos.CallerContextProtoOrBuilder | 
getCallerContextOrBuilder()
optional .CallerContextProto caller_context = 10; | 
com.google.protobuf.ByteString | 
getCredentialsBinary()
optional bytes credentials_binary = 5; | 
DAGProtos.ConfigurationProto | 
getDagConf()
optional .ConfigurationProto dagConf = 4; | 
DAGProtos.ConfigurationProto.Builder | 
getDagConfBuilder()
optional .ConfigurationProto dagConf = 4; | 
DAGProtos.ConfigurationProtoOrBuilder | 
getDagConfOrBuilder()
optional .ConfigurationProto dagConf = 4; | 
String | 
getDagInfo()
optional string dag_info = 8; | 
com.google.protobuf.ByteString | 
getDagInfoBytes()
optional string dag_info = 8; | 
DAGProtos.VertexExecutionContextProto | 
getDefaultExecutionContext()
optional .VertexExecutionContextProto default_execution_context = 9; | 
DAGProtos.VertexExecutionContextProto.Builder | 
getDefaultExecutionContextBuilder()
optional .VertexExecutionContextProto default_execution_context = 9; | 
DAGProtos.VertexExecutionContextProtoOrBuilder | 
getDefaultExecutionContextOrBuilder()
optional .VertexExecutionContextProto default_execution_context = 9; | 
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; | 
DAGProtos.PlanLocalResource | 
getLocalResource(int index)
repeated .PlanLocalResource local_resource = 7; | 
DAGProtos.PlanLocalResource.Builder | 
getLocalResourceBuilder(int index)
repeated .PlanLocalResource local_resource = 7; | 
List<DAGProtos.PlanLocalResource.Builder> | 
getLocalResourceBuilderList()
repeated .PlanLocalResource local_resource = 7; | 
int | 
getLocalResourceCount()
repeated .PlanLocalResource local_resource = 7; | 
List<DAGProtos.PlanLocalResource> | 
getLocalResourceList()
repeated .PlanLocalResource local_resource = 7; | 
DAGProtos.PlanLocalResourceOrBuilder | 
getLocalResourceOrBuilder(int index)
repeated .PlanLocalResource local_resource = 7; | 
List<? extends DAGProtos.PlanLocalResourceOrBuilder> | 
getLocalResourceOrBuilderList()
repeated .PlanLocalResource local_resource = 7; | 
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 | 
hasCallerContext()
optional .CallerContextProto caller_context = 10; | 
boolean | 
hasCredentialsBinary()
optional bytes credentials_binary = 5; | 
boolean | 
hasDagConf()
optional .ConfigurationProto dagConf = 4; | 
boolean | 
hasDagInfo()
optional string dag_info = 8; | 
boolean | 
hasDefaultExecutionContext()
optional .VertexExecutionContextProto default_execution_context = 9; | 
boolean | 
hasName()
required string name = 1; | 
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
DAGProtos.DAGPlan.Builder | 
mergeCallerContext(DAGProtos.CallerContextProto value)
optional .CallerContextProto caller_context = 10; | 
DAGProtos.DAGPlan.Builder | 
mergeDagConf(DAGProtos.ConfigurationProto value)
optional .ConfigurationProto dagConf = 4; | 
DAGProtos.DAGPlan.Builder | 
mergeDefaultExecutionContext(DAGProtos.VertexExecutionContextProto value)
optional .VertexExecutionContextProto default_execution_context = 9; | 
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 | 
removeLocalResource(int index)
repeated .PlanLocalResource local_resource = 7; | 
DAGProtos.DAGPlan.Builder | 
removeVertex(int index)
repeated .VertexPlan vertex = 2; | 
DAGProtos.DAGPlan.Builder | 
removeVertexGroups(int index)
repeated .PlanVertexGroupInfo vertex_groups = 6; | 
DAGProtos.DAGPlan.Builder | 
setCallerContext(DAGProtos.CallerContextProto.Builder builderForValue)
optional .CallerContextProto caller_context = 10; | 
DAGProtos.DAGPlan.Builder | 
setCallerContext(DAGProtos.CallerContextProto value)
optional .CallerContextProto caller_context = 10; | 
DAGProtos.DAGPlan.Builder | 
setCredentialsBinary(com.google.protobuf.ByteString value)
optional bytes credentials_binary = 5; | 
DAGProtos.DAGPlan.Builder | 
setDagConf(DAGProtos.ConfigurationProto.Builder builderForValue)
optional .ConfigurationProto dagConf = 4; | 
DAGProtos.DAGPlan.Builder | 
setDagConf(DAGProtos.ConfigurationProto value)
optional .ConfigurationProto dagConf = 4; | 
DAGProtos.DAGPlan.Builder | 
setDagInfo(String value)
optional string dag_info = 8; | 
DAGProtos.DAGPlan.Builder | 
setDagInfoBytes(com.google.protobuf.ByteString value)
optional string dag_info = 8; | 
DAGProtos.DAGPlan.Builder | 
setDefaultExecutionContext(DAGProtos.VertexExecutionContextProto.Builder builderForValue)
optional .VertexExecutionContextProto default_execution_context = 9; | 
DAGProtos.DAGPlan.Builder | 
setDefaultExecutionContext(DAGProtos.VertexExecutionContextProto value)
optional .VertexExecutionContextProto default_execution_context = 9; | 
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 | 
setLocalResource(int index,
                DAGProtos.PlanLocalResource.Builder builderForValue)
repeated .PlanLocalResource local_resource = 7; | 
DAGProtos.DAGPlan.Builder | 
setLocalResource(int index,
                DAGProtos.PlanLocalResource value)
repeated .PlanLocalResource local_resource = 7; | 
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; | 
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<DAGProtos.DAGPlan.Builder>public DAGProtos.DAGPlan.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<DAGProtos.DAGPlan.Builder>public DAGProtos.DAGPlan.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<DAGProtos.DAGPlan.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<DAGProtos.DAGPlan.Builder>public DAGProtos.DAGPlan getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic DAGProtos.DAGPlan build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic DAGProtos.DAGPlan buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic DAGProtos.DAGPlan.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DAGProtos.DAGPlan.Builder>public DAGProtos.DAGPlan.Builder mergeFrom(DAGProtos.DAGPlan other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<DAGProtos.DAGPlan.Builder>public DAGProtos.DAGPlan.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DAGProtos.DAGPlan.Builder>IOExceptionpublic boolean hasName()
required string name = 1;hasName in interface DAGProtos.DAGPlanOrBuilderpublic String getName()
required string name = 1;getName in interface DAGProtos.DAGPlanOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1;getNameBytes in interface DAGProtos.DAGPlanOrBuilderpublic DAGProtos.DAGPlan.Builder setName(String value)
required string name = 1;public DAGProtos.DAGPlan.Builder clearName()
required string name = 1;public DAGProtos.DAGPlan.Builder setNameBytes(com.google.protobuf.ByteString value)
required string name = 1;public List<DAGProtos.VertexPlan> getVertexList()
repeated .VertexPlan vertex = 2;getVertexList in interface DAGProtos.DAGPlanOrBuilderpublic int getVertexCount()
repeated .VertexPlan vertex = 2;getVertexCount in interface DAGProtos.DAGPlanOrBuilderpublic DAGProtos.VertexPlan getVertex(int index)
repeated .VertexPlan vertex = 2;getVertex in interface DAGProtos.DAGPlanOrBuilderpublic DAGProtos.DAGPlan.Builder setVertex(int index, DAGProtos.VertexPlan value)
repeated .VertexPlan vertex = 2;public DAGProtos.DAGPlan.Builder setVertex(int index, DAGProtos.VertexPlan.Builder builderForValue)
repeated .VertexPlan vertex = 2;public DAGProtos.DAGPlan.Builder addVertex(DAGProtos.VertexPlan value)
repeated .VertexPlan vertex = 2;public DAGProtos.DAGPlan.Builder addVertex(int index, DAGProtos.VertexPlan value)
repeated .VertexPlan vertex = 2;public DAGProtos.DAGPlan.Builder addVertex(DAGProtos.VertexPlan.Builder builderForValue)
repeated .VertexPlan vertex = 2;public DAGProtos.DAGPlan.Builder addVertex(int index, DAGProtos.VertexPlan.Builder builderForValue)
repeated .VertexPlan vertex = 2;public DAGProtos.DAGPlan.Builder addAllVertex(Iterable<? extends DAGProtos.VertexPlan> values)
repeated .VertexPlan vertex = 2;public DAGProtos.DAGPlan.Builder clearVertex()
repeated .VertexPlan vertex = 2;public DAGProtos.DAGPlan.Builder removeVertex(int index)
repeated .VertexPlan vertex = 2;public DAGProtos.VertexPlan.Builder getVertexBuilder(int index)
repeated .VertexPlan vertex = 2;public DAGProtos.VertexPlanOrBuilder getVertexOrBuilder(int index)
repeated .VertexPlan vertex = 2;getVertexOrBuilder in interface DAGProtos.DAGPlanOrBuilderpublic List<? extends DAGProtos.VertexPlanOrBuilder> getVertexOrBuilderList()
repeated .VertexPlan vertex = 2;getVertexOrBuilderList in interface DAGProtos.DAGPlanOrBuilderpublic DAGProtos.VertexPlan.Builder addVertexBuilder()
repeated .VertexPlan vertex = 2;public DAGProtos.VertexPlan.Builder addVertexBuilder(int index)
repeated .VertexPlan vertex = 2;public List<DAGProtos.VertexPlan.Builder> getVertexBuilderList()
repeated .VertexPlan vertex = 2;public List<DAGProtos.EdgePlan> getEdgeList()
repeated .EdgePlan edge = 3;getEdgeList in interface DAGProtos.DAGPlanOrBuilderpublic int getEdgeCount()
repeated .EdgePlan edge = 3;getEdgeCount in interface DAGProtos.DAGPlanOrBuilderpublic DAGProtos.EdgePlan getEdge(int index)
repeated .EdgePlan edge = 3;getEdge in interface DAGProtos.DAGPlanOrBuilderpublic DAGProtos.DAGPlan.Builder setEdge(int index, DAGProtos.EdgePlan value)
repeated .EdgePlan edge = 3;public DAGProtos.DAGPlan.Builder setEdge(int index, DAGProtos.EdgePlan.Builder builderForValue)
repeated .EdgePlan edge = 3;public DAGProtos.DAGPlan.Builder addEdge(DAGProtos.EdgePlan value)
repeated .EdgePlan edge = 3;public DAGProtos.DAGPlan.Builder addEdge(int index, DAGProtos.EdgePlan value)
repeated .EdgePlan edge = 3;public DAGProtos.DAGPlan.Builder addEdge(DAGProtos.EdgePlan.Builder builderForValue)
repeated .EdgePlan edge = 3;public DAGProtos.DAGPlan.Builder addEdge(int index, DAGProtos.EdgePlan.Builder builderForValue)
repeated .EdgePlan edge = 3;public DAGProtos.DAGPlan.Builder addAllEdge(Iterable<? extends DAGProtos.EdgePlan> values)
repeated .EdgePlan edge = 3;public DAGProtos.DAGPlan.Builder clearEdge()
repeated .EdgePlan edge = 3;public DAGProtos.DAGPlan.Builder removeEdge(int index)
repeated .EdgePlan edge = 3;public DAGProtos.EdgePlan.Builder getEdgeBuilder(int index)
repeated .EdgePlan edge = 3;public DAGProtos.EdgePlanOrBuilder getEdgeOrBuilder(int index)
repeated .EdgePlan edge = 3;getEdgeOrBuilder in interface DAGProtos.DAGPlanOrBuilderpublic List<? extends DAGProtos.EdgePlanOrBuilder> getEdgeOrBuilderList()
repeated .EdgePlan edge = 3;getEdgeOrBuilderList in interface DAGProtos.DAGPlanOrBuilderpublic DAGProtos.EdgePlan.Builder addEdgeBuilder()
repeated .EdgePlan edge = 3;public DAGProtos.EdgePlan.Builder addEdgeBuilder(int index)
repeated .EdgePlan edge = 3;public List<DAGProtos.EdgePlan.Builder> getEdgeBuilderList()
repeated .EdgePlan edge = 3;public boolean hasDagConf()
optional .ConfigurationProto dagConf = 4;hasDagConf in interface DAGProtos.DAGPlanOrBuilderpublic DAGProtos.ConfigurationProto getDagConf()
optional .ConfigurationProto dagConf = 4;getDagConf in interface DAGProtos.DAGPlanOrBuilderpublic DAGProtos.DAGPlan.Builder setDagConf(DAGProtos.ConfigurationProto value)
optional .ConfigurationProto dagConf = 4;public DAGProtos.DAGPlan.Builder setDagConf(DAGProtos.ConfigurationProto.Builder builderForValue)
optional .ConfigurationProto dagConf = 4;public DAGProtos.DAGPlan.Builder mergeDagConf(DAGProtos.ConfigurationProto value)
optional .ConfigurationProto dagConf = 4;public DAGProtos.DAGPlan.Builder clearDagConf()
optional .ConfigurationProto dagConf = 4;public DAGProtos.ConfigurationProto.Builder getDagConfBuilder()
optional .ConfigurationProto dagConf = 4;public DAGProtos.ConfigurationProtoOrBuilder getDagConfOrBuilder()
optional .ConfigurationProto dagConf = 4;getDagConfOrBuilder in interface DAGProtos.DAGPlanOrBuilderpublic boolean hasCredentialsBinary()
optional bytes credentials_binary = 5;hasCredentialsBinary in interface DAGProtos.DAGPlanOrBuilderpublic com.google.protobuf.ByteString getCredentialsBinary()
optional bytes credentials_binary = 5;getCredentialsBinary in interface DAGProtos.DAGPlanOrBuilderpublic DAGProtos.DAGPlan.Builder setCredentialsBinary(com.google.protobuf.ByteString value)
optional bytes credentials_binary = 5;public DAGProtos.DAGPlan.Builder clearCredentialsBinary()
optional bytes credentials_binary = 5;public List<DAGProtos.PlanVertexGroupInfo> getVertexGroupsList()
repeated .PlanVertexGroupInfo vertex_groups = 6;getVertexGroupsList in interface DAGProtos.DAGPlanOrBuilderpublic int getVertexGroupsCount()
repeated .PlanVertexGroupInfo vertex_groups = 6;getVertexGroupsCount in interface DAGProtos.DAGPlanOrBuilderpublic DAGProtos.PlanVertexGroupInfo getVertexGroups(int index)
repeated .PlanVertexGroupInfo vertex_groups = 6;getVertexGroups in interface DAGProtos.DAGPlanOrBuilderpublic DAGProtos.DAGPlan.Builder setVertexGroups(int index, DAGProtos.PlanVertexGroupInfo value)
repeated .PlanVertexGroupInfo vertex_groups = 6;public DAGProtos.DAGPlan.Builder setVertexGroups(int index, DAGProtos.PlanVertexGroupInfo.Builder builderForValue)
repeated .PlanVertexGroupInfo vertex_groups = 6;public DAGProtos.DAGPlan.Builder addVertexGroups(DAGProtos.PlanVertexGroupInfo value)
repeated .PlanVertexGroupInfo vertex_groups = 6;public DAGProtos.DAGPlan.Builder addVertexGroups(int index, DAGProtos.PlanVertexGroupInfo value)
repeated .PlanVertexGroupInfo vertex_groups = 6;public DAGProtos.DAGPlan.Builder addVertexGroups(DAGProtos.PlanVertexGroupInfo.Builder builderForValue)
repeated .PlanVertexGroupInfo vertex_groups = 6;public DAGProtos.DAGPlan.Builder addVertexGroups(int index, DAGProtos.PlanVertexGroupInfo.Builder builderForValue)
repeated .PlanVertexGroupInfo vertex_groups = 6;public DAGProtos.DAGPlan.Builder addAllVertexGroups(Iterable<? extends DAGProtos.PlanVertexGroupInfo> values)
repeated .PlanVertexGroupInfo vertex_groups = 6;public DAGProtos.DAGPlan.Builder clearVertexGroups()
repeated .PlanVertexGroupInfo vertex_groups = 6;public DAGProtos.DAGPlan.Builder removeVertexGroups(int index)
repeated .PlanVertexGroupInfo vertex_groups = 6;public DAGProtos.PlanVertexGroupInfo.Builder getVertexGroupsBuilder(int index)
repeated .PlanVertexGroupInfo vertex_groups = 6;public DAGProtos.PlanVertexGroupInfoOrBuilder getVertexGroupsOrBuilder(int index)
repeated .PlanVertexGroupInfo vertex_groups = 6;getVertexGroupsOrBuilder in interface DAGProtos.DAGPlanOrBuilderpublic List<? extends DAGProtos.PlanVertexGroupInfoOrBuilder> getVertexGroupsOrBuilderList()
repeated .PlanVertexGroupInfo vertex_groups = 6;getVertexGroupsOrBuilderList in interface DAGProtos.DAGPlanOrBuilderpublic DAGProtos.PlanVertexGroupInfo.Builder addVertexGroupsBuilder()
repeated .PlanVertexGroupInfo vertex_groups = 6;public DAGProtos.PlanVertexGroupInfo.Builder addVertexGroupsBuilder(int index)
repeated .PlanVertexGroupInfo vertex_groups = 6;public List<DAGProtos.PlanVertexGroupInfo.Builder> getVertexGroupsBuilderList()
repeated .PlanVertexGroupInfo vertex_groups = 6;public List<DAGProtos.PlanLocalResource> getLocalResourceList()
repeated .PlanLocalResource local_resource = 7;getLocalResourceList in interface DAGProtos.DAGPlanOrBuilderpublic int getLocalResourceCount()
repeated .PlanLocalResource local_resource = 7;getLocalResourceCount in interface DAGProtos.DAGPlanOrBuilderpublic DAGProtos.PlanLocalResource getLocalResource(int index)
repeated .PlanLocalResource local_resource = 7;getLocalResource in interface DAGProtos.DAGPlanOrBuilderpublic DAGProtos.DAGPlan.Builder setLocalResource(int index, DAGProtos.PlanLocalResource value)
repeated .PlanLocalResource local_resource = 7;public DAGProtos.DAGPlan.Builder setLocalResource(int index, DAGProtos.PlanLocalResource.Builder builderForValue)
repeated .PlanLocalResource local_resource = 7;public DAGProtos.DAGPlan.Builder addLocalResource(DAGProtos.PlanLocalResource value)
repeated .PlanLocalResource local_resource = 7;public DAGProtos.DAGPlan.Builder addLocalResource(int index, DAGProtos.PlanLocalResource value)
repeated .PlanLocalResource local_resource = 7;public DAGProtos.DAGPlan.Builder addLocalResource(DAGProtos.PlanLocalResource.Builder builderForValue)
repeated .PlanLocalResource local_resource = 7;public DAGProtos.DAGPlan.Builder addLocalResource(int index, DAGProtos.PlanLocalResource.Builder builderForValue)
repeated .PlanLocalResource local_resource = 7;public DAGProtos.DAGPlan.Builder addAllLocalResource(Iterable<? extends DAGProtos.PlanLocalResource> values)
repeated .PlanLocalResource local_resource = 7;public DAGProtos.DAGPlan.Builder clearLocalResource()
repeated .PlanLocalResource local_resource = 7;public DAGProtos.DAGPlan.Builder removeLocalResource(int index)
repeated .PlanLocalResource local_resource = 7;public DAGProtos.PlanLocalResource.Builder getLocalResourceBuilder(int index)
repeated .PlanLocalResource local_resource = 7;public DAGProtos.PlanLocalResourceOrBuilder getLocalResourceOrBuilder(int index)
repeated .PlanLocalResource local_resource = 7;getLocalResourceOrBuilder in interface DAGProtos.DAGPlanOrBuilderpublic List<? extends DAGProtos.PlanLocalResourceOrBuilder> getLocalResourceOrBuilderList()
repeated .PlanLocalResource local_resource = 7;getLocalResourceOrBuilderList in interface DAGProtos.DAGPlanOrBuilderpublic DAGProtos.PlanLocalResource.Builder addLocalResourceBuilder()
repeated .PlanLocalResource local_resource = 7;public DAGProtos.PlanLocalResource.Builder addLocalResourceBuilder(int index)
repeated .PlanLocalResource local_resource = 7;public List<DAGProtos.PlanLocalResource.Builder> getLocalResourceBuilderList()
repeated .PlanLocalResource local_resource = 7;public boolean hasDagInfo()
optional string dag_info = 8;hasDagInfo in interface DAGProtos.DAGPlanOrBuilderpublic String getDagInfo()
optional string dag_info = 8;getDagInfo in interface DAGProtos.DAGPlanOrBuilderpublic com.google.protobuf.ByteString getDagInfoBytes()
optional string dag_info = 8;getDagInfoBytes in interface DAGProtos.DAGPlanOrBuilderpublic DAGProtos.DAGPlan.Builder setDagInfo(String value)
optional string dag_info = 8;public DAGProtos.DAGPlan.Builder clearDagInfo()
optional string dag_info = 8;public DAGProtos.DAGPlan.Builder setDagInfoBytes(com.google.protobuf.ByteString value)
optional string dag_info = 8;public boolean hasDefaultExecutionContext()
optional .VertexExecutionContextProto default_execution_context = 9;hasDefaultExecutionContext in interface DAGProtos.DAGPlanOrBuilderpublic DAGProtos.VertexExecutionContextProto getDefaultExecutionContext()
optional .VertexExecutionContextProto default_execution_context = 9;getDefaultExecutionContext in interface DAGProtos.DAGPlanOrBuilderpublic DAGProtos.DAGPlan.Builder setDefaultExecutionContext(DAGProtos.VertexExecutionContextProto value)
optional .VertexExecutionContextProto default_execution_context = 9;public DAGProtos.DAGPlan.Builder setDefaultExecutionContext(DAGProtos.VertexExecutionContextProto.Builder builderForValue)
optional .VertexExecutionContextProto default_execution_context = 9;public DAGProtos.DAGPlan.Builder mergeDefaultExecutionContext(DAGProtos.VertexExecutionContextProto value)
optional .VertexExecutionContextProto default_execution_context = 9;public DAGProtos.DAGPlan.Builder clearDefaultExecutionContext()
optional .VertexExecutionContextProto default_execution_context = 9;public DAGProtos.VertexExecutionContextProto.Builder getDefaultExecutionContextBuilder()
optional .VertexExecutionContextProto default_execution_context = 9;public DAGProtos.VertexExecutionContextProtoOrBuilder getDefaultExecutionContextOrBuilder()
optional .VertexExecutionContextProto default_execution_context = 9;getDefaultExecutionContextOrBuilder in interface DAGProtos.DAGPlanOrBuilderpublic boolean hasCallerContext()
optional .CallerContextProto caller_context = 10;hasCallerContext in interface DAGProtos.DAGPlanOrBuilderpublic DAGProtos.CallerContextProto getCallerContext()
optional .CallerContextProto caller_context = 10;getCallerContext in interface DAGProtos.DAGPlanOrBuilderpublic DAGProtos.DAGPlan.Builder setCallerContext(DAGProtos.CallerContextProto value)
optional .CallerContextProto caller_context = 10;public DAGProtos.DAGPlan.Builder setCallerContext(DAGProtos.CallerContextProto.Builder builderForValue)
optional .CallerContextProto caller_context = 10;public DAGProtos.DAGPlan.Builder mergeCallerContext(DAGProtos.CallerContextProto value)
optional .CallerContextProto caller_context = 10;public DAGProtos.DAGPlan.Builder clearCallerContext()
optional .CallerContextProto caller_context = 10;public DAGProtos.CallerContextProto.Builder getCallerContextBuilder()
optional .CallerContextProto caller_context = 10;public DAGProtos.CallerContextProtoOrBuilder getCallerContextOrBuilder()
optional .CallerContextProto caller_context = 10;getCallerContextOrBuilder in interface DAGProtos.DAGPlanOrBuilderCopyright © 2016 Apache Software Foundation. All rights reserved.