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;longint64 accumulator_id = 2;static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.Descriptoroptional 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;final booleanmergeFrom(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, setUnknownFieldsMethods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom, mergeDelimitedFrom, mergeFromMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods 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:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<StoreTypes.SQLPlanMetric.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<StoreTypes.SQLPlanMetric.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<StoreTypes.SQLPlanMetric.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin 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:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<StoreTypes.SQLPlanMetric.Builder>- Throws:
IOException
-
hasName
public boolean hasName()optional string name = 1;- Specified by:
hasNamein interfaceStoreTypes.SQLPlanMetricOrBuilder- Returns:
- Whether the name field is set.
-
getName
optional string name = 1;- Specified by:
getNamein interfaceStoreTypes.SQLPlanMetricOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()optional string name = 1;- Specified by:
getNameBytesin 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:
getAccumulatorIdin 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:
hasMetricTypein interfaceStoreTypes.SQLPlanMetricOrBuilder- Returns:
- Whether the metricType field is set.
-
getMetricType
optional string metric_type = 3;- Specified by:
getMetricTypein interfaceStoreTypes.SQLPlanMetricOrBuilder- Returns:
- The metricType.
-
getMetricTypeBytes
public com.google.protobuf.ByteString getMetricTypeBytes()optional string metric_type = 3;- Specified by:
getMetricTypeBytesin 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.
-