public static final class LlapDaemonProtocolProtos.SignableVertexSpec extends com.google.protobuf.GeneratedMessageV3 implements LlapDaemonProtocolProtos.SignableVertexSpecOrBuilder
The part of SubmitWork that can be signedProtobuf type
SignableVertexSpec| Modifier and Type | Class and Description |
|---|---|
static class |
LlapDaemonProtocolProtos.SignableVertexSpec.Builder
The part of SubmitWork that can be signed
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DAG_NAME_FIELD_NUMBER |
static int |
GROUPED_INPUT_SPECS_FIELD_NUMBER |
static int |
HIVE_QUERY_ID_FIELD_NUMBER |
static int |
INPUT_SPECS_FIELD_NUMBER |
static int |
IS_EXTERNAL_SUBMISSION_FIELD_NUMBER |
static int |
OUTPUT_SPECS_FIELD_NUMBER |
static com.google.protobuf.Parser<LlapDaemonProtocolProtos.SignableVertexSpec> |
PARSER
Deprecated.
|
static int |
PROCESSOR_DESCRIPTOR_FIELD_NUMBER |
static int |
QUERY_IDENTIFIER_FIELD_NUMBER |
static int |
SIGNATUREKEYID_FIELD_NUMBER |
static int |
TOKEN_IDENTIFIER_FIELD_NUMBER |
static int |
USER_FIELD_NUMBER |
static int |
VERTEX_INDEX_FIELD_NUMBER |
static int |
VERTEX_NAME_FIELD_NUMBER |
static int |
VERTEX_PARALLELISM_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDagName()
Display names cannot be modified by the client for now.
|
com.google.protobuf.ByteString |
getDagNameBytes()
Display names cannot be modified by the client for now.
|
static LlapDaemonProtocolProtos.SignableVertexSpec |
getDefaultInstance() |
LlapDaemonProtocolProtos.SignableVertexSpec |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
LlapDaemonProtocolProtos.GroupInputSpecProto |
getGroupedInputSpecs(int index)
repeated .GroupInputSpecProto grouped_input_specs = 12; |
int |
getGroupedInputSpecsCount()
repeated .GroupInputSpecProto grouped_input_specs = 12; |
List<LlapDaemonProtocolProtos.GroupInputSpecProto> |
getGroupedInputSpecsList()
repeated .GroupInputSpecProto grouped_input_specs = 12; |
LlapDaemonProtocolProtos.GroupInputSpecProtoOrBuilder |
getGroupedInputSpecsOrBuilder(int index)
repeated .GroupInputSpecProto grouped_input_specs = 12; |
List<? extends LlapDaemonProtocolProtos.GroupInputSpecProtoOrBuilder> |
getGroupedInputSpecsOrBuilderList()
repeated .GroupInputSpecProto grouped_input_specs = 12; |
String |
getHiveQueryId()
optional string hive_query_id = 4; |
com.google.protobuf.ByteString |
getHiveQueryIdBytes()
optional string hive_query_id = 4; |
LlapDaemonProtocolProtos.IOSpecProto |
getInputSpecs(int index)
repeated .IOSpecProto input_specs = 10; |
int |
getInputSpecsCount()
repeated .IOSpecProto input_specs = 10; |
List<LlapDaemonProtocolProtos.IOSpecProto> |
getInputSpecsList()
repeated .IOSpecProto input_specs = 10; |
LlapDaemonProtocolProtos.IOSpecProtoOrBuilder |
getInputSpecsOrBuilder(int index)
repeated .IOSpecProto input_specs = 10; |
List<? extends LlapDaemonProtocolProtos.IOSpecProtoOrBuilder> |
getInputSpecsOrBuilderList()
repeated .IOSpecProto input_specs = 10; |
boolean |
getIsExternalSubmission()
optional bool is_external_submission = 14 [default = false]; |
LlapDaemonProtocolProtos.IOSpecProto |
getOutputSpecs(int index)
repeated .IOSpecProto output_specs = 11; |
int |
getOutputSpecsCount()
repeated .IOSpecProto output_specs = 11; |
List<LlapDaemonProtocolProtos.IOSpecProto> |
getOutputSpecsList()
repeated .IOSpecProto output_specs = 11; |
LlapDaemonProtocolProtos.IOSpecProtoOrBuilder |
getOutputSpecsOrBuilder(int index)
repeated .IOSpecProto output_specs = 11; |
List<? extends LlapDaemonProtocolProtos.IOSpecProtoOrBuilder> |
getOutputSpecsOrBuilderList()
repeated .IOSpecProto output_specs = 11; |
com.google.protobuf.Parser<LlapDaemonProtocolProtos.SignableVertexSpec> |
getParserForType() |
LlapDaemonProtocolProtos.EntityDescriptorProto |
getProcessorDescriptor()
optional .EntityDescriptorProto processor_descriptor = 9; |
LlapDaemonProtocolProtos.EntityDescriptorProtoOrBuilder |
getProcessorDescriptorOrBuilder()
optional .EntityDescriptorProto processor_descriptor = 9; |
LlapDaemonProtocolProtos.QueryIdentifierProto |
getQueryIdentifier()
optional .QueryIdentifierProto query_identifier = 3; |
LlapDaemonProtocolProtos.QueryIdentifierProtoOrBuilder |
getQueryIdentifierOrBuilder()
optional .QueryIdentifierProto query_identifier = 3; |
int |
getSerializedSize() |
long |
getSignatureKeyId()
optional int64 signatureKeyId = 2; |
String |
getTokenIdentifier()
The core vertex stuff
|
com.google.protobuf.ByteString |
getTokenIdentifierBytes()
The core vertex stuff
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getUser()
optional string user = 1; |
com.google.protobuf.ByteString |
getUserBytes()
optional string user = 1; |
int |
getVertexIndex()
optional int32 vertex_index = 7; |
String |
getVertexName()
optional string vertex_name = 6; |
com.google.protobuf.ByteString |
getVertexNameBytes()
optional string vertex_name = 6; |
int |
getVertexParallelism()
An internal field required for Tez.
|
boolean |
hasDagName()
Display names cannot be modified by the client for now.
|
int |
hashCode() |
boolean |
hasHiveQueryId()
optional string hive_query_id = 4; |
boolean |
hasIsExternalSubmission()
optional bool is_external_submission = 14 [default = false]; |
boolean |
hasProcessorDescriptor()
optional .EntityDescriptorProto processor_descriptor = 9; |
boolean |
hasQueryIdentifier()
optional .QueryIdentifierProto query_identifier = 3; |
boolean |
hasSignatureKeyId()
optional int64 signatureKeyId = 2; |
boolean |
hasTokenIdentifier()
The core vertex stuff
|
boolean |
hasUser()
optional string user = 1; |
boolean |
hasVertexIndex()
optional int32 vertex_index = 7; |
boolean |
hasVertexName()
optional string vertex_name = 6; |
boolean |
hasVertexParallelism()
An internal field required for Tez.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static LlapDaemonProtocolProtos.SignableVertexSpec.Builder |
newBuilder() |
static LlapDaemonProtocolProtos.SignableVertexSpec.Builder |
newBuilder(LlapDaemonProtocolProtos.SignableVertexSpec prototype) |
LlapDaemonProtocolProtos.SignableVertexSpec.Builder |
newBuilderForType() |
protected LlapDaemonProtocolProtos.SignableVertexSpec.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static LlapDaemonProtocolProtos.SignableVertexSpec |
parseDelimitedFrom(InputStream input) |
static LlapDaemonProtocolProtos.SignableVertexSpec |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LlapDaemonProtocolProtos.SignableVertexSpec |
parseFrom(byte[] data) |
static LlapDaemonProtocolProtos.SignableVertexSpec |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LlapDaemonProtocolProtos.SignableVertexSpec |
parseFrom(ByteBuffer data) |
static LlapDaemonProtocolProtos.SignableVertexSpec |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LlapDaemonProtocolProtos.SignableVertexSpec |
parseFrom(com.google.protobuf.ByteString data) |
static LlapDaemonProtocolProtos.SignableVertexSpec |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LlapDaemonProtocolProtos.SignableVertexSpec |
parseFrom(com.google.protobuf.CodedInputStream input) |
static LlapDaemonProtocolProtos.SignableVertexSpec |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LlapDaemonProtocolProtos.SignableVertexSpec |
parseFrom(InputStream input) |
static LlapDaemonProtocolProtos.SignableVertexSpec |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<LlapDaemonProtocolProtos.SignableVertexSpec> |
parser() |
LlapDaemonProtocolProtos.SignableVertexSpec.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int USER_FIELD_NUMBER
public static final int SIGNATUREKEYID_FIELD_NUMBER
public static final int QUERY_IDENTIFIER_FIELD_NUMBER
public static final int HIVE_QUERY_ID_FIELD_NUMBER
public static final int DAG_NAME_FIELD_NUMBER
public static final int VERTEX_NAME_FIELD_NUMBER
public static final int VERTEX_INDEX_FIELD_NUMBER
public static final int TOKEN_IDENTIFIER_FIELD_NUMBER
public static final int PROCESSOR_DESCRIPTOR_FIELD_NUMBER
public static final int INPUT_SPECS_FIELD_NUMBER
public static final int OUTPUT_SPECS_FIELD_NUMBER
public static final int GROUPED_INPUT_SPECS_FIELD_NUMBER
public static final int VERTEX_PARALLELISM_FIELD_NUMBER
public static final int IS_EXTERNAL_SUBMISSION_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<LlapDaemonProtocolProtos.SignableVertexSpec> PARSER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasUser()
optional string user = 1;hasUser in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic String getUser()
optional string user = 1;getUser in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic com.google.protobuf.ByteString getUserBytes()
optional string user = 1;getUserBytes in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic boolean hasSignatureKeyId()
optional int64 signatureKeyId = 2;hasSignatureKeyId in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic long getSignatureKeyId()
optional int64 signatureKeyId = 2;getSignatureKeyId in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic boolean hasQueryIdentifier()
optional .QueryIdentifierProto query_identifier = 3;hasQueryIdentifier in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic LlapDaemonProtocolProtos.QueryIdentifierProto getQueryIdentifier()
optional .QueryIdentifierProto query_identifier = 3;getQueryIdentifier in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic LlapDaemonProtocolProtos.QueryIdentifierProtoOrBuilder getQueryIdentifierOrBuilder()
optional .QueryIdentifierProto query_identifier = 3;getQueryIdentifierOrBuilder in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic boolean hasHiveQueryId()
optional string hive_query_id = 4;hasHiveQueryId in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic String getHiveQueryId()
optional string hive_query_id = 4;getHiveQueryId in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic com.google.protobuf.ByteString getHiveQueryIdBytes()
optional string hive_query_id = 4;getHiveQueryIdBytes in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic boolean hasDagName()
Display names cannot be modified by the client for now. If needed, they should be sent to HS2 who will put them here.
optional string dag_name = 5;hasDagName in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic String getDagName()
Display names cannot be modified by the client for now. If needed, they should be sent to HS2 who will put them here.
optional string dag_name = 5;getDagName in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic com.google.protobuf.ByteString getDagNameBytes()
Display names cannot be modified by the client for now. If needed, they should be sent to HS2 who will put them here.
optional string dag_name = 5;getDagNameBytes in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic boolean hasVertexName()
optional string vertex_name = 6;hasVertexName in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic String getVertexName()
optional string vertex_name = 6;getVertexName in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic com.google.protobuf.ByteString getVertexNameBytes()
optional string vertex_name = 6;getVertexNameBytes in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic boolean hasVertexIndex()
optional int32 vertex_index = 7;hasVertexIndex in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic int getVertexIndex()
optional int32 vertex_index = 7;getVertexIndex in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic boolean hasTokenIdentifier()
The core vertex stuff
optional string token_identifier = 8;hasTokenIdentifier in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic String getTokenIdentifier()
The core vertex stuff
optional string token_identifier = 8;getTokenIdentifier in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic com.google.protobuf.ByteString getTokenIdentifierBytes()
The core vertex stuff
optional string token_identifier = 8;getTokenIdentifierBytes in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic boolean hasProcessorDescriptor()
optional .EntityDescriptorProto processor_descriptor = 9;hasProcessorDescriptor in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic LlapDaemonProtocolProtos.EntityDescriptorProto getProcessorDescriptor()
optional .EntityDescriptorProto processor_descriptor = 9;getProcessorDescriptor in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic LlapDaemonProtocolProtos.EntityDescriptorProtoOrBuilder getProcessorDescriptorOrBuilder()
optional .EntityDescriptorProto processor_descriptor = 9;getProcessorDescriptorOrBuilder in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic List<LlapDaemonProtocolProtos.IOSpecProto> getInputSpecsList()
repeated .IOSpecProto input_specs = 10;getInputSpecsList in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic List<? extends LlapDaemonProtocolProtos.IOSpecProtoOrBuilder> getInputSpecsOrBuilderList()
repeated .IOSpecProto input_specs = 10;getInputSpecsOrBuilderList in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic int getInputSpecsCount()
repeated .IOSpecProto input_specs = 10;getInputSpecsCount in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic LlapDaemonProtocolProtos.IOSpecProto getInputSpecs(int index)
repeated .IOSpecProto input_specs = 10;getInputSpecs in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic LlapDaemonProtocolProtos.IOSpecProtoOrBuilder getInputSpecsOrBuilder(int index)
repeated .IOSpecProto input_specs = 10;getInputSpecsOrBuilder in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic List<LlapDaemonProtocolProtos.IOSpecProto> getOutputSpecsList()
repeated .IOSpecProto output_specs = 11;getOutputSpecsList in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic List<? extends LlapDaemonProtocolProtos.IOSpecProtoOrBuilder> getOutputSpecsOrBuilderList()
repeated .IOSpecProto output_specs = 11;getOutputSpecsOrBuilderList in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic int getOutputSpecsCount()
repeated .IOSpecProto output_specs = 11;getOutputSpecsCount in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic LlapDaemonProtocolProtos.IOSpecProto getOutputSpecs(int index)
repeated .IOSpecProto output_specs = 11;getOutputSpecs in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic LlapDaemonProtocolProtos.IOSpecProtoOrBuilder getOutputSpecsOrBuilder(int index)
repeated .IOSpecProto output_specs = 11;getOutputSpecsOrBuilder in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic List<LlapDaemonProtocolProtos.GroupInputSpecProto> getGroupedInputSpecsList()
repeated .GroupInputSpecProto grouped_input_specs = 12;getGroupedInputSpecsList in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic List<? extends LlapDaemonProtocolProtos.GroupInputSpecProtoOrBuilder> getGroupedInputSpecsOrBuilderList()
repeated .GroupInputSpecProto grouped_input_specs = 12;getGroupedInputSpecsOrBuilderList in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic int getGroupedInputSpecsCount()
repeated .GroupInputSpecProto grouped_input_specs = 12;getGroupedInputSpecsCount in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic LlapDaemonProtocolProtos.GroupInputSpecProto getGroupedInputSpecs(int index)
repeated .GroupInputSpecProto grouped_input_specs = 12;getGroupedInputSpecs in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic LlapDaemonProtocolProtos.GroupInputSpecProtoOrBuilder getGroupedInputSpecsOrBuilder(int index)
repeated .GroupInputSpecProto grouped_input_specs = 12;getGroupedInputSpecsOrBuilder in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic boolean hasVertexParallelism()
An internal field required for Tez.
optional int32 vertex_parallelism = 13;hasVertexParallelism in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic int getVertexParallelism()
An internal field required for Tez.
optional int32 vertex_parallelism = 13;getVertexParallelism in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic boolean hasIsExternalSubmission()
optional bool is_external_submission = 14 [default = false];hasIsExternalSubmission in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic boolean getIsExternalSubmission()
optional bool is_external_submission = 14 [default = false];getIsExternalSubmission in interface LlapDaemonProtocolProtos.SignableVertexSpecOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public 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 LlapDaemonProtocolProtos.SignableVertexSpec parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LlapDaemonProtocolProtos.SignableVertexSpec parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LlapDaemonProtocolProtos.SignableVertexSpec parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LlapDaemonProtocolProtos.SignableVertexSpec parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LlapDaemonProtocolProtos.SignableVertexSpec parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LlapDaemonProtocolProtos.SignableVertexSpec parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LlapDaemonProtocolProtos.SignableVertexSpec parseFrom(InputStream input) throws IOException
IOExceptionpublic static LlapDaemonProtocolProtos.SignableVertexSpec parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static LlapDaemonProtocolProtos.SignableVertexSpec parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static LlapDaemonProtocolProtos.SignableVertexSpec parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static LlapDaemonProtocolProtos.SignableVertexSpec parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static LlapDaemonProtocolProtos.SignableVertexSpec parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic LlapDaemonProtocolProtos.SignableVertexSpec.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static LlapDaemonProtocolProtos.SignableVertexSpec.Builder newBuilder()
public static LlapDaemonProtocolProtos.SignableVertexSpec.Builder newBuilder(LlapDaemonProtocolProtos.SignableVertexSpec prototype)
public LlapDaemonProtocolProtos.SignableVertexSpec.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected LlapDaemonProtocolProtos.SignableVertexSpec.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static LlapDaemonProtocolProtos.SignableVertexSpec getDefaultInstance()
public static com.google.protobuf.Parser<LlapDaemonProtocolProtos.SignableVertexSpec> parser()
public com.google.protobuf.Parser<LlapDaemonProtocolProtos.SignableVertexSpec> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public LlapDaemonProtocolProtos.SignableVertexSpec getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 The Apache Software Foundation. All rights reserved.