org.apache.tez.dag.api.records
Class DAGProtos.VertexPlan

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.AbstractMessage
          extended by com.google.protobuf.GeneratedMessage
              extended by org.apache.tez.dag.api.records.DAGProtos.VertexPlan
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, DAGProtos.VertexPlanOrBuilder
Enclosing class:
DAGProtos

public static final class DAGProtos.VertexPlan
extends com.google.protobuf.GeneratedMessage
implements DAGProtos.VertexPlanOrBuilder

Protobuf type VertexPlan

See Also:
Serialized Form

Nested Class Summary
static class DAGProtos.VertexPlan.Builder
          Protobuf type VertexPlan
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
 
Field Summary
static int INEDGEID_FIELD_NUMBER
           
static int INPUTS_FIELD_NUMBER
           
static int NAME_FIELD_NUMBER
           
static int OUTEDGEID_FIELD_NUMBER
           
static int OUTPUTS_FIELD_NUMBER
           
static com.google.protobuf.Parser<DAGProtos.VertexPlan> PARSER
           
static int PROCESSOR_DESCRIPTOR_FIELD_NUMBER
           
static int TASKCONFIG_FIELD_NUMBER
           
static int TASKLOCATIONHINT_FIELD_NUMBER
           
static int TYPE_FIELD_NUMBER
           
static int VERTEX_MANAGER_PLUGIN_FIELD_NUMBER
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 boolean equals(Object obj)
           
static DAGProtos.VertexPlan getDefaultInstance()
           
 DAGProtos.VertexPlan getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 String getInEdgeId(int index)
          repeated string inEdgeId = 6;
 com.google.protobuf.ByteString getInEdgeIdBytes(int index)
          repeated string inEdgeId = 6;
 int getInEdgeIdCount()
          repeated string inEdgeId = 6;
 List<String> getInEdgeIdList()
          repeated string inEdgeId = 6;
 DAGProtos.RootInputLeafOutputProto getInputs(int index)
          repeated .RootInputLeafOutputProto inputs = 8;
 int getInputsCount()
          repeated .RootInputLeafOutputProto inputs = 8;
 List<DAGProtos.RootInputLeafOutputProto> getInputsList()
          repeated .RootInputLeafOutputProto inputs = 8;
 DAGProtos.RootInputLeafOutputProtoOrBuilder getInputsOrBuilder(int index)
          repeated .RootInputLeafOutputProto inputs = 8;
 List<? extends DAGProtos.RootInputLeafOutputProtoOrBuilder> getInputsOrBuilderList()
          repeated .RootInputLeafOutputProto inputs = 8;
 String getName()
          required string name = 1;
 com.google.protobuf.ByteString getNameBytes()
          required string name = 1;
 String getOutEdgeId(int index)
          repeated string outEdgeId = 7;
 com.google.protobuf.ByteString getOutEdgeIdBytes(int index)
          repeated string outEdgeId = 7;
 int getOutEdgeIdCount()
          repeated string outEdgeId = 7;
 List<String> getOutEdgeIdList()
          repeated string outEdgeId = 7;
 DAGProtos.RootInputLeafOutputProto getOutputs(int index)
          repeated .RootInputLeafOutputProto outputs = 9;
 int getOutputsCount()
          repeated .RootInputLeafOutputProto outputs = 9;
 List<DAGProtos.RootInputLeafOutputProto> getOutputsList()
          repeated .RootInputLeafOutputProto outputs = 9;
 DAGProtos.RootInputLeafOutputProtoOrBuilder getOutputsOrBuilder(int index)
          repeated .RootInputLeafOutputProto outputs = 9;
 List<? extends DAGProtos.RootInputLeafOutputProtoOrBuilder> getOutputsOrBuilderList()
          repeated .RootInputLeafOutputProto outputs = 9;
 com.google.protobuf.Parser<DAGProtos.VertexPlan> getParserForType()
           
 DAGProtos.TezEntityDescriptorProto getProcessorDescriptor()
          optional .TezEntityDescriptorProto processor_descriptor = 3;
 DAGProtos.TezEntityDescriptorProtoOrBuilder getProcessorDescriptorOrBuilder()
          optional .TezEntityDescriptorProto processor_descriptor = 3;
 int getSerializedSize()
           
 DAGProtos.PlanTaskConfiguration getTaskConfig()
          required .PlanTaskConfiguration taskConfig = 4;
 DAGProtos.PlanTaskConfigurationOrBuilder getTaskConfigOrBuilder()
          required .PlanTaskConfiguration taskConfig = 4;
 DAGProtos.PlanTaskLocationHint getTaskLocationHint(int index)
          repeated .PlanTaskLocationHint taskLocationHint = 5;
 int getTaskLocationHintCount()
          repeated .PlanTaskLocationHint taskLocationHint = 5;
 List<DAGProtos.PlanTaskLocationHint> getTaskLocationHintList()
          repeated .PlanTaskLocationHint taskLocationHint = 5;
 DAGProtos.PlanTaskLocationHintOrBuilder getTaskLocationHintOrBuilder(int index)
          repeated .PlanTaskLocationHint taskLocationHint = 5;
 List<? extends DAGProtos.PlanTaskLocationHintOrBuilder> getTaskLocationHintOrBuilderList()
          repeated .PlanTaskLocationHint taskLocationHint = 5;
 DAGProtos.PlanVertexType getType()
          required .PlanVertexType type = 2;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 DAGProtos.TezEntityDescriptorProto getVertexManagerPlugin()
          optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
 DAGProtos.TezEntityDescriptorProtoOrBuilder getVertexManagerPluginOrBuilder()
          optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
 int hashCode()
           
 boolean hasName()
          required string name = 1;
 boolean hasProcessorDescriptor()
          optional .TezEntityDescriptorProto processor_descriptor = 3;
 boolean hasTaskConfig()
          required .PlanTaskConfiguration taskConfig = 4;
 boolean hasType()
          required .PlanVertexType type = 2;
 boolean hasVertexManagerPlugin()
          optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static DAGProtos.VertexPlan.Builder newBuilder()
           
