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