public static final class DAGProtos.VertexPlan extends com.google.protobuf.GeneratedMessage implements DAGProtos.VertexPlanOrBuilder
VertexPlan| Modifier and Type | Class and Description | 
|---|---|
static class  | 
DAGProtos.VertexPlan.Builder
Protobuf type  
VertexPlan | 
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>| Modifier and Type | Field and Description | 
|---|---|
static int | 
EXECUTION_CONTEXT_FIELD_NUMBER  | 
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  | 
static int | 
VERTEXCONF_FIELD_NUMBER  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
static DAGProtos.VertexPlan | 
getDefaultInstance()  | 
DAGProtos.VertexPlan | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
DAGProtos.VertexExecutionContextProto | 
getExecutionContext()
optional .VertexExecutionContextProto execution_context = 12; | 
DAGProtos.VertexExecutionContextProtoOrBuilder | 
getExecutionContextOrBuilder()
optional .VertexExecutionContextProto execution_context = 12; | 
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.ConfigurationProto | 
getVertexConf()
optional .ConfigurationProto vertexConf = 11; | 
DAGProtos.ConfigurationProtoOrBuilder | 
getVertexConfOrBuilder()
optional .ConfigurationProto vertexConf = 11; | 
DAGProtos.TezEntityDescriptorProto | 
getVertexManagerPlugin()
optional .TezEntityDescriptorProto vertex_manager_plugin = 10; | 
DAGProtos.TezEntityDescriptorProtoOrBuilder | 
getVertexManagerPluginOrBuilder()
optional .TezEntityDescriptorProto vertex_manager_plugin = 10; | 
boolean | 
hasExecutionContext()
optional .VertexExecutionContextProto execution_context = 12; | 
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 | 
hasVertexConf()
optional .ConfigurationProto vertexConf = 11; | 
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)  | 
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<DAGProtos.VertexPlan> PARSER
public static final int NAME_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int PROCESSOR_DESCRIPTOR_FIELD_NUMBER
public static final int TASKCONFIG_FIELD_NUMBER
public static final int TASKLOCATIONHINT_FIELD_NUMBER
public static final int INEDGEID_FIELD_NUMBER
public static final int OUTEDGEID_FIELD_NUMBER
public static final int INPUTS_FIELD_NUMBER
public static final int OUTPUTS_FIELD_NUMBER
public static final int VERTEX_MANAGER_PLUGIN_FIELD_NUMBER
public static final int VERTEXCONF_FIELD_NUMBER
public static final int EXECUTION_CONTEXT_FIELD_NUMBER
public static DAGProtos.VertexPlan getDefaultInstance()
public DAGProtos.VertexPlan getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<DAGProtos.VertexPlan> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasName()
required string name = 1;hasName in interface DAGProtos.VertexPlanOrBuilderpublic String getName()
required string name = 1;getName in interface DAGProtos.VertexPlanOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1;getNameBytes in interface DAGProtos.VertexPlanOrBuilderpublic boolean hasType()
required .PlanVertexType type = 2;hasType in interface DAGProtos.VertexPlanOrBuilderpublic DAGProtos.PlanVertexType getType()
required .PlanVertexType type = 2;getType in interface DAGProtos.VertexPlanOrBuilderpublic boolean hasProcessorDescriptor()
optional .TezEntityDescriptorProto processor_descriptor = 3;hasProcessorDescriptor in interface DAGProtos.VertexPlanOrBuilderpublic DAGProtos.TezEntityDescriptorProto getProcessorDescriptor()
optional .TezEntityDescriptorProto processor_descriptor = 3;getProcessorDescriptor in interface DAGProtos.VertexPlanOrBuilderpublic DAGProtos.TezEntityDescriptorProtoOrBuilder getProcessorDescriptorOrBuilder()
optional .TezEntityDescriptorProto processor_descriptor = 3;getProcessorDescriptorOrBuilder in interface DAGProtos.VertexPlanOrBuilderpublic boolean hasTaskConfig()
required .PlanTaskConfiguration taskConfig = 4;hasTaskConfig in interface DAGProtos.VertexPlanOrBuilderpublic DAGProtos.PlanTaskConfiguration getTaskConfig()
required .PlanTaskConfiguration taskConfig = 4;getTaskConfig in interface DAGProtos.VertexPlanOrBuilderpublic DAGProtos.PlanTaskConfigurationOrBuilder getTaskConfigOrBuilder()
required .PlanTaskConfiguration taskConfig = 4;getTaskConfigOrBuilder in interface DAGProtos.VertexPlanOrBuilderpublic List<DAGProtos.PlanTaskLocationHint> getTaskLocationHintList()
repeated .PlanTaskLocationHint taskLocationHint = 5;getTaskLocationHintList in interface DAGProtos.VertexPlanOrBuilderpublic List<? extends DAGProtos.PlanTaskLocationHintOrBuilder> getTaskLocationHintOrBuilderList()
repeated .PlanTaskLocationHint taskLocationHint = 5;getTaskLocationHintOrBuilderList in interface DAGProtos.VertexPlanOrBuilderpublic int getTaskLocationHintCount()
repeated .PlanTaskLocationHint taskLocationHint = 5;getTaskLocationHintCount in interface DAGProtos.VertexPlanOrBuilderpublic DAGProtos.PlanTaskLocationHint getTaskLocationHint(int index)
repeated .PlanTaskLocationHint taskLocationHint = 5;getTaskLocationHint in interface DAGProtos.VertexPlanOrBuilderpublic DAGProtos.PlanTaskLocationHintOrBuilder getTaskLocationHintOrBuilder(int index)
repeated .PlanTaskLocationHint taskLocationHint = 5;getTaskLocationHintOrBuilder in interface DAGProtos.VertexPlanOrBuilderpublic List<String> getInEdgeIdList()
repeated string inEdgeId = 6;getInEdgeIdList in interface DAGProtos.VertexPlanOrBuilderpublic int getInEdgeIdCount()
repeated string inEdgeId = 6;getInEdgeIdCount in interface DAGProtos.VertexPlanOrBuilderpublic String getInEdgeId(int index)
repeated string inEdgeId = 6;getInEdgeId in interface DAGProtos.VertexPlanOrBuilderpublic com.google.protobuf.ByteString getInEdgeIdBytes(int index)
repeated string inEdgeId = 6;getInEdgeIdBytes in interface DAGProtos.VertexPlanOrBuilderpublic List<String> getOutEdgeIdList()
repeated string outEdgeId = 7;getOutEdgeIdList in interface DAGProtos.VertexPlanOrBuilderpublic int getOutEdgeIdCount()
repeated string outEdgeId = 7;getOutEdgeIdCount in interface DAGProtos.VertexPlanOrBuilderpublic String getOutEdgeId(int index)
repeated string outEdgeId = 7;getOutEdgeId in interface DAGProtos.VertexPlanOrBuilderpublic com.google.protobuf.ByteString getOutEdgeIdBytes(int index)
repeated string outEdgeId = 7;getOutEdgeIdBytes in interface DAGProtos.VertexPlanOrBuilderpublic List<DAGProtos.RootInputLeafOutputProto> getInputsList()
repeated .RootInputLeafOutputProto inputs = 8;getInputsList in interface DAGProtos.VertexPlanOrBuilderpublic List<? extends DAGProtos.RootInputLeafOutputProtoOrBuilder> getInputsOrBuilderList()
repeated .RootInputLeafOutputProto inputs = 8;getInputsOrBuilderList in interface DAGProtos.VertexPlanOrBuilderpublic int getInputsCount()
repeated .RootInputLeafOutputProto inputs = 8;getInputsCount in interface DAGProtos.VertexPlanOrBuilderpublic DAGProtos.RootInputLeafOutputProto getInputs(int index)
repeated .RootInputLeafOutputProto inputs = 8;getInputs in interface DAGProtos.VertexPlanOrBuilderpublic DAGProtos.RootInputLeafOutputProtoOrBuilder getInputsOrBuilder(int index)
repeated .RootInputLeafOutputProto inputs = 8;getInputsOrBuilder in interface DAGProtos.VertexPlanOrBuilderpublic List<DAGProtos.RootInputLeafOutputProto> getOutputsList()
repeated .RootInputLeafOutputProto outputs = 9;getOutputsList in interface DAGProtos.VertexPlanOrBuilderpublic List<? extends DAGProtos.RootInputLeafOutputProtoOrBuilder> getOutputsOrBuilderList()
repeated .RootInputLeafOutputProto outputs = 9;getOutputsOrBuilderList in interface DAGProtos.VertexPlanOrBuilderpublic int getOutputsCount()
repeated .RootInputLeafOutputProto outputs = 9;getOutputsCount in interface DAGProtos.VertexPlanOrBuilderpublic DAGProtos.RootInputLeafOutputProto getOutputs(int index)
repeated .RootInputLeafOutputProto outputs = 9;getOutputs in interface DAGProtos.VertexPlanOrBuilderpublic DAGProtos.RootInputLeafOutputProtoOrBuilder getOutputsOrBuilder(int index)
repeated .RootInputLeafOutputProto outputs = 9;getOutputsOrBuilder in interface DAGProtos.VertexPlanOrBuilderpublic boolean hasVertexManagerPlugin()
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;hasVertexManagerPlugin in interface DAGProtos.VertexPlanOrBuilderpublic DAGProtos.TezEntityDescriptorProto getVertexManagerPlugin()
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;getVertexManagerPlugin in interface DAGProtos.VertexPlanOrBuilderpublic DAGProtos.TezEntityDescriptorProtoOrBuilder getVertexManagerPluginOrBuilder()
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;getVertexManagerPluginOrBuilder in interface DAGProtos.VertexPlanOrBuilderpublic boolean hasVertexConf()
optional .ConfigurationProto vertexConf = 11;hasVertexConf in interface DAGProtos.VertexPlanOrBuilderpublic DAGProtos.ConfigurationProto getVertexConf()
optional .ConfigurationProto vertexConf = 11;getVertexConf in interface DAGProtos.VertexPlanOrBuilderpublic DAGProtos.ConfigurationProtoOrBuilder getVertexConfOrBuilder()
optional .ConfigurationProto vertexConf = 11;getVertexConfOrBuilder in interface DAGProtos.VertexPlanOrBuilderpublic boolean hasExecutionContext()
optional .VertexExecutionContextProto execution_context = 12;hasExecutionContext in interface DAGProtos.VertexPlanOrBuilderpublic DAGProtos.VertexExecutionContextProto getExecutionContext()
optional .VertexExecutionContextProto execution_context = 12;getExecutionContext in interface DAGProtos.VertexPlanOrBuilderpublic DAGProtos.VertexExecutionContextProtoOrBuilder getExecutionContextOrBuilder()
optional .VertexExecutionContextProto execution_context = 12;getExecutionContextOrBuilder in interface DAGProtos.VertexPlanOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static DAGProtos.VertexPlan parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGProtos.VertexPlan parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGProtos.VertexPlan parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGProtos.VertexPlan parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGProtos.VertexPlan parseFrom(InputStream input) throws IOException
IOExceptionpublic static DAGProtos.VertexPlan parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DAGProtos.VertexPlan parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static DAGProtos.VertexPlan parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DAGProtos.VertexPlan parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static DAGProtos.VertexPlan parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DAGProtos.VertexPlan.Builder newBuilder()
public DAGProtos.VertexPlan.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static DAGProtos.VertexPlan.Builder newBuilder(DAGProtos.VertexPlan prototype)
public DAGProtos.VertexPlan.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected DAGProtos.VertexPlan.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2016 Apache Software Foundation. All rights reserved.