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.ByteStringoptional string desc = 3;longgetId()int64 id = 1;getMetrics(int index) repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 4;intrepeated .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.ByteStringoptional string name = 2;booleanhasDesc()optional string desc = 3;booleanhasName()optional string name = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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;
-