Package org.apache.spark.status.protobuf
Class StoreTypes.SQLPlanMetric.Builder
Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<StoreTypes.SQLPlanMetric.Builder>
org.apache.spark.status.protobuf.StoreTypes.SQLPlanMetric.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
,StoreTypes.SQLPlanMetricOrBuilder
- Enclosing class:
- StoreTypes.SQLPlanMetric
public static final class StoreTypes.SQLPlanMetric.Builder
extends com.google.protobuf.GeneratedMessage.Builder<StoreTypes.SQLPlanMetric.Builder>
implements StoreTypes.SQLPlanMetricOrBuilder
Protobuf type
org.apache.spark.status.protobuf.SQLPlanMetric
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
clear()
int64 accumulator_id = 2;
optional string metric_type = 3;
optional string name = 1;
long
int64 accumulator_id = 2;
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
optional string metric_type = 3;
com.google.protobuf.ByteString
optional string metric_type = 3;
getName()
optional string name = 1;
com.google.protobuf.ByteString
optional string name = 1;
boolean
optional string metric_type = 3;
boolean
hasName()
optional string name = 1;
final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) setAccumulatorId
(long value) int64 accumulator_id = 2;
setMetricType
(String value) optional string metric_type = 3;
setMetricTypeBytes
(com.google.protobuf.ByteString value) optional string metric_type = 3;
optional string name = 1;
setNameBytes
(com.google.protobuf.ByteString value) optional string name = 1;
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, mergeUnknownFields, newBuilderForField, setField, setRepeatedField, setUnknownFields
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessage.Builder<StoreTypes.SQLPlanMetric.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessage.Builder<StoreTypes.SQLPlanMetric.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<StoreTypes.SQLPlanMetric.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage.Builder<StoreTypes.SQLPlanMetric.Builder>
-
mergeFrom
public StoreTypes.SQLPlanMetric.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<StoreTypes.SQLPlanMetric.Builder>
- Throws:
IOException
-
hasName
public boolean hasName()optional string name = 1;
- Specified by:
hasName
in interfaceStoreTypes.SQLPlanMetricOrBuilder
- Returns:
- Whether the name field is set.
-
getName
optional string name = 1;
- Specified by:
getName
in interfaceStoreTypes.SQLPlanMetricOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()optional string name = 1;
- Specified by:
getNameBytes
in interfaceStoreTypes.SQLPlanMetricOrBuilder
- Returns:
- The bytes for name.
-
setName
optional string name = 1;
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
optional string name = 1;
- Returns:
- This builder for chaining.
-
setNameBytes
optional string name = 1;
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
getAccumulatorId
public long getAccumulatorId()int64 accumulator_id = 2;
- Specified by:
getAccumulatorId
in interfaceStoreTypes.SQLPlanMetricOrBuilder
- Returns:
- The accumulatorId.
-
setAccumulatorId
int64 accumulator_id = 2;
- Parameters:
value
- The accumulatorId to set.- Returns:
- This builder for chaining.
-
clearAccumulatorId
int64 accumulator_id = 2;
- Returns:
- This builder for chaining.
-
hasMetricType
public boolean hasMetricType()optional string metric_type = 3;
- Specified by:
hasMetricType
in interfaceStoreTypes.SQLPlanMetricOrBuilder
- Returns:
- Whether the metricType field is set.
-
getMetricType
optional string metric_type = 3;
- Specified by:
getMetricType
in interfaceStoreTypes.SQLPlanMetricOrBuilder
- Returns:
- The metricType.
-
getMetricTypeBytes
public com.google.protobuf.ByteString getMetricTypeBytes()optional string metric_type = 3;
- Specified by:
getMetricTypeBytes
in interfaceStoreTypes.SQLPlanMetricOrBuilder
- Returns:
- The bytes for metricType.
-
setMetricType
optional string metric_type = 3;
- Parameters:
value
- The metricType to set.- Returns:
- This builder for chaining.
-
clearMetricType
optional string metric_type = 3;
- Returns:
- This builder for chaining.
-
setMetricTypeBytes
optional string metric_type = 3;
- Parameters:
value
- The bytes for metricType to set.- Returns:
- This builder for chaining.
-