static DAGProtos.VertexPlan.Builder newBuilder(DAGProtos.VertexPlan prototype)
           
 DAGProtos.VertexPlan.Builder newBuilderForType()
           
protected  DAGProtos.VertexPlan.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static DAGProtos.VertexPlan parseDelimitedFrom(InputStream input)
           
static DAGProtos.VertexPlan parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGProtos.VertexPlan parseFrom(byte[] data)
           
static DAGProtos.VertexPlan parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGProtos.VertexPlan parseFrom(com.google.protobuf.ByteString data)
           
static DAGProtos.VertexPlan parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGProtos.VertexPlan parseFrom(com.google.protobuf.CodedInputStream input)
           
static DAGProtos.VertexPlan parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGProtos.VertexPlan parseFrom(InputStream input)
           
static DAGProtos.VertexPlan parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 DAGProtos.VertexPlan.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasField
 
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

PARSER

public static com.google.protobuf.Parser<DAGProtos.VertexPlan> PARSER

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
See Also:
Constant Field Values

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
See Also:
Constant Field Values

PROCESSOR_DESCRIPTOR_FIELD_NUMBER

public static final int PROCESSOR_DESCRIPTOR_FIELD_NUMBER
See Also:
Constant Field Values

TASKCONFIG_FIELD_NUMBER

public static final int TASKCONFIG_FIELD_NUMBER
See Also:
Constant Field Values

TASKLOCATIONHINT_FIELD_NUMBER

public static final int TASKLOCATIONHINT_FIELD_NUMBER
See Also:
Constant Field Values

INEDGEID_FIELD_NUMBER

public static final int INEDGEID_FIELD_NUMBER
See Also:
Constant Field Values

OUTEDGEID_FIELD_NUMBER

