Interface StoreTypes.SparkPlanGraphClusterWrapperOrBuilder

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

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

    • getId

      long getId()
      int64 id = 1;
      Returns:
      The id.
    • hasName

      boolean hasName()
      optional string name = 2;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
      optional string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      optional string name = 2;
      Returns:
      The bytes for name.
    • hasDesc

      boolean hasDesc()
      optional string desc = 3;
      Returns:
      Whether the desc field is set.
    • getDesc

      String getDesc()
      optional string desc = 3;
      Returns:
      The desc.
    • getDescBytes

      com.google.protobuf.ByteString getDescBytes()
      optional string desc = 3;
      Returns:
      The bytes for desc.
    • getNodesList

      repeated .org.apache.spark.status.protobuf.SparkPlanGraphNodeWrapper nodes = 4;
    • getNodes

      repeated .org.apache.spark.status.protobuf.SparkPlanGraphNodeWrapper nodes = 4;
    • getNodesCount

      int getNodesCount()
      repeated .org.apache.spark.status.protobuf.SparkPlanGraphNodeWrapper nodes = 4;
    • getNodesOrBuilderList

      List<? extends StoreTypes.SparkPlanGraphNodeWrapperOrBuilder> getNodesOrBuilderList()
      repeated .org.apache.spark.status.protobuf.SparkPlanGraphNodeWrapper nodes = 4;
    • getNodesOrBuilder

      StoreTypes.SparkPlanGraphNodeWrapperOrBuilder getNodesOrBuilder(int index)
      repeated .org.apache.spark.status.protobuf.SparkPlanGraphNodeWrapper nodes = 4;
    • getMetricsList

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

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

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

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

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