Package org.apache.spark.status.protobuf
Class StoreTypes.SQLExecutionUIData.Builder
Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.SQLExecutionUIData.Builder>
org.apache.spark.status.protobuf.StoreTypes.SQLExecutionUIData.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
,StoreTypes.SQLExecutionUIDataOrBuilder
- Enclosing class:
- StoreTypes.SQLExecutionUIData
public static final class StoreTypes.SQLExecutionUIData.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.SQLExecutionUIData.Builder>
implements StoreTypes.SQLExecutionUIDataOrBuilder
Protobuf type
org.apache.spark.status.protobuf.SQLExecutionUIData
-
Method Summary
Modifier and TypeMethodDescriptionaddAllMetrics
(Iterable<? extends StoreTypes.SQLPlanMetric> values) repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
addAllStages
(Iterable<? extends Long> values) repeated int64 stages = 12;
addMetrics
(int index, StoreTypes.SQLPlanMetric value) repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
addMetrics
(int index, StoreTypes.SQLPlanMetric.Builder builderForValue) repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
addMetrics
(StoreTypes.SQLPlanMetric.Builder builderForValue) repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
addMetricsBuilder
(int index) repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) addStages
(long value) repeated int64 stages = 12;
build()
clear()
optional int64 completion_time = 9;
optional string description = 3;
optional string details = 4;
optional string error_message = 10;
int64 execution_id = 1;
clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
bool metric_values_is_null = 13;
clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) optional string physical_plan_description = 5;
int64 root_execution_id = 2;
repeated int64 stages = 12;
int64 submission_time = 8;
clone()
boolean
containsJobs
(long key) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
boolean
containsMetricValues
(long key) map<int64, string> metric_values = 14;
boolean
map<string, string> modified_configs = 6;
long
optional int64 completion_time = 9;
optional string description = 3;
com.google.protobuf.ByteString
optional string description = 3;
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
optional string details = 4;
com.google.protobuf.ByteString
optional string details = 4;
optional string error_message = 10;
com.google.protobuf.ByteString
optional string error_message = 10;
long
int64 execution_id = 1;
getJobs()
Deprecated.int
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
getJobsOrDefault
(long key, StoreTypes.JobExecutionStatus defaultValue) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
getJobsOrThrow
(long key) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
Deprecated.map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
int
getJobsValueOrDefault
(long key, int defaultValue) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
int
getJobsValueOrThrow
(long key) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
getMetrics
(int index) repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
getMetricsBuilder
(int index) repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
int
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
getMetricsOrBuilder
(int index) repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
List<? extends StoreTypes.SQLPlanMetricOrBuilder>
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
Deprecated.int
map<int64, string> metric_values = 14;
boolean
bool metric_values_is_null = 13;
map<int64, string> metric_values = 14;
getMetricValuesOrDefault
(long key, String defaultValue) map<int64, string> metric_values = 14;
getMetricValuesOrThrow
(long key) map<int64, string> metric_values = 14;
Deprecated.int
map<string, string> modified_configs = 6;
map<string, string> modified_configs = 6;
getModifiedConfigsOrDefault
(String key, String defaultValue) map<string, string> modified_configs = 6;
map<string, string> modified_configs = 6;
Deprecated.Deprecated.Deprecated.Deprecated.optional string physical_plan_description = 5;
com.google.protobuf.ByteString
optional string physical_plan_description = 5;
long
int64 root_execution_id = 2;
long
getStages
(int index) repeated int64 stages = 12;
int
repeated int64 stages = 12;
repeated int64 stages = 12;
long
int64 submission_time = 8;
boolean
optional int64 completion_time = 9;
boolean
optional string description = 3;
boolean
optional string details = 4;
boolean
optional string error_message = 10;
boolean
optional string physical_plan_description = 5;
final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) putAllJobs
(Map<Long, StoreTypes.JobExecutionStatus> values) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
putAllJobsValue
(Map<Long, Integer> values) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
putAllMetricValues
(Map<Long, String> values) map<int64, string> metric_values = 14;
putAllModifiedConfigs
(Map<String, String> values) map<string, string> modified_configs = 6;
putJobs
(long key, StoreTypes.JobExecutionStatus value) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
putJobsValue
(long key, int value) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
putMetricValues
(long key, String value) map<int64, string> metric_values = 14;
putModifiedConfigs
(String key, String value) map<string, string> modified_configs = 6;
removeJobs
(long key) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
removeMetrics
(int index) repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
removeMetricValues
(long key) map<int64, string> metric_values = 14;
map<string, string> modified_configs = 6;
setCompletionTime
(long value) optional int64 completion_time = 9;
setDescription
(String value) optional string description = 3;
setDescriptionBytes
(com.google.protobuf.ByteString value) optional string description = 3;
setDetails
(String value) optional string details = 4;
setDetailsBytes
(com.google.protobuf.ByteString value) optional string details = 4;
setErrorMessage
(String value) optional string error_message = 10;
setErrorMessageBytes
(com.google.protobuf.ByteString value) optional string error_message = 10;
setExecutionId
(long value) int64 execution_id = 1;
setMetrics
(int index, StoreTypes.SQLPlanMetric value) repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
setMetrics
(int index, StoreTypes.SQLPlanMetric.Builder builderForValue) repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
setMetricValuesIsNull
(boolean value) bool metric_values_is_null = 13;
setPhysicalPlanDescription
(String value) optional string physical_plan_description = 5;
setPhysicalPlanDescriptionBytes
(com.google.protobuf.ByteString value) optional string physical_plan_description = 5;
setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setRootExecutionId
(long value) int64 root_execution_id = 2;
setStages
(int index, long value) repeated int64 stages = 12;
setSubmissionTime
(long value) int64 submission_time = 8;
setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newBuilderForField
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeFrom
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.SQLExecutionUIData.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.SQLExecutionUIData.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.SQLExecutionUIData.Builder>
-
setField
public StoreTypes.SQLExecutionUIData.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.SQLExecutionUIData.Builder>
-
clearField
public StoreTypes.SQLExecutionUIData.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.SQLExecutionUIData.Builder>
-
clearOneof
public StoreTypes.SQLExecutionUIData.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.SQLExecutionUIData.Builder>
-
setRepeatedField
public StoreTypes.SQLExecutionUIData.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.SQLExecutionUIData.Builder>
-
addRepeatedField
public StoreTypes.SQLExecutionUIData.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.SQLExecutionUIData.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<StoreTypes.SQLExecutionUIData.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.SQLExecutionUIData.Builder>
-
mergeFrom
public StoreTypes.SQLExecutionUIData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<StoreTypes.SQLExecutionUIData.Builder>
- Throws:
IOException
-
getExecutionId
public long getExecutionId()int64 execution_id = 1;
- Specified by:
getExecutionId
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The executionId.
-
setExecutionId
int64 execution_id = 1;
- Parameters:
value
- The executionId to set.- Returns:
- This builder for chaining.
-
clearExecutionId
int64 execution_id = 1;
- Returns:
- This builder for chaining.
-
getRootExecutionId
public long getRootExecutionId()int64 root_execution_id = 2;
- Specified by:
getRootExecutionId
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The rootExecutionId.
-
setRootExecutionId
int64 root_execution_id = 2;
- Parameters:
value
- The rootExecutionId to set.- Returns:
- This builder for chaining.
-
clearRootExecutionId
int64 root_execution_id = 2;
- Returns:
- This builder for chaining.
-
hasDescription
public boolean hasDescription()optional string description = 3;
- Specified by:
hasDescription
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- Whether the description field is set.
-
getDescription
optional string description = 3;
- Specified by:
getDescription
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()optional string description = 3;
- Specified by:
getDescriptionBytes
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The bytes for description.
-
setDescription
optional string description = 3;
- Parameters:
value
- The description to set.- Returns:
- This builder for chaining.
-
clearDescription
optional string description = 3;
- Returns:
- This builder for chaining.
-
setDescriptionBytes
public StoreTypes.SQLExecutionUIData.Builder setDescriptionBytes(com.google.protobuf.ByteString value) optional string description = 3;
- Parameters:
value
- The bytes for description to set.- Returns:
- This builder for chaining.
-
hasDetails
public boolean hasDetails()optional string details = 4;
- Specified by:
hasDetails
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- Whether the details field is set.
-
getDetails
optional string details = 4;
- Specified by:
getDetails
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The details.
-
getDetailsBytes
public com.google.protobuf.ByteString getDetailsBytes()optional string details = 4;
- Specified by:
getDetailsBytes
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The bytes for details.
-
setDetails
optional string details = 4;
- Parameters:
value
- The details to set.- Returns:
- This builder for chaining.
-
clearDetails
optional string details = 4;
- Returns:
- This builder for chaining.
-
setDetailsBytes
optional string details = 4;
- Parameters:
value
- The bytes for details to set.- Returns:
- This builder for chaining.
-
hasPhysicalPlanDescription
public boolean hasPhysicalPlanDescription()optional string physical_plan_description = 5;
- Specified by:
hasPhysicalPlanDescription
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- Whether the physicalPlanDescription field is set.
-
getPhysicalPlanDescription
optional string physical_plan_description = 5;
- Specified by:
getPhysicalPlanDescription
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The physicalPlanDescription.
-
getPhysicalPlanDescriptionBytes
public com.google.protobuf.ByteString getPhysicalPlanDescriptionBytes()optional string physical_plan_description = 5;
- Specified by:
getPhysicalPlanDescriptionBytes
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The bytes for physicalPlanDescription.
-
setPhysicalPlanDescription
optional string physical_plan_description = 5;
- Parameters:
value
- The physicalPlanDescription to set.- Returns:
- This builder for chaining.
-
clearPhysicalPlanDescription
optional string physical_plan_description = 5;
- Returns:
- This builder for chaining.
-
setPhysicalPlanDescriptionBytes
public StoreTypes.SQLExecutionUIData.Builder setPhysicalPlanDescriptionBytes(com.google.protobuf.ByteString value) optional string physical_plan_description = 5;
- Parameters:
value
- The bytes for physicalPlanDescription to set.- Returns:
- This builder for chaining.
-
getModifiedConfigsCount
public int getModifiedConfigsCount()Description copied from interface:StoreTypes.SQLExecutionUIDataOrBuilder
map<string, string> modified_configs = 6;
- Specified by:
getModifiedConfigsCount
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
containsModifiedConfigs
map<string, string> modified_configs = 6;
- Specified by:
containsModifiedConfigs
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getModifiedConfigs
Deprecated.UsegetModifiedConfigsMap()
instead.- Specified by:
getModifiedConfigs
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getModifiedConfigsMap
map<string, string> modified_configs = 6;
- Specified by:
getModifiedConfigsMap
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getModifiedConfigsOrDefault
map<string, string> modified_configs = 6;
- Specified by:
getModifiedConfigsOrDefault
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getModifiedConfigsOrThrow
map<string, string> modified_configs = 6;
- Specified by:
getModifiedConfigsOrThrow
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
clearModifiedConfigs
-
removeModifiedConfigs
map<string, string> modified_configs = 6;
-
getMutableModifiedConfigs
Deprecated.Use alternate mutation accessors instead. -
putModifiedConfigs
map<string, string> modified_configs = 6;
-
putAllModifiedConfigs
map<string, string> modified_configs = 6;
-
getMetricsList
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
- Specified by:
getMetricsList
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getMetricsCount
public int getMetricsCount()repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
- Specified by:
getMetricsCount
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getMetrics
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
- Specified by:
getMetrics
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
setMetrics
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
-
setMetrics
public StoreTypes.SQLExecutionUIData.Builder setMetrics(int index, StoreTypes.SQLPlanMetric.Builder builderForValue) repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
-
addMetrics
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
-
addMetrics
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
-
addMetrics
public StoreTypes.SQLExecutionUIData.Builder addMetrics(StoreTypes.SQLPlanMetric.Builder builderForValue) repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
-
addMetrics
public StoreTypes.SQLExecutionUIData.Builder addMetrics(int index, StoreTypes.SQLPlanMetric.Builder builderForValue) repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
-
addAllMetrics
public StoreTypes.SQLExecutionUIData.Builder addAllMetrics(Iterable<? extends StoreTypes.SQLPlanMetric> values) repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
-
clearMetrics
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
-
removeMetrics
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
-
getMetricsBuilder
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
-
getMetricsOrBuilder
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
- Specified by:
getMetricsOrBuilder
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getMetricsOrBuilderList
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
- Specified by:
getMetricsOrBuilderList
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
addMetricsBuilder
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
-
addMetricsBuilder
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
-
getMetricsBuilderList
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
-
getSubmissionTime
public long getSubmissionTime()int64 submission_time = 8;
- Specified by:
getSubmissionTime
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The submissionTime.
-
setSubmissionTime
int64 submission_time = 8;
- Parameters:
value
- The submissionTime to set.- Returns:
- This builder for chaining.
-
clearSubmissionTime
int64 submission_time = 8;
- Returns:
- This builder for chaining.
-
hasCompletionTime
public boolean hasCompletionTime()optional int64 completion_time = 9;
- Specified by:
hasCompletionTime
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- Whether the completionTime field is set.
-
getCompletionTime
public long getCompletionTime()optional int64 completion_time = 9;
- Specified by:
getCompletionTime
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The completionTime.
-
setCompletionTime
optional int64 completion_time = 9;
- Parameters:
value
- The completionTime to set.- Returns:
- This builder for chaining.
-
clearCompletionTime
optional int64 completion_time = 9;
- Returns:
- This builder for chaining.
-
hasErrorMessage
public boolean hasErrorMessage()optional string error_message = 10;
- Specified by:
hasErrorMessage
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- Whether the errorMessage field is set.
-
getErrorMessage
optional string error_message = 10;
- Specified by:
getErrorMessage
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The errorMessage.
-
getErrorMessageBytes
public com.google.protobuf.ByteString getErrorMessageBytes()optional string error_message = 10;
- Specified by:
getErrorMessageBytes
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The bytes for errorMessage.
-
setErrorMessage
optional string error_message = 10;
- Parameters:
value
- The errorMessage to set.- Returns:
- This builder for chaining.
-
clearErrorMessage
optional string error_message = 10;
- Returns:
- This builder for chaining.
-
setErrorMessageBytes
public StoreTypes.SQLExecutionUIData.Builder setErrorMessageBytes(com.google.protobuf.ByteString value) optional string error_message = 10;
- Parameters:
value
- The bytes for errorMessage to set.- Returns:
- This builder for chaining.
-
getJobsCount
public int getJobsCount()Description copied from interface:StoreTypes.SQLExecutionUIDataOrBuilder
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
- Specified by:
getJobsCount
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
containsJobs
public boolean containsJobs(long key) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
- Specified by:
containsJobs
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getJobs
Deprecated.UsegetJobsMap()
instead.- Specified by:
getJobs
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getJobsMap
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
- Specified by:
getJobsMap
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getJobsOrDefault
public StoreTypes.JobExecutionStatus getJobsOrDefault(long key, StoreTypes.JobExecutionStatus defaultValue) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
- Specified by:
getJobsOrDefault
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getJobsOrThrow
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
- Specified by:
getJobsOrThrow
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getJobsValue
Deprecated.UsegetJobsValueMap()
instead.- Specified by:
getJobsValue
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getJobsValueMap
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
- Specified by:
getJobsValueMap
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getJobsValueOrDefault
public int getJobsValueOrDefault(long key, int defaultValue) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
- Specified by:
getJobsValueOrDefault
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getJobsValueOrThrow
public int getJobsValueOrThrow(long key) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
- Specified by:
getJobsValueOrThrow
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
clearJobs
-
removeJobs
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
-
getMutableJobs
Deprecated.Use alternate mutation accessors instead. -
putJobs
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
-
putAllJobs
public StoreTypes.SQLExecutionUIData.Builder putAllJobs(Map<Long, StoreTypes.JobExecutionStatus> values) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
-
getMutableJobsValue
Deprecated.Use alternate mutation accessors instead. -
putJobsValue
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
-
putAllJobsValue
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
-
getStagesList
repeated int64 stages = 12;
- Specified by:
getStagesList
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- A list containing the stages.
-
getStagesCount
public int getStagesCount()repeated int64 stages = 12;
- Specified by:
getStagesCount
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The count of stages.
-
getStages
public long getStages(int index) repeated int64 stages = 12;
- Specified by:
getStages
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The stages at the given index.
-
setStages
repeated int64 stages = 12;
- Parameters:
index
- The index to set the value at.value
- The stages to set.- Returns:
- This builder for chaining.
-
addStages
repeated int64 stages = 12;
- Parameters:
value
- The stages to add.- Returns:
- This builder for chaining.
-
addAllStages
repeated int64 stages = 12;
- Parameters:
values
- The stages to add.- Returns:
- This builder for chaining.
-
clearStages
repeated int64 stages = 12;
- Returns:
- This builder for chaining.
-
getMetricValuesIsNull
public boolean getMetricValuesIsNull()bool metric_values_is_null = 13;
- Specified by:
getMetricValuesIsNull
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The metricValuesIsNull.
-
setMetricValuesIsNull
bool metric_values_is_null = 13;
- Parameters:
value
- The metricValuesIsNull to set.- Returns:
- This builder for chaining.
-
clearMetricValuesIsNull
bool metric_values_is_null = 13;
- Returns:
- This builder for chaining.
-
getMetricValuesCount
public int getMetricValuesCount()Description copied from interface:StoreTypes.SQLExecutionUIDataOrBuilder
map<int64, string> metric_values = 14;
- Specified by:
getMetricValuesCount
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
containsMetricValues
public boolean containsMetricValues(long key) map<int64, string> metric_values = 14;
- Specified by:
containsMetricValues
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getMetricValues
Deprecated.UsegetMetricValuesMap()
instead.- Specified by:
getMetricValues
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getMetricValuesMap
map<int64, string> metric_values = 14;
- Specified by:
getMetricValuesMap
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getMetricValuesOrDefault
map<int64, string> metric_values = 14;
- Specified by:
getMetricValuesOrDefault
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getMetricValuesOrThrow
map<int64, string> metric_values = 14;
- Specified by:
getMetricValuesOrThrow
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
clearMetricValues
-
removeMetricValues
map<int64, string> metric_values = 14;
-
getMutableMetricValues
Deprecated.Use alternate mutation accessors instead. -
putMetricValues
map<int64, string> metric_values = 14;
-
putAllMetricValues
map<int64, string> metric_values = 14;
-
setUnknownFields
public final StoreTypes.SQLExecutionUIData.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.SQLExecutionUIData.Builder>
-
mergeUnknownFields
public final StoreTypes.SQLExecutionUIData.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.SQLExecutionUIData.Builder>
-