public static final int OUTEDGEID_FIELD_NUMBER
See Also:
Constant Field Values

INPUTS_FIELD_NUMBER

public static final int INPUTS_FIELD_NUMBER
See Also:
Constant Field Values

OUTPUTS_FIELD_NUMBER

public static final int OUTPUTS_FIELD_NUMBER
See Also:
Constant Field Values

VERTEX_MANAGER_PLUGIN_FIELD_NUMBER

public static final int VERTEX_MANAGER_PLUGIN_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static DAGProtos.VertexPlan getDefaultInstance()

getDefaultInstanceForType

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

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()
Specified by:
getUnknownFields in interface com.google.protobuf.MessageOrBuilder
Overrides:
getUnknownFields in class com.google.protobuf.GeneratedMessage

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

getParserForType

public com.google.protobuf.Parser<DAGProtos.VertexPlan> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.Message
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessage

hasName

public boolean hasName()
required string name = 1;

Specified by:
hasName in interface DAGProtos.VertexPlanOrBuilder

getName

public String getName()
required string name = 1;

Specified by:
getName in interface DAGProtos.VertexPlanOrBuilder

getNameBytes

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

Specified by:
getNameBytes in interface DAGProtos.VertexPlanOrBuilder

hasType

public boolean hasType()
required .PlanVertexType type = 2;

Specified by:
hasType in interface DAGProtos.VertexPlanOrBuilder

getType

public DAGProtos.PlanVertexType getType()
required .PlanVertexType type = 2;

Specified by:
getType in interface DAGProtos.VertexPlanOrBuilder

hasProcessorDescriptor

public boolean hasProcessorDescriptor()
optional .TezEntityDescriptorProto processor_descriptor = 3;

Specified by:
hasProcessorDescriptor in interface DAGProtos.VertexPlanOrBuilder

getProcessorDescriptor

public DAGProtos.TezEntityDescriptorProto getProcessorDescriptor()
optional .TezEntityDescriptorProto processor_descriptor = 3;

Specified by:
getProcessorDescriptor in interface DAGProtos.VertexPlanOrBuilder

getProcessorDescriptorOrBuilder

public DAGProtos.TezEntityDescriptorProtoOrBuilder getProcessorDescriptorOrBuilder()
optional .TezEntityDescriptorProto processor_descriptor = 3;

Specified by:
getProcessorDescriptorOrBuilder in interface DAGProtos.VertexPlanOrBuilder

hasTaskConfig

public boolean hasTaskConfig()
required .PlanTaskConfiguration taskConfig = 4;

Specified by:
hasTaskConfig in interface DAGProtos.VertexPlanOrBuilder

getTaskConfig

public DAGProtos.PlanTaskConfiguration getTaskConfig()
required .PlanTaskConfiguration taskConfig = 4;

Specified by:
getTaskConfig in interface DAGProtos.VertexPlanOrBuilder

getTaskConfigOrBuilder

public DAGProtos.PlanTaskConfigurationOrBuilder getTaskConfigOrBuilder()
required .PlanTaskConfiguration taskConfig = 4;

Specified by:
getTaskConfigOrBuilder in interface DAGProtos.VertexPlanOrBuilder

getTaskLocationHintList

public List<DAGProtos.PlanTaskLocationHint> getTaskLocationHintList()
repeated .PlanTaskLocationHint taskLocationHint = 5;

Specified by:
getTaskLocationHintList in interface DAGProtos.VertexPlanOrBuilder

getTaskLocationHintOrBuilderList

public List<? extends DAGProtos.PlanTaskLocationHintOrBuilder> getTaskLocationHintOrBuilderList()
repeated .PlanTaskLocationHint taskLocationHint = 5;

Specified by:
getTaskLocationHintOrBuilderList in interface DAGProtos.VertexPlanOrBuilder

getTaskLocationHintCount

public int getTaskLocationHintCount()
repeated .PlanTaskLocationHint taskLocationHint = 5;

