public static interface LlapDaemonProtocolProtos.SubmitWorkRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
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; |
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.
|
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasWorkSpec()
optional .VertexOrBinary work_spec = 1;LlapDaemonProtocolProtos.VertexOrBinary getWorkSpec()
optional .VertexOrBinary work_spec = 1;LlapDaemonProtocolProtos.VertexOrBinaryOrBuilder getWorkSpecOrBuilder()
optional .VertexOrBinary work_spec = 1;boolean hasWorkSpecSignature()
optional bytes work_spec_signature = 2;com.google.protobuf.ByteString getWorkSpecSignature()
optional bytes work_spec_signature = 2;boolean hasFragmentNumber()
optional int32 fragment_number = 3;int getFragmentNumber()
optional int32 fragment_number = 3;boolean hasAttemptNumber()
optional int32 attempt_number = 4;int getAttemptNumber()
optional int32 attempt_number = 4;boolean hasContainerIdString()
optional string container_id_string = 5;String getContainerIdString()
optional string container_id_string = 5;com.google.protobuf.ByteString getContainerIdStringBytes()
optional string container_id_string = 5;boolean hasAmHost()
optional string am_host = 6;String getAmHost()
optional string am_host = 6;com.google.protobuf.ByteString getAmHostBytes()
optional string am_host = 6;boolean hasAmPort()
optional int32 am_port = 7;int getAmPort()
optional int32 am_port = 7;boolean hasCredentialsBinary()
Credentials are not signed - the client can add e.g. his own HDFS tokens.
optional bytes credentials_binary = 8;com.google.protobuf.ByteString getCredentialsBinary()
Credentials are not signed - the client can add e.g. his own HDFS tokens.
optional bytes credentials_binary = 8;boolean hasFragmentRuntimeInfo()
Not supported/honored for external clients right now.
optional .FragmentRuntimeInfo fragment_runtime_info = 9;LlapDaemonProtocolProtos.FragmentRuntimeInfo getFragmentRuntimeInfo()
Not supported/honored for external clients right now.
optional .FragmentRuntimeInfo fragment_runtime_info = 9;LlapDaemonProtocolProtos.FragmentRuntimeInfoOrBuilder getFragmentRuntimeInfoOrBuilder()
Not supported/honored for external clients right now.
optional .FragmentRuntimeInfo fragment_runtime_info = 9;boolean hasInitialEventBytes()
Serialized (and signed) NotTezEvent; used only for external clients for now.
optional bytes initial_event_bytes = 10;com.google.protobuf.ByteString getInitialEventBytes()
Serialized (and signed) NotTezEvent; used only for external clients for now.
optional bytes initial_event_bytes = 10;boolean hasInitialEventSignature()
optional bytes initial_event_signature = 11;com.google.protobuf.ByteString getInitialEventSignature()
optional bytes initial_event_signature = 11;boolean hasIsGuaranteed()
optional bool is_guaranteed = 12 [default = false];boolean getIsGuaranteed()
optional bool is_guaranteed = 12 [default = false];boolean hasJwt()
optional string jwt = 13;String getJwt()
optional string jwt = 13;com.google.protobuf.ByteString getJwtBytes()
optional string jwt = 13;boolean hasIsExternalClientRequest()
optional bool is_external_client_request = 14 [default = false];boolean getIsExternalClientRequest()
optional bool is_external_client_request = 14 [default = false];Copyright © 2024 The Apache Software Foundation. All rights reserved.