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 |
CREDENTIALS_BINARY_FIELD_NUMBER |
static int |
DAGKEYVALUES_FIELD_NUMBER |
static int |
EDGE_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) |
com.google.protobuf.ByteString |
getCredentialsBinary()
optional bytes credentials_binary = 5; |
DAGProtos.ConfigurationProto |
getDagKeyValues()
optional .ConfigurationProto dagKeyValues = 4; |
DAGProtos.ConfigurationProtoOrBuilder |
getDagKeyValuesOrBuilder()
optional .ConfigurationProto dagKeyValues = 4; |
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; |
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 |
hasCredentialsBinary()
optional bytes credentials_binary = 5; |
boolean |
hasDagKeyValues()
optional .ConfigurationProto dagKeyValues = 4; |
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 DAGKEYVALUES_FIELD_NUMBER
public static final int CREDENTIALS_BINARY_FIELD_NUMBER
public static final int VERTEX_GROUPS_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 hasDagKeyValues()
optional .ConfigurationProto dagKeyValues = 4;hasDagKeyValues in interface DAGProtos.DAGPlanOrBuilderpublic DAGProtos.ConfigurationProto getDagKeyValues()
optional .ConfigurationProto dagKeyValues = 4;getDagKeyValues in interface DAGProtos.DAGPlanOrBuilderpublic DAGProtos.ConfigurationProtoOrBuilder getDagKeyValuesOrBuilder()
optional .ConfigurationProto dagKeyValues = 4;getDagKeyValuesOrBuilder 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 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 © 2014 Apache Software Foundation. All rights reserved.