Specified by:
getTaskLocationHintCount in interface DAGProtos.VertexPlanOrBuilder

getTaskLocationHint

public DAGProtos.PlanTaskLocationHint getTaskLocationHint(int index)
repeated .PlanTaskLocationHint taskLocationHint = 5;

Specified by:
getTaskLocationHint in interface DAGProtos.VertexPlanOrBuilder

getTaskLocationHintOrBuilder

public DAGProtos.PlanTaskLocationHintOrBuilder getTaskLocationHintOrBuilder(int index)
repeated .PlanTaskLocationHint taskLocationHint = 5;

Specified by:
getTaskLocationHintOrBuilder in interface DAGProtos.VertexPlanOrBuilder

getInEdgeIdList

public List<String> getInEdgeIdList()
repeated string inEdgeId = 6;

Specified by:
getInEdgeIdList in interface DAGProtos.VertexPlanOrBuilder

getInEdgeIdCount

public int getInEdgeIdCount()
repeated string inEdgeId = 6;

Specified by:
getInEdgeIdCount in interface DAGProtos.VertexPlanOrBuilder

getInEdgeId

public String getInEdgeId(int index)
repeated string inEdgeId = 6;

Specified by:
getInEdgeId in interface DAGProtos.VertexPlanOrBuilder

getInEdgeIdBytes

public com.google.protobuf.ByteString getInEdgeIdBytes(int index)
repeated string inEdgeId = 6;

Specified by:
getInEdgeIdBytes in interface DAGProtos.VertexPlanOrBuilder

getOutEdgeIdList

public List<String> getOutEdgeIdList()
repeated string outEdgeId = 7;

Specified by:
getOutEdgeIdList in interface DAGProtos.VertexPlanOrBuilder

getOutEdgeIdCount

public int getOutEdgeIdCount()
repeated string outEdgeId = 7;

Specified by:
getOutEdgeIdCount in interface DAGProtos.VertexPlanOrBuilder

getOutEdgeId

public String getOutEdgeId(int index)
repeated string outEdgeId = 7;

Specified by:
getOutEdgeId in interface DAGProtos.VertexPlanOrBuilder

getOutEdgeIdBytes

public com.google.protobuf.ByteString getOutEdgeIdBytes(int index)
repeated string outEdgeId = 7;

Specified by:
getOutEdgeIdBytes in interface DAGProtos.VertexPlanOrBuilder

getInputsList

public List<DAGProtos.RootInputLeafOutputProto> getInputsList()
repeated .RootInputLeafOutputProto inputs = 8;

Specified by:
getInputsList in interface DAGProtos.VertexPlanOrBuilder

getInputsOrBuilderList

public List<? extends DAGProtos.RootInputLeafOutputProtoOrBuilder> getInputsOrBuilderList()
repeated .RootInputLeafOutputProto inputs = 8;

Specified by:
getInputsOrBuilderList in interface DAGProtos.VertexPlanOrBuilder

getInputsCount

public int getInputsCount()
repeated .RootInputLeafOutputProto inputs = 8;

Specified by:
getInputsCount in interface DAGProtos.VertexPlanOrBuilder

getInputs

public DAGProtos.RootInputLeafOutputProto getInputs(int index)
repeated .RootInputLeafOutputProto inputs = 8;

Specified by:
getInputs in interface DAGProtos.VertexPlanOrBuilder

getInputsOrBuilder

public DAGProtos.RootInputLeafOutputProtoOrBuilder getInputsOrBuilder(int index)
repeated .RootInputLeafOutputProto inputs = 8;

Specified by:
getInputsOrBuilder in interface DAGProtos.VertexPlanOrBuilder

getOutputsList

public List<DAGProtos.RootInputLeafOutputProto> getOutputsList()
repeated .RootInputLeafOutputProto outputs = 9;

Specified by:
getOutputsList in interface DAGProtos.VertexPlanOrBuilder

getOutputsOrBuilderList

