public static final class LlapDaemonProtocolProtos.SubmitWorkRequestProto extends com.google.protobuf.GeneratedMessageV3 implements LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilder
SubmitWorkRequestProto| Modifier and Type | Class and Description |
|---|---|
static class |
LlapDaemonProtocolProtos.SubmitWorkRequestProto.Builder
Protobuf type
SubmitWorkRequestProto |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
AM_HOST_FIELD_NUMBER |
static int |
AM_PORT_FIELD_NUMBER |
static int |
ATTEMPT_NUMBER_FIELD_NUMBER |
static int |
CONTAINER_ID_STRING_FIELD_NUMBER |
static int |
CREDENTIALS_BINARY_FIELD_NUMBER |
static int |
FRAGMENT_NUMBER_FIELD_NUMBER |
static int |
FRAGMENT_RUNTIME_INFO_FIELD_NUMBER |
static int |
INITIAL_EVENT_BYTES_FIELD_NUMBER |
static int |
INITIAL_EVENT_SIGNATURE_FIELD_NUMBER |
static int |
IS_EXTERNAL_CLIENT_REQUEST_FIELD_NUMBER |
static int |
IS_GUARANTEED_FIELD_NUMBER |
static int |
JWT_FIELD_NUMBER |
static com.google.protobuf.Parser<LlapDaemonProtocolProtos.SubmitWorkRequestProto> |
PARSER
Deprecated.
|
static int |
WORK_SPEC_FIELD_NUMBER |
static int |
WORK_SPEC_SIGNATURE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAmHost()
optional string am_host = 6; |
com.google.protobuf.ByteString |
getAmHostBytes()
optional string am_host = 6; |
int |
getAmPort()
optional int32 am_port = 7; |
int |
getAttemptNumber()
optional int32 attempt_number = 4; |
String |
getContainerIdString()
optional string container_id_string = 5; |
com.google.protobuf.ByteString |
getContainerIdStringBytes()
optional string container_id_string = 5; |
com.google.protobuf.ByteString |
getCredentialsBinary()
Credentials are not signed - the client can add e.g.
|
static LlapDaemonProtocolProtos.SubmitWorkRequestProto |
getDefaultInstance() |
LlapDaemonProtocolProtos.SubmitWorkRequestProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getFragmentNumber()
optional int32 fragment_number = 3; |
LlapDaemonProtocolProtos.FragmentRuntimeInfo |
getFragmentRuntimeInfo()
Not supported/honored for external clients right now.
|
LlapDaemonProtocolProtos.FragmentRuntimeInfoOrBuilder |
getFragmentRuntimeInfoOrBuilder()
Not supported/honored for external clients right now.
|
com.google.protobuf.ByteString |
getInitialEventBytes()
Serialized (and signed) NotTezEvent; used only for external clients for now.
|
com.google.protobuf.ByteString |
getInitialEventSignature()
optional bytes initial_event_signature = 11; |
boolean |
getIsExternalClientRequest()
optional bool is_external_client_request = 14 [default = false]; |
boolean |
getIsGuaranteed()
optional bool is_guaranteed = 12 [default = false]; |
String |
getJwt()
optional string jwt = 13; |
com.google.protobuf.ByteString |
getJwtBytes()
optional string jwt = 13; |
com.google.protobuf.Parser<LlapDaemonProtocolProtos.SubmitWorkRequestProto> |
getParserForType() |
int |
getSerializedSize() |
LlapDaemonProtocolProtos.VertexOrBinary |
getWorkSpec()
optional .VertexOrBinary work_spec = 1; |
LlapDaemonProtocolProtos.VertexOrBinaryOrBuilder |
getWorkSpecOrBuilder()
optional .VertexOrBinary work_spec = 1; |
com.google.protobuf.ByteString |
getWorkSpecSignature()
optional bytes work_spec_signature = 2; |
boolean |
hasAmHost()
optional string am_host = 6; |
boolean |
hasAmPort()
optional int32 am_port = 7; |
boolean |
hasAttemptNumber()
optional int32 attempt_number = 4; |
boolean |
hasContainerIdString()
optional string container_id_string = 5; |
boolean |
hasCredentialsBinary()
Credentials are not signed - the client can add e.g.
|
boolean |
hasFragmentNumber()
optional int32 fragment_number = 3; |
boolean |
hasFragmentRuntimeInfo()
Not supported/honored for external clients right now.
|
int |
hashCode() |
boolean |
hasInitialEventBytes()
Serialized (and signed) NotTezEvent; used only for external clients for now.
|
boolean |
hasInitialEventSignature()
optional bytes initial_event_signature = 11; |
boolean |
hasIsExternalClientRequest()
optional bool is_external_client_request = 14 [default = false]; |
boolean |
hasIsGuaranteed()
optional bool is_guaranteed = 12 [default = false]; |
boolean |
hasJwt()
optional string jwt = 13; |
boolean |
hasWorkSpec()
optional .VertexOrBinary work_spec = 1; |
boolean |
hasWorkSpecSignature()
optional bytes work_spec_signature = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static LlapDaemonProtocolProtos.SubmitWorkRequestProto.Builder |
newBuilder() |
static LlapDaemonProtocolProtos.SubmitWorkRequestProto.Builder |
newBuilder(LlapDaemonProtocolProtos.SubmitWorkRequestProto prototype) |
LlapDaemonProtocolProtos.SubmitWorkRequestProto.Builder |
newBuilderForType() |
protected LlapDaemonProtocolProtos.SubmitWorkRequestProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static LlapDaemonProtocolProtos.SubmitWorkRequestProto |
parseDelimitedFrom(InputStream input) |
static LlapDaemonProtocolProtos.SubmitWorkRequestProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LlapDaemonProtocolProtos.SubmitWorkRequestProto |
parseFrom(byte[] data) |
static LlapDaemonProtocolProtos.SubmitWorkRequestProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LlapDaemonProtocolProtos.SubmitWorkRequestProto |
parseFrom(ByteBuffer data) |
static LlapDaemonProtocolProtos.SubmitWorkRequestProto |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LlapDaemonProtocolProtos.SubmitWorkRequestProto |
parseFrom(com.google.protobuf.ByteString data) |
static LlapDaemonProtocolProtos.SubmitWorkRequestProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LlapDaemonProtocolProtos.SubmitWorkRequestProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static LlapDaemonProtocolProtos.SubmitWorkRequestProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LlapDaemonProtocolProtos.SubmitWorkRequestProto |
parseFrom(InputStream input) |
static LlapDaemonProtocolProtos.SubmitWorkRequestProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<LlapDaemonProtocolProtos.SubmitWorkRequestProto> |
parser() |
LlapDaemonProtocolProtos.SubmitWorkRequestProto.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, 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 WORK_SPEC_FIELD_NUMBER
public static final int WORK_SPEC_SIGNATURE_FIELD_NUMBER
public static final int FRAGMENT_NUMBER_FIELD_NUMBER
public static final int ATTEMPT_NUMBER_FIELD_NUMBER
public static final int CONTAINER_ID_STRING_FIELD_NUMBER
public static final int AM_HOST_FIELD_NUMBER
public static final int AM_PORT_FIELD_NUMBER
public static final int CREDENTIALS_BINARY_FIELD_NUMBER
public static final int FRAGMENT_RUNTIME_INFO_FIELD_NUMBER
public static final int INITIAL_EVENT_BYTES_FIELD_NUMBER
public static final int INITIAL_EVENT_SIGNATURE_FIELD_NUMBER
public static final int IS_GUARANTEED_FIELD_NUMBER
public static final int JWT_FIELD_NUMBER
public static final int IS_EXTERNAL_CLIENT_REQUEST_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<LlapDaemonProtocolProtos.SubmitWorkRequestProto> PARSER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance 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 hasWorkSpec()
optional .VertexOrBinary work_spec = 1;hasWorkSpec in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic LlapDaemonProtocolProtos.VertexOrBinary getWorkSpec()
optional .VertexOrBinary work_spec = 1;getWorkSpec in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic LlapDaemonProtocolProtos.VertexOrBinaryOrBuilder getWorkSpecOrBuilder()
optional .VertexOrBinary work_spec = 1;getWorkSpecOrBuilder in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic boolean hasWorkSpecSignature()
optional bytes work_spec_signature = 2;hasWorkSpecSignature in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic com.google.protobuf.ByteString getWorkSpecSignature()
optional bytes work_spec_signature = 2;getWorkSpecSignature in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic boolean hasFragmentNumber()
optional int32 fragment_number = 3;hasFragmentNumber in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic int getFragmentNumber()
optional int32 fragment_number = 3;getFragmentNumber in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic boolean hasAttemptNumber()
optional int32 attempt_number = 4;hasAttemptNumber in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic int getAttemptNumber()
optional int32 attempt_number = 4;getAttemptNumber in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic boolean hasContainerIdString()
optional string container_id_string = 5;hasContainerIdString in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic String getContainerIdString()
optional string container_id_string = 5;getContainerIdString in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic com.google.protobuf.ByteString getContainerIdStringBytes()
optional string container_id_string = 5;getContainerIdStringBytes in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic boolean hasAmHost()
optional string am_host = 6;hasAmHost in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic String getAmHost()
optional string am_host = 6;getAmHost in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic com.google.protobuf.ByteString getAmHostBytes()
optional string am_host = 6;getAmHostBytes in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic boolean hasAmPort()
optional int32 am_port = 7;hasAmPort in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic int getAmPort()
optional int32 am_port = 7;getAmPort in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic boolean hasCredentialsBinary()
Credentials are not signed - the client can add e.g. his own HDFS tokens.
optional bytes credentials_binary = 8;hasCredentialsBinary in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic com.google.protobuf.ByteString getCredentialsBinary()
Credentials are not signed - the client can add e.g. his own HDFS tokens.
optional bytes credentials_binary = 8;getCredentialsBinary in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic boolean hasFragmentRuntimeInfo()
Not supported/honored for external clients right now.
optional .FragmentRuntimeInfo fragment_runtime_info = 9;hasFragmentRuntimeInfo in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic LlapDaemonProtocolProtos.FragmentRuntimeInfo getFragmentRuntimeInfo()
Not supported/honored for external clients right now.
optional .FragmentRuntimeInfo fragment_runtime_info = 9;getFragmentRuntimeInfo in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic LlapDaemonProtocolProtos.FragmentRuntimeInfoOrBuilder getFragmentRuntimeInfoOrBuilder()
Not supported/honored for external clients right now.
optional .FragmentRuntimeInfo fragment_runtime_info = 9;getFragmentRuntimeInfoOrBuilder in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic boolean hasInitialEventBytes()
Serialized (and signed) NotTezEvent; used only for external clients for now.
optional bytes initial_event_bytes = 10;hasInitialEventBytes in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic com.google.protobuf.ByteString getInitialEventBytes()
Serialized (and signed) NotTezEvent; used only for external clients for now.
optional bytes initial_event_bytes = 10;getInitialEventBytes in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic boolean hasInitialEventSignature()
optional bytes initial_event_signature = 11;hasInitialEventSignature in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic com.google.protobuf.ByteString getInitialEventSignature()
optional bytes initial_event_signature = 11;getInitialEventSignature in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic boolean hasIsGuaranteed()
optional bool is_guaranteed = 12 [default = false];hasIsGuaranteed in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic boolean getIsGuaranteed()
optional bool is_guaranteed = 12 [default = false];getIsGuaranteed in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic boolean hasJwt()
optional string jwt = 13;hasJwt in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic String getJwt()
optional string jwt = 13;getJwt in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic com.google.protobuf.ByteString getJwtBytes()
optional string jwt = 13;getJwtBytes in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic boolean hasIsExternalClientRequest()
optional bool is_external_client_request = 14 [default = false];hasIsExternalClientRequest in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic boolean getIsExternalClientRequest()
optional bool is_external_client_request = 14 [default = false];getIsExternalClientRequest in interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilderpublic 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.SubmitWorkRequestProto parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LlapDaemonProtocolProtos.SubmitWorkRequestProto parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LlapDaemonProtocolProtos.SubmitWorkRequestProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LlapDaemonProtocolProtos.SubmitWorkRequestProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LlapDaemonProtocolProtos.SubmitWorkRequestProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LlapDaemonProtocolProtos.SubmitWorkRequestProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LlapDaemonProtocolProtos.SubmitWorkRequestProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static LlapDaemonProtocolProtos.SubmitWorkRequestProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static LlapDaemonProtocolProtos.SubmitWorkRequestProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static LlapDaemonProtocolProtos.SubmitWorkRequestProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static LlapDaemonProtocolProtos.SubmitWorkRequestProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static LlapDaemonProtocolProtos.SubmitWorkRequestProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic LlapDaemonProtocolProtos.SubmitWorkRequestProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static LlapDaemonProtocolProtos.SubmitWorkRequestProto.Builder newBuilder()
public static LlapDaemonProtocolProtos.SubmitWorkRequestProto.Builder newBuilder(LlapDaemonProtocolProtos.SubmitWorkRequestProto prototype)
public LlapDaemonProtocolProtos.SubmitWorkRequestProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected LlapDaemonProtocolProtos.SubmitWorkRequestProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static LlapDaemonProtocolProtos.SubmitWorkRequestProto getDefaultInstance()
public static com.google.protobuf.Parser<LlapDaemonProtocolProtos.SubmitWorkRequestProto> parser()
public com.google.protobuf.Parser<LlapDaemonProtocolProtos.SubmitWorkRequestProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public LlapDaemonProtocolProtos.SubmitWorkRequestProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 The Apache Software Foundation. All rights reserved.