public static final class DAGProtos.DAGPlan extends com.google.protobuf.GeneratedMessage implements DAGProtos.DAGPlanOrBuilder
DAGPlan| Modifier and Type | Class and Description | 
|---|---|
static class  | 
DAGProtos.DAGPlan.Builder
Protobuf type  
DAGPlan | 
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 | 
CALLER_CONTEXT_FIELD_NUMBER  | 
static int | 
CREDENTIALS_BINARY_FIELD_NUMBER  | 
static int | 
DAG_INFO_FIELD_NUMBER  | 
static int | 
DAGCONF_FIELD_NUMBER  | 
static int | 
DEFAULT_EXECUTION_CONTEXT_FIELD_NUMBER  | 
static int | 
EDGE_FIELD_NUMBER  | 
static int | 
LOCAL_RESOURCE_FIELD_NUMBER  | 
static int | 
NAME_FIELD_NUMBER  | 
static com.google.protobuf.Parser<DAGProtos.DAGPlan> | 
PARSER  | 
static int | 
VERTEX_FIELD_NUMBER  | 
static int | 
VERTEX_GROUPS_FIELD_NUMBER  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
DAGProtos.CallerContextProto | 
getCallerContext()
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.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.VertexExecutionContextProtoOrBuilder | 
getDefaultExecutionContextOrBuilder()
optional .VertexExecutionContextProto default_execution_context = 9; | 
static DAGProtos.DAGPlan | 
getDefaultInstance()  | 
DAGProtos.DAGPlan | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
DAGProtos.EdgePlan | 
getEdge(int index)
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; | 
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; | 
com.google.protobuf.Parser<DAGProtos.DAGPlan> | 
getParserForType()  | 
int | 
getSerializedSize()  | 
com.google.protobuf.UnknownFieldSet | 
getUnknownFields()  | 
DAGProtos.VertexPlan | 
getVertex(int index)
repeated .VertexPlan vertex = 2; | 
int | 
getVertexCount()
repeated .VertexPlan vertex = 2; | 
DAGProtos.PlanVertexGroupInfo | 
getVertexGroups(int index)
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; | 
int | 
hashCode()  | 
boolean | 
hasName()
required string name = 1; | 
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
static DAGProtos.DAGPlan.Builder | 
newBuilder()  | 
static DAGProtos.DAGPlan.Builder | 
newBuilder(DAGProtos.DAGPlan prototype)  | 
DAGProtos.DAGPlan.Builder | 
newBuilderForType()  | 
protected DAGProtos.DAGPlan.Builder | 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)  | 
static DAGProtos.DAGPlan | 
parseDelimitedFrom(InputStream input)  | 
static DAGProtos.DAGPlan | 
parseDelimitedFrom(InputStream input,
                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static DAGProtos.DAGPlan | 
parseFrom(byte[] data)  | 
static DAGProtos.DAGPlan | 
parseFrom(byte[] data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static DAGProtos.DAGPlan | 
parseFrom(com.google.protobuf.ByteString data)  | 
static DAGProtos.DAGPlan | 
parseFrom(com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static DAGProtos.DAGPlan | 
parseFrom(com.google.protobuf.CodedInputStream input)  | 
static DAGProtos.DAGPlan | 
parseFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static DAGProtos.DAGPlan | 
parseFrom(InputStream input)  | 
static DAGProtos.DAGPlan | 
parseFrom(InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
DAGProtos.DAGPlan.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.DAGPlan> PARSER
public static final int NAME_FIELD_NUMBER
public static final int VERTEX_FIELD_NUMBER
public static final int EDGE_FIELD_NUMBER
public static final int DAGCONF_FIELD_NUMBER
public static final int CREDENTIALS_BINARY_FIELD_NUMBER
public static final int VERTEX_GROUPS_FIELD_NUMBER
public static final int LOCAL_RESOURCE_FIELD_NUMBER
public static final int DAG_INFO_FIELD_NUMBER
public static final int DEFAULT_EXECUTION_CONTEXT_FIELD_NUMBER
public static final int CALLER_CONTEXT_FIELD_NUMBER
public static DAGProtos.DAGPlan getDefaultInstance()
public DAGProtos.DAGPlan 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.DAGPlan> 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.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 List<DAGProtos.VertexPlan> getVertexList()
repeated .VertexPlan vertex = 2;getVertexList in interface DAGProtos.DAGPlanOrBuilderpublic List<? extends DAGProtos.VertexPlanOrBuilder> getVertexOrBuilderList()
repeated .VertexPlan vertex = 2;getVertexOrBuilderList 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.VertexPlanOrBuilder getVertexOrBuilder(int index)
repeated .VertexPlan vertex = 2;getVertexOrBuilder in interface DAGProtos.DAGPlanOrBuilderpublic List<DAGProtos.EdgePlan> getEdgeList()
repeated .EdgePlan edge = 3;getEdgeList in interface DAGProtos.DAGPlanOrBuilderpublic List<? extends DAGProtos.EdgePlanOrBuilder> getEdgeOrBuilderList()
repeated .EdgePlan edge = 3;getEdgeOrBuilderList 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.EdgePlanOrBuilder getEdgeOrBuilder(int index)
repeated .EdgePlan edge = 3;getEdgeOrBuilder in interface DAGProtos.DAGPlanOrBuilderpublic boolean hasDagConf()
optional .ConfigurationProto dagConf = 4;hasDagConf in interface DAGProtos.DAGPlanOrBuilderpublic DAGProtos.ConfigurationProto getDagConf()
optional .ConfigurationProto dagConf = 4;getDagConf in interface DAGProtos.DAGPlanOrBuilderpublic 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 List<DAGProtos.PlanVertexGroupInfo> getVertexGroupsList()
repeated .PlanVertexGroupInfo vertex_groups = 6;getVertexGroupsList in interface DAGProtos.DAGPlanOrBuilderpublic List<? extends DAGProtos.PlanVertexGroupInfoOrBuilder> getVertexGroupsOrBuilderList()
repeated .PlanVertexGroupInfo vertex_groups = 6;getVertexGroupsOrBuilderList 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.PlanVertexGroupInfoOrBuilder getVertexGroupsOrBuilder(int index)
repeated .PlanVertexGroupInfo vertex_groups = 6;getVertexGroupsOrBuilder in interface DAGProtos.DAGPlanOrBuilderpublic List<DAGProtos.PlanLocalResource> getLocalResourceList()
repeated .PlanLocalResource local_resource = 7;getLocalResourceList in interface DAGProtos.DAGPlanOrBuilderpublic List<? extends DAGProtos.PlanLocalResourceOrBuilder> getLocalResourceOrBuilderList()
repeated .PlanLocalResource local_resource = 7;getLocalResourceOrBuilderList 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.PlanLocalResourceOrBuilder getLocalResourceOrBuilder(int index)
repeated .PlanLocalResource local_resource = 7;getLocalResourceOrBuilder in interface DAGProtos.DAGPlanOrBuilderpublic 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 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.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.CallerContextProtoOrBuilder getCallerContextOrBuilder()
optional .CallerContextProto caller_context = 10;getCallerContextOrBuilder in interface DAGProtos.DAGPlanOrBuilderpublic 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.DAGPlan parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGProtos.DAGPlan parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGProtos.DAGPlan parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGProtos.DAGPlan parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGProtos.DAGPlan parseFrom(InputStream input) throws IOException
IOExceptionpublic static DAGProtos.DAGPlan parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DAGProtos.DAGPlan parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static DAGProtos.DAGPlan parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DAGProtos.DAGPlan parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static DAGProtos.DAGPlan parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DAGProtos.DAGPlan.Builder newBuilder()
public DAGProtos.DAGPlan.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static DAGProtos.DAGPlan.Builder newBuilder(DAGProtos.DAGPlan prototype)
public DAGProtos.DAGPlan.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected DAGProtos.DAGPlan.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2016 Apache Software Foundation. All rights reserved.