Package org.apache.spark.status.protobuf
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 TypeMethodDescriptiongetDesc()
optional string desc = 3;
com.google.protobuf.ByteString
optional string desc = 3;
long
getId()
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;
getMetricsOrBuilder
(int index) repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 4;
List<? extends StoreTypes.SQLPlanMetricOrBuilder>
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 4;
getName()
optional string name = 2;
com.google.protobuf.ByteString
optional string name = 2;
boolean
hasDesc()
optional string desc = 3;
boolean
hasName()
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
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
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 4;
-