public List<? extends DAGProtos.RootInputLeafOutputProtoOrBuilder> getOutputsOrBuilderList()
repeated .RootInputLeafOutputProto outputs = 9;

Specified by:
getOutputsOrBuilderList in interface DAGProtos.VertexPlanOrBuilder

getOutputsCount

public int getOutputsCount()
repeated .RootInputLeafOutputProto outputs = 9;

Specified by:
getOutputsCount in interface DAGProtos.VertexPlanOrBuilder

getOutputs

public DAGProtos.RootInputLeafOutputProto getOutputs(int index)
repeated .RootInputLeafOutputProto outputs = 9;

Specified by:
getOutputs in interface DAGProtos.VertexPlanOrBuilder

getOutputsOrBuilder

public DAGProtos.RootInputLeafOutputProtoOrBuilder getOutputsOrBuilder(int index)
repeated .RootInputLeafOutputProto outputs = 9;

Specified by:
getOutputsOrBuilder in interface DAGProtos.VertexPlanOrBuilder

hasVertexManagerPlugin

public boolean hasVertexManagerPlugin()
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;

Specified by:
hasVertexManagerPlugin in interface DAGProtos.VertexPlanOrBuilder

getVertexManagerPlugin

public DAGProtos.TezEntityDescriptorProto getVertexManagerPlugin()
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;

Specified by:
getVertexManagerPlugin in interface DAGProtos.VertexPlanOrBuilder

getVertexManagerPluginOrBuilder

public DAGProtos.TezEntityDescriptorProtoOrBuilder getVertexManagerPluginOrBuilder()
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;

Specified by:
getVertexManagerPluginOrBuilder in interface DAGProtos.VertexPlanOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Overrides:
writeTo in class com.google.protobuf.AbstractMessage
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite
Overrides:
getSerializedSize in class com.google.protobuf.AbstractMessage

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessage
Throws:
ObjectStreamException

equals

public boolean equals(Object obj)
Specified by:
equals in interface com.google.protobuf.Message
Overrides:
equals in class com.google.protobuf.AbstractMessage

hashCode

public int hashCode()
Specified by:
hashCode in interface com.google.protobuf.Message
Overrides:
hashCode in class com.google.protobuf.AbstractMessage

parseFrom

public static DAGProtos.VertexPlan parseFrom(com.google.protobuf.ByteString data)
                                      throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static DAGProtos.VertexPlan parseFrom(com.google.protobuf.ByteString data,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static DAGProtos.VertexPlan parseFrom(byte[] data)
                                      throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static DAGProtos.VertexPlan parseFrom(byte[] data,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static DAGProtos.VertexPlan parseFrom(InputStream input)
                                      throws IOException
Throws:
IOException

parseFrom

public static DAGProtos.VertexPlan parseFrom(InputStream input,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws IOException
Throws:
IOException

parseDelimitedFrom

public static DAGProtos.VertexPlan parseDelimitedFrom(InputStream input)
                                               throws IOException
Throws:
IOException

parseDelimitedFrom

public static DAGProtos.VertexPlan parseDelimitedFrom(InputStream input,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws IOException
Throws:
IOException

parseFrom

public static DAGProtos.VertexPlan parseFrom(com.google.protobuf.CodedInputStream input)
                                      throws IOException
Throws:
IOException

parseFrom

public static DAGProtos.VertexPlan parseFrom(com.google.protobuf.CodedInputStream input,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws IOException
Throws:
IOException

newBuilder

public static DAGProtos.VertexPlan.Builder newBuilder()

newBuilderForType

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

newBuilder

public static DAGProtos.VertexPlan.Builder newBuilder(DAGProtos.VertexPlan prototype)

toBuilder

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

newBuilderForType

protected DAGProtos.VertexPlan.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
Specified by:
newBuilderForType in class com.google.protobuf.GeneratedMessage


Copyright © 2014 Apache Software Foundation. All rights reserved.