public static interface StoreTypes.SparkPlanGraphNodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDesc()
optional string desc = 3; |
com.google.protobuf.ByteString |
getDescBytes()
optional string desc = 3; |
long |
getId()
int64 id = 1; |
StoreTypes.SQLPlanMetric |
getMetrics(int index)
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 4; |
int |
getMetricsCount()
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 4; |
java.util.List<StoreTypes.SQLPlanMetric> |
getMetricsList()
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 4; |
StoreTypes.SQLPlanMetricOrBuilder |
getMetricsOrBuilder(int index)
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 4; |
java.util.List<? extends StoreTypes.SQLPlanMetricOrBuilder> |
getMetricsOrBuilderList()
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 4; |
String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
boolean |
hasDesc()
optional string desc = 3; |
boolean |
hasName()
optional string name = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getId()
int64 id = 1;boolean hasName()
optional string name = 2;String getName()
optional string name = 2;com.google.protobuf.ByteString getNameBytes()
optional string name = 2;boolean hasDesc()
optional string desc = 3;String getDesc()
optional string desc = 3;com.google.protobuf.ByteString getDescBytes()
optional string desc = 3;java.util.List<StoreTypes.SQLPlanMetric> getMetricsList()
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 4;StoreTypes.SQLPlanMetric getMetrics(int index)
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 4;int getMetricsCount()
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 4;java.util.List<? extends StoreTypes.SQLPlanMetricOrBuilder> getMetricsOrBuilderList()
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 4;StoreTypes.SQLPlanMetricOrBuilder getMetricsOrBuilder(int index)
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 4;