Package org.apache.spark.status.protobuf
Interface StoreTypes.SQLPlanMetricOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreTypes.SQLPlanMetric,StoreTypes.SQLPlanMetric.Builder
- Enclosing class:
- StoreTypes
public static interface StoreTypes.SQLPlanMetricOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongint64 accumulator_id = 2;optional string metric_type = 3;com.google.protobuf.ByteStringoptional string metric_type = 3;getName()optional string name = 1;com.google.protobuf.ByteStringoptional string name = 1;booleanoptional string metric_type = 3;booleanhasName()optional string name = 1;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
-
hasName
boolean hasName()optional string name = 1;- Returns:
- Whether the name field is set.
-
getName
String getName()optional string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 1;- Returns:
- The bytes for name.
-
getAccumulatorId
long getAccumulatorId()int64 accumulator_id = 2;- Returns:
- The accumulatorId.
-
hasMetricType
boolean hasMetricType()optional string metric_type = 3;- Returns:
- Whether the metricType field is set.
-
getMetricType
String getMetricType()optional string metric_type = 3;- Returns:
- The metricType.
-
getMetricTypeBytes
com.google.protobuf.ByteString getMetricTypeBytes()optional string metric_type = 3;- Returns:
- The bytes for metricType.
-