Package org.apache.spark.status.protobuf
Class StoreTypes.SQLExecutionUIData.Builder
Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.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.GeneratedMessage.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;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;repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;bool metric_values_is_null = 13;optional string physical_plan_description = 5;int64 root_execution_id = 2;repeated int64 stages = 12;int64 submission_time = 8;booleancontainsJobs(long key) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;booleancontainsMetricValues(long key) map<int64, string> metric_values = 14;booleanmap<string, string> modified_configs = 6;longoptional int64 completion_time = 9;optional string description = 3;com.google.protobuf.ByteStringoptional string description = 3;static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.Descriptoroptional string details = 4;com.google.protobuf.ByteStringoptional string details = 4;optional string error_message = 10;com.google.protobuf.ByteStringoptional string error_message = 10;longint64 execution_id = 1;getJobs()Deprecated.intmap<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;intgetJobsValueOrDefault(long key, int defaultValue) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;intgetJobsValueOrThrow(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;intrepeated .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.intmap<int64, string> metric_values = 14;booleanbool 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.intmap<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.ByteStringoptional string physical_plan_description = 5;longint64 root_execution_id = 2;longgetStages(int index) repeated int64 stages = 12;intrepeated int64 stages = 12;repeated int64 stages = 12;longint64 submission_time = 8;booleanoptional int64 completion_time = 9;booleanoptional string description = 3;booleanoptional string details = 4;booleanoptional string error_message = 10;booleanoptional string physical_plan_description = 5;final booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) 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;setRootExecutionId(long value) int64 root_execution_id = 2;setStages(int index, long value) repeated int64 stages = 12;setSubmissionTime(long value) int64 submission_time = 8;Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, mergeUnknownFields, newBuilderForField, setField, setRepeatedField, setUnknownFieldsMethods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom, mergeDelimitedFrom, mergeFromMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods 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:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<StoreTypes.SQLExecutionUIData.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<StoreTypes.SQLExecutionUIData.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<StoreTypes.SQLExecutionUIData.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<StoreTypes.SQLExecutionUIData.Builder>
-
mergeFrom
public StoreTypes.SQLExecutionUIData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<StoreTypes.SQLExecutionUIData.Builder>- Throws:
IOException
-
getExecutionId
public long getExecutionId()int64 execution_id = 1;- Specified by:
getExecutionIdin 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:
getRootExecutionIdin 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:
hasDescriptionin interfaceStoreTypes.SQLExecutionUIDataOrBuilder- Returns:
- Whether the description field is set.
-
getDescription
optional string description = 3;- Specified by:
getDescriptionin interfaceStoreTypes.SQLExecutionUIDataOrBuilder- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()optional string description = 3;- Specified by:
getDescriptionBytesin 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:
hasDetailsin interfaceStoreTypes.SQLExecutionUIDataOrBuilder- Returns:
- Whether the details field is set.
-
getDetails
optional string details = 4;- Specified by:
getDetailsin interfaceStoreTypes.SQLExecutionUIDataOrBuilder- Returns:
- The details.
-
getDetailsBytes
public com.google.protobuf.ByteString getDetailsBytes()optional string details = 4;- Specified by:
getDetailsBytesin 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:
hasPhysicalPlanDescriptionin interfaceStoreTypes.SQLExecutionUIDataOrBuilder- Returns:
- Whether the physicalPlanDescription field is set.
-
getPhysicalPlanDescription
optional string physical_plan_description = 5;- Specified by:
getPhysicalPlanDescriptionin interfaceStoreTypes.SQLExecutionUIDataOrBuilder- Returns:
- The physicalPlanDescription.
-
getPhysicalPlanDescriptionBytes
public com.google.protobuf.ByteString getPhysicalPlanDescriptionBytes()optional string physical_plan_description = 5;- Specified by:
getPhysicalPlanDescriptionBytesin 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.SQLExecutionUIDataOrBuildermap<string, string> modified_configs = 6;- Specified by:
getModifiedConfigsCountin interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
containsModifiedConfigs
map<string, string> modified_configs = 6;- Specified by:
containsModifiedConfigsin interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getModifiedConfigs
Deprecated.UsegetModifiedConfigsMap()instead.- Specified by:
getModifiedConfigsin interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getModifiedConfigsMap
map<string, string> modified_configs = 6;- Specified by:
getModifiedConfigsMapin interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getModifiedConfigsOrDefault
map<string, string> modified_configs = 6;- Specified by:
getModifiedConfigsOrDefaultin interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getModifiedConfigsOrThrow
map<string, string> modified_configs = 6;- Specified by:
getModifiedConfigsOrThrowin 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:
getMetricsListin interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getMetricsCount
public int getMetricsCount()repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;- Specified by:
getMetricsCountin interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getMetrics
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;- Specified by:
getMetricsin 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:
getMetricsOrBuilderin interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getMetricsOrBuilderList
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;- Specified by:
getMetricsOrBuilderListin 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:
getSubmissionTimein 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:
hasCompletionTimein interfaceStoreTypes.SQLExecutionUIDataOrBuilder- Returns:
- Whether the completionTime field is set.
-
getCompletionTime
public long getCompletionTime()optional int64 completion_time = 9;- Specified by:
getCompletionTimein 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:
hasErrorMessagein interfaceStoreTypes.SQLExecutionUIDataOrBuilder- Returns:
- Whether the errorMessage field is set.
-
getErrorMessage
optional string error_message = 10;- Specified by:
getErrorMessagein interfaceStoreTypes.SQLExecutionUIDataOrBuilder- Returns:
- The errorMessage.
-
getErrorMessageBytes
public com.google.protobuf.ByteString getErrorMessageBytes()optional string error_message = 10;- Specified by:
getErrorMessageBytesin 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.SQLExecutionUIDataOrBuildermap<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;- Specified by:
getJobsCountin interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
containsJobs
public boolean containsJobs(long key) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;- Specified by:
containsJobsin interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getJobs
Deprecated.UsegetJobsMap()instead.- Specified by:
getJobsin interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getJobsMap
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;- Specified by:
getJobsMapin interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getJobsOrDefault
public StoreTypes.JobExecutionStatus getJobsOrDefault(long key, StoreTypes.JobExecutionStatus defaultValue) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;- Specified by:
getJobsOrDefaultin interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getJobsOrThrow
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;- Specified by:
getJobsOrThrowin interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getJobsValue
Deprecated.UsegetJobsValueMap()instead.- Specified by:
getJobsValuein interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getJobsValueMap
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;- Specified by:
getJobsValueMapin interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getJobsValueOrDefault
public int getJobsValueOrDefault(long key, int defaultValue) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;- Specified by:
getJobsValueOrDefaultin interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getJobsValueOrThrow
public int getJobsValueOrThrow(long key) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;- Specified by:
getJobsValueOrThrowin 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:
getStagesListin interfaceStoreTypes.SQLExecutionUIDataOrBuilder- Returns:
- A list containing the stages.
-
getStagesCount
public int getStagesCount()repeated int64 stages = 12;- Specified by:
getStagesCountin interfaceStoreTypes.SQLExecutionUIDataOrBuilder- Returns:
- The count of stages.
-
getStages
public long getStages(int index) repeated int64 stages = 12;- Specified by:
getStagesin 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:
getMetricValuesIsNullin 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.SQLExecutionUIDataOrBuildermap<int64, string> metric_values = 14;- Specified by:
getMetricValuesCountin interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
containsMetricValues
public boolean containsMetricValues(long key) map<int64, string> metric_values = 14;- Specified by:
containsMetricValuesin interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getMetricValues
Deprecated.UsegetMetricValuesMap()instead.- Specified by:
getMetricValuesin interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getMetricValuesMap
map<int64, string> metric_values = 14;- Specified by:
getMetricValuesMapin interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getMetricValuesOrDefault
map<int64, string> metric_values = 14;- Specified by:
getMetricValuesOrDefaultin interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getMetricValuesOrThrow
map<int64, string> metric_values = 14;- Specified by:
getMetricValuesOrThrowin 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;
-