Interface StoreTypes.SQLExecutionUIDataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StoreTypes.SQLExecutionUIData, StoreTypes.SQLExecutionUIData.Builder
Enclosing class:
StoreTypes

public static interface StoreTypes.SQLExecutionUIDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getExecutionId

      long getExecutionId()
      int64 execution_id = 1;
      Returns:
      The executionId.
    • getRootExecutionId

      long getRootExecutionId()
      int64 root_execution_id = 2;
      Returns:
      The rootExecutionId.
    • hasDescription

      boolean hasDescription()
      optional string description = 3;
      Returns:
      Whether the description field is set.
    • getDescription

      String getDescription()
      optional string description = 3;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
      optional string description = 3;
      Returns:
      The bytes for description.
    • hasDetails

      boolean hasDetails()
      optional string details = 4;
      Returns:
      Whether the details field is set.
    • getDetails

      String getDetails()
      optional string details = 4;
      Returns:
      The details.
    • getDetailsBytes

      com.google.protobuf.ByteString getDetailsBytes()
      optional string details = 4;
      Returns:
      The bytes for details.
    • hasPhysicalPlanDescription

      boolean hasPhysicalPlanDescription()
      optional string physical_plan_description = 5;
      Returns:
      Whether the physicalPlanDescription field is set.
    • getPhysicalPlanDescription

      String getPhysicalPlanDescription()
      optional string physical_plan_description = 5;
      Returns:
      The physicalPlanDescription.
    • getPhysicalPlanDescriptionBytes

      com.google.protobuf.ByteString getPhysicalPlanDescriptionBytes()
      optional string physical_plan_description = 5;
      Returns:
      The bytes for physicalPlanDescription.
    • getModifiedConfigsCount

      int getModifiedConfigsCount()
      map<string, string> modified_configs = 6;
    • containsModifiedConfigs

      boolean containsModifiedConfigs(String key)
      map<string, string> modified_configs = 6;
    • getModifiedConfigs

      @Deprecated Map<String,String> getModifiedConfigs()
      Deprecated.
    • getModifiedConfigsMap

      Map<String,String> getModifiedConfigsMap()
      map<string, string> modified_configs = 6;
    • getModifiedConfigsOrDefault

      String getModifiedConfigsOrDefault(String key, String defaultValue)
      map<string, string> modified_configs = 6;
    • getModifiedConfigsOrThrow

      String getModifiedConfigsOrThrow(String key)
      map<string, string> modified_configs = 6;
    • getMetricsList

      List<StoreTypes.SQLPlanMetric> getMetricsList()
      repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
    • getMetrics

      StoreTypes.SQLPlanMetric getMetrics(int index)
      repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
    • getMetricsCount

      int getMetricsCount()
      repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
    • getMetricsOrBuilderList

      List<? extends StoreTypes.SQLPlanMetricOrBuilder> getMetricsOrBuilderList()
      repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
    • getMetricsOrBuilder

      StoreTypes.SQLPlanMetricOrBuilder getMetricsOrBuilder(int index)
      repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
    • getSubmissionTime

      long getSubmissionTime()
      int64 submission_time = 8;
      Returns:
      The submissionTime.
    • hasCompletionTime

      boolean hasCompletionTime()
      optional int64 completion_time = 9;
      Returns:
      Whether the completionTime field is set.
    • getCompletionTime

      long getCompletionTime()
      optional int64 completion_time = 9;
      Returns:
      The completionTime.
    • hasErrorMessage

      boolean hasErrorMessage()
      optional string error_message = 10;
      Returns:
      Whether the errorMessage field is set.
    • getErrorMessage

      String getErrorMessage()
      optional string error_message = 10;
      Returns:
      The errorMessage.
    • getErrorMessageBytes

      com.google.protobuf.ByteString getErrorMessageBytes()
      optional string error_message = 10;
      Returns:
      The bytes for errorMessage.
    • getJobsCount

      int getJobsCount()
      map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
    • containsJobs

      boolean containsJobs(long key)
      map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
    • getJobs

      Deprecated.
      Use getJobsMap() instead.
    • getJobsMap

      map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
    • getJobsOrDefault

      StoreTypes.JobExecutionStatus getJobsOrDefault(long key, StoreTypes.JobExecutionStatus defaultValue)
      map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
    • getJobsOrThrow

      StoreTypes.JobExecutionStatus getJobsOrThrow(long key)
      map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
    • getJobsValue

      @Deprecated Map<Long,Integer> getJobsValue()
      Deprecated.
      Use getJobsValueMap() instead.
    • getJobsValueMap

      Map<Long,Integer> getJobsValueMap()
      map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
    • getJobsValueOrDefault

      int getJobsValueOrDefault(long key, int defaultValue)
      map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
    • getJobsValueOrThrow

      int getJobsValueOrThrow(long key)
      map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
    • getStagesList

      List<Long> getStagesList()
      repeated int64 stages = 12;
      Returns:
      A list containing the stages.
    • getStagesCount

      int getStagesCount()
      repeated int64 stages = 12;
      Returns:
      The count of stages.
    • getStages

      long getStages(int index)
      repeated int64 stages = 12;
      Parameters:
      index - The index of the element to return.
      Returns:
      The stages at the given index.
    • getMetricValuesIsNull

      boolean getMetricValuesIsNull()
      bool metric_values_is_null = 13;
      Returns:
      The metricValuesIsNull.
    • getMetricValuesCount

      int getMetricValuesCount()
      map<int64, string> metric_values = 14;
    • containsMetricValues

      boolean containsMetricValues(long key)
      map<int64, string> metric_values = 14;
    • getMetricValues

      @Deprecated Map<Long,String> getMetricValues()
      Deprecated.
    • getMetricValuesMap

      Map<Long,String> getMetricValuesMap()
      map<int64, string> metric_values = 14;
    • getMetricValuesOrDefault

      String getMetricValuesOrDefault(long key, String defaultValue)
      map<int64, string> metric_values = 14;
    • getMetricValuesOrThrow

      String getMetricValuesOrThrow(long key)
      map<int64, string> metric_values = 14;