Interface StoreTypes.SparkPlanGraphNodeOrBuilder

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

public static interface StoreTypes.SparkPlanGraphNodeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string desc = 3;
    com.google.protobuf.ByteString
    optional string desc = 3;
    long
    int64 id = 1;
    getMetrics(int index)
    repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 4;
    int
    repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 4;
    repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 4;
    repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 4;
    repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 4;
    optional string name = 2;
    com.google.protobuf.ByteString
    optional string name = 2;
    boolean
    optional string desc = 3;
    boolean
    optional string name = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 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.
    • getMetricsList

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

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

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

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

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