public static final class UserBitShared.OperatorProfile.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.OperatorProfile.Builder> implements UserBitShared.OperatorProfileOrBuilder
exec.shared.OperatorProfile
Modifier and Type | Method and Description |
---|---|
UserBitShared.OperatorProfile.Builder |
addAllInputProfile(Iterable<? extends UserBitShared.StreamProfile> values)
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.OperatorProfile.Builder |
addAllMetric(Iterable<? extends UserBitShared.MetricValue> values)
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.OperatorProfile.Builder |
addInputProfile(int index,
UserBitShared.StreamProfile.Builder builderForValue)
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.OperatorProfile.Builder |
addInputProfile(int index,
UserBitShared.StreamProfile value)
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.OperatorProfile.Builder |
addInputProfile(UserBitShared.StreamProfile.Builder builderForValue)
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.OperatorProfile.Builder |
addInputProfile(UserBitShared.StreamProfile value)
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.StreamProfile.Builder |
addInputProfileBuilder()
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.StreamProfile.Builder |
addInputProfileBuilder(int index)
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.OperatorProfile.Builder |
addMetric(int index,
UserBitShared.MetricValue.Builder builderForValue)
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.OperatorProfile.Builder |
addMetric(int index,
UserBitShared.MetricValue value)
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.OperatorProfile.Builder |
addMetric(UserBitShared.MetricValue.Builder builderForValue)
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.OperatorProfile.Builder |
addMetric(UserBitShared.MetricValue value)
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.MetricValue.Builder |
addMetricBuilder()
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.MetricValue.Builder |
addMetricBuilder(int index)
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.OperatorProfile.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UserBitShared.OperatorProfile |
build() |
UserBitShared.OperatorProfile |
buildPartial() |
UserBitShared.OperatorProfile.Builder |
clear() |
UserBitShared.OperatorProfile.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
UserBitShared.OperatorProfile.Builder |
clearInputProfile()
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.OperatorProfile.Builder |
clearMetric()
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.OperatorProfile.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
UserBitShared.OperatorProfile.Builder |
clearOperatorId()
optional int32 operator_id = 3; |
UserBitShared.OperatorProfile.Builder |
clearOperatorType()
Deprecated.
|
UserBitShared.OperatorProfile.Builder |
clearOperatorTypeName()
optional string operator_type_name = 10; |
UserBitShared.OperatorProfile.Builder |
clearPeakLocalMemoryAllocated()
optional int64 peak_local_memory_allocated = 7; |
UserBitShared.OperatorProfile.Builder |
clearProcessNanos()
optional int64 process_nanos = 6; |
UserBitShared.OperatorProfile.Builder |
clearSetupNanos()
optional int64 setup_nanos = 5; |
UserBitShared.OperatorProfile.Builder |
clearWaitNanos()
optional int64 wait_nanos = 9; |
UserBitShared.OperatorProfile.Builder |
clone() |
UserBitShared.OperatorProfile |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
UserBitShared.StreamProfile |
getInputProfile(int index)
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.StreamProfile.Builder |
getInputProfileBuilder(int index)
repeated .exec.shared.StreamProfile input_profile = 1; |
List<UserBitShared.StreamProfile.Builder> |
getInputProfileBuilderList()
repeated .exec.shared.StreamProfile input_profile = 1; |
int |
getInputProfileCount()
repeated .exec.shared.StreamProfile input_profile = 1; |
List<UserBitShared.StreamProfile> |
getInputProfileList()
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.StreamProfileOrBuilder |
getInputProfileOrBuilder(int index)
repeated .exec.shared.StreamProfile input_profile = 1; |
List<? extends UserBitShared.StreamProfileOrBuilder> |
getInputProfileOrBuilderList()
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.MetricValue |
getMetric(int index)
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.MetricValue.Builder |
getMetricBuilder(int index)
repeated .exec.shared.MetricValue metric = 8; |
List<UserBitShared.MetricValue.Builder> |
getMetricBuilderList()
repeated .exec.shared.MetricValue metric = 8; |
int |
getMetricCount()
repeated .exec.shared.MetricValue metric = 8; |
List<UserBitShared.MetricValue> |
getMetricList()
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.MetricValueOrBuilder |
getMetricOrBuilder(int index)
repeated .exec.shared.MetricValue metric = 8; |
List<? extends UserBitShared.MetricValueOrBuilder> |
getMetricOrBuilderList()
repeated .exec.shared.MetricValue metric = 8; |
int |
getOperatorId()
optional int32 operator_id = 3; |
int |
getOperatorType()
Deprecated.
|
String |
getOperatorTypeName()
optional string operator_type_name = 10; |
com.google.protobuf.ByteString |
getOperatorTypeNameBytes()
optional string operator_type_name = 10; |
long |
getPeakLocalMemoryAllocated()
optional int64 peak_local_memory_allocated = 7; |
long |
getProcessNanos()
optional int64 process_nanos = 6; |
long |
getSetupNanos()
optional int64 setup_nanos = 5; |
long |
getWaitNanos()
optional int64 wait_nanos = 9; |
boolean |
hasOperatorId()
optional int32 operator_id = 3; |
boolean |
hasOperatorType()
Deprecated.
|
boolean |
hasOperatorTypeName()
optional string operator_type_name = 10; |
boolean |
hasPeakLocalMemoryAllocated()
optional int64 peak_local_memory_allocated = 7; |
boolean |
hasProcessNanos()
optional int64 process_nanos = 6; |
boolean |
hasSetupNanos()
optional int64 setup_nanos = 5; |
boolean |
hasWaitNanos()
optional int64 wait_nanos = 9; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
UserBitShared.OperatorProfile.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UserBitShared.OperatorProfile.Builder |
mergeFrom(com.google.protobuf.Message other) |
UserBitShared.OperatorProfile.Builder |
mergeFrom(UserBitShared.OperatorProfile other) |
UserBitShared.OperatorProfile.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
UserBitShared.OperatorProfile.Builder |
removeInputProfile(int index)
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.OperatorProfile.Builder |
removeMetric(int index)
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.OperatorProfile.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UserBitShared.OperatorProfile.Builder |
setInputProfile(int index,
UserBitShared.StreamProfile.Builder builderForValue)
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.OperatorProfile.Builder |
setInputProfile(int index,
UserBitShared.StreamProfile value)
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.OperatorProfile.Builder |
setMetric(int index,
UserBitShared.MetricValue.Builder builderForValue)
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.OperatorProfile.Builder |
setMetric(int index,
UserBitShared.MetricValue value)
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.OperatorProfile.Builder |
setOperatorId(int value)
optional int32 operator_id = 3; |
UserBitShared.OperatorProfile.Builder |
setOperatorType(int value)
Deprecated.
|
UserBitShared.OperatorProfile.Builder |
setOperatorTypeName(String value)
optional string operator_type_name = 10; |
UserBitShared.OperatorProfile.Builder |
setOperatorTypeNameBytes(com.google.protobuf.ByteString value)
optional string operator_type_name = 10; |
UserBitShared.OperatorProfile.Builder |
setPeakLocalMemoryAllocated(long value)
optional int64 peak_local_memory_allocated = 7; |
UserBitShared.OperatorProfile.Builder |
setProcessNanos(long value)
optional int64 process_nanos = 6; |
UserBitShared.OperatorProfile.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
UserBitShared.OperatorProfile.Builder |
setSetupNanos(long value)
optional int64 setup_nanos = 5; |
UserBitShared.OperatorProfile.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
UserBitShared.OperatorProfile.Builder |
setWaitNanos(long value)
optional int64 wait_nanos = 9; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.OperatorProfile.Builder>
public UserBitShared.OperatorProfile.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.OperatorProfile.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.OperatorProfile.Builder>
public UserBitShared.OperatorProfile getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public UserBitShared.OperatorProfile build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public UserBitShared.OperatorProfile buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public UserBitShared.OperatorProfile.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.OperatorProfile.Builder>
public UserBitShared.OperatorProfile.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.OperatorProfile.Builder>
public UserBitShared.OperatorProfile.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.OperatorProfile.Builder>
public UserBitShared.OperatorProfile.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.OperatorProfile.Builder>
public UserBitShared.OperatorProfile.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.OperatorProfile.Builder>
public UserBitShared.OperatorProfile.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.OperatorProfile.Builder>
public UserBitShared.OperatorProfile.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<UserBitShared.OperatorProfile.Builder>
public UserBitShared.OperatorProfile.Builder mergeFrom(UserBitShared.OperatorProfile other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.OperatorProfile.Builder>
public UserBitShared.OperatorProfile.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<UserBitShared.OperatorProfile.Builder>
IOException
public List<UserBitShared.StreamProfile> getInputProfileList()
repeated .exec.shared.StreamProfile input_profile = 1;
getInputProfileList
in interface UserBitShared.OperatorProfileOrBuilder
public int getInputProfileCount()
repeated .exec.shared.StreamProfile input_profile = 1;
getInputProfileCount
in interface UserBitShared.OperatorProfileOrBuilder
public UserBitShared.StreamProfile getInputProfile(int index)
repeated .exec.shared.StreamProfile input_profile = 1;
getInputProfile
in interface UserBitShared.OperatorProfileOrBuilder
public UserBitShared.OperatorProfile.Builder setInputProfile(int index, UserBitShared.StreamProfile value)
repeated .exec.shared.StreamProfile input_profile = 1;
public UserBitShared.OperatorProfile.Builder setInputProfile(int index, UserBitShared.StreamProfile.Builder builderForValue)
repeated .exec.shared.StreamProfile input_profile = 1;
public UserBitShared.OperatorProfile.Builder addInputProfile(UserBitShared.StreamProfile value)
repeated .exec.shared.StreamProfile input_profile = 1;
public UserBitShared.OperatorProfile.Builder addInputProfile(int index, UserBitShared.StreamProfile value)
repeated .exec.shared.StreamProfile input_profile = 1;
public UserBitShared.OperatorProfile.Builder addInputProfile(UserBitShared.StreamProfile.Builder builderForValue)
repeated .exec.shared.StreamProfile input_profile = 1;
public UserBitShared.OperatorProfile.Builder addInputProfile(int index, UserBitShared.StreamProfile.Builder builderForValue)
repeated .exec.shared.StreamProfile input_profile = 1;
public UserBitShared.OperatorProfile.Builder addAllInputProfile(Iterable<? extends UserBitShared.StreamProfile> values)
repeated .exec.shared.StreamProfile input_profile = 1;
public UserBitShared.OperatorProfile.Builder clearInputProfile()
repeated .exec.shared.StreamProfile input_profile = 1;
public UserBitShared.OperatorProfile.Builder removeInputProfile(int index)
repeated .exec.shared.StreamProfile input_profile = 1;
public UserBitShared.StreamProfile.Builder getInputProfileBuilder(int index)
repeated .exec.shared.StreamProfile input_profile = 1;
public UserBitShared.StreamProfileOrBuilder getInputProfileOrBuilder(int index)
repeated .exec.shared.StreamProfile input_profile = 1;
getInputProfileOrBuilder
in interface UserBitShared.OperatorProfileOrBuilder
public List<? extends UserBitShared.StreamProfileOrBuilder> getInputProfileOrBuilderList()
repeated .exec.shared.StreamProfile input_profile = 1;
getInputProfileOrBuilderList
in interface UserBitShared.OperatorProfileOrBuilder
public UserBitShared.StreamProfile.Builder addInputProfileBuilder()
repeated .exec.shared.StreamProfile input_profile = 1;
public UserBitShared.StreamProfile.Builder addInputProfileBuilder(int index)
repeated .exec.shared.StreamProfile input_profile = 1;
public List<UserBitShared.StreamProfile.Builder> getInputProfileBuilderList()
repeated .exec.shared.StreamProfile input_profile = 1;
public boolean hasOperatorId()
optional int32 operator_id = 3;
hasOperatorId
in interface UserBitShared.OperatorProfileOrBuilder
public int getOperatorId()
optional int32 operator_id = 3;
getOperatorId
in interface UserBitShared.OperatorProfileOrBuilder
public UserBitShared.OperatorProfile.Builder setOperatorId(int value)
optional int32 operator_id = 3;
value
- The operatorId to set.public UserBitShared.OperatorProfile.Builder clearOperatorId()
optional int32 operator_id = 3;
@Deprecated public boolean hasOperatorType()
optional int32 operator_type = 4 [deprecated = true];
hasOperatorType
in interface UserBitShared.OperatorProfileOrBuilder
@Deprecated public int getOperatorType()
optional int32 operator_type = 4 [deprecated = true];
getOperatorType
in interface UserBitShared.OperatorProfileOrBuilder
@Deprecated public UserBitShared.OperatorProfile.Builder setOperatorType(int value)
optional int32 operator_type = 4 [deprecated = true];
value
- The operatorType to set.@Deprecated public UserBitShared.OperatorProfile.Builder clearOperatorType()
optional int32 operator_type = 4 [deprecated = true];
public boolean hasSetupNanos()
optional int64 setup_nanos = 5;
hasSetupNanos
in interface UserBitShared.OperatorProfileOrBuilder
public long getSetupNanos()
optional int64 setup_nanos = 5;
getSetupNanos
in interface UserBitShared.OperatorProfileOrBuilder
public UserBitShared.OperatorProfile.Builder setSetupNanos(long value)
optional int64 setup_nanos = 5;
value
- The setupNanos to set.public UserBitShared.OperatorProfile.Builder clearSetupNanos()
optional int64 setup_nanos = 5;
public boolean hasProcessNanos()
optional int64 process_nanos = 6;
hasProcessNanos
in interface UserBitShared.OperatorProfileOrBuilder
public long getProcessNanos()
optional int64 process_nanos = 6;
getProcessNanos
in interface UserBitShared.OperatorProfileOrBuilder
public UserBitShared.OperatorProfile.Builder setProcessNanos(long value)
optional int64 process_nanos = 6;
value
- The processNanos to set.public UserBitShared.OperatorProfile.Builder clearProcessNanos()
optional int64 process_nanos = 6;
public boolean hasPeakLocalMemoryAllocated()
optional int64 peak_local_memory_allocated = 7;
hasPeakLocalMemoryAllocated
in interface UserBitShared.OperatorProfileOrBuilder
public long getPeakLocalMemoryAllocated()
optional int64 peak_local_memory_allocated = 7;
getPeakLocalMemoryAllocated
in interface UserBitShared.OperatorProfileOrBuilder
public UserBitShared.OperatorProfile.Builder setPeakLocalMemoryAllocated(long value)
optional int64 peak_local_memory_allocated = 7;
value
- The peakLocalMemoryAllocated to set.public UserBitShared.OperatorProfile.Builder clearPeakLocalMemoryAllocated()
optional int64 peak_local_memory_allocated = 7;
public List<UserBitShared.MetricValue> getMetricList()
repeated .exec.shared.MetricValue metric = 8;
getMetricList
in interface UserBitShared.OperatorProfileOrBuilder
public int getMetricCount()
repeated .exec.shared.MetricValue metric = 8;
getMetricCount
in interface UserBitShared.OperatorProfileOrBuilder
public UserBitShared.MetricValue getMetric(int index)
repeated .exec.shared.MetricValue metric = 8;
getMetric
in interface UserBitShared.OperatorProfileOrBuilder
public UserBitShared.OperatorProfile.Builder setMetric(int index, UserBitShared.MetricValue value)
repeated .exec.shared.MetricValue metric = 8;
public UserBitShared.OperatorProfile.Builder setMetric(int index, UserBitShared.MetricValue.Builder builderForValue)
repeated .exec.shared.MetricValue metric = 8;
public UserBitShared.OperatorProfile.Builder addMetric(UserBitShared.MetricValue value)
repeated .exec.shared.MetricValue metric = 8;
public UserBitShared.OperatorProfile.Builder addMetric(int index, UserBitShared.MetricValue value)
repeated .exec.shared.MetricValue metric = 8;
public UserBitShared.OperatorProfile.Builder addMetric(UserBitShared.MetricValue.Builder builderForValue)
repeated .exec.shared.MetricValue metric = 8;
public UserBitShared.OperatorProfile.Builder addMetric(int index, UserBitShared.MetricValue.Builder builderForValue)
repeated .exec.shared.MetricValue metric = 8;
public UserBitShared.OperatorProfile.Builder addAllMetric(Iterable<? extends UserBitShared.MetricValue> values)
repeated .exec.shared.MetricValue metric = 8;
public UserBitShared.OperatorProfile.Builder clearMetric()
repeated .exec.shared.MetricValue metric = 8;
public UserBitShared.OperatorProfile.Builder removeMetric(int index)
repeated .exec.shared.MetricValue metric = 8;
public UserBitShared.MetricValue.Builder getMetricBuilder(int index)
repeated .exec.shared.MetricValue metric = 8;
public UserBitShared.MetricValueOrBuilder getMetricOrBuilder(int index)
repeated .exec.shared.MetricValue metric = 8;
getMetricOrBuilder
in interface UserBitShared.OperatorProfileOrBuilder
public List<? extends UserBitShared.MetricValueOrBuilder> getMetricOrBuilderList()
repeated .exec.shared.MetricValue metric = 8;
getMetricOrBuilderList
in interface UserBitShared.OperatorProfileOrBuilder
public UserBitShared.MetricValue.Builder addMetricBuilder()
repeated .exec.shared.MetricValue metric = 8;
public UserBitShared.MetricValue.Builder addMetricBuilder(int index)
repeated .exec.shared.MetricValue metric = 8;
public List<UserBitShared.MetricValue.Builder> getMetricBuilderList()
repeated .exec.shared.MetricValue metric = 8;
public boolean hasWaitNanos()
optional int64 wait_nanos = 9;
hasWaitNanos
in interface UserBitShared.OperatorProfileOrBuilder
public long getWaitNanos()
optional int64 wait_nanos = 9;
getWaitNanos
in interface UserBitShared.OperatorProfileOrBuilder
public UserBitShared.OperatorProfile.Builder setWaitNanos(long value)
optional int64 wait_nanos = 9;
value
- The waitNanos to set.public UserBitShared.OperatorProfile.Builder clearWaitNanos()
optional int64 wait_nanos = 9;
public boolean hasOperatorTypeName()
optional string operator_type_name = 10;
hasOperatorTypeName
in interface UserBitShared.OperatorProfileOrBuilder
public String getOperatorTypeName()
optional string operator_type_name = 10;
getOperatorTypeName
in interface UserBitShared.OperatorProfileOrBuilder
public com.google.protobuf.ByteString getOperatorTypeNameBytes()
optional string operator_type_name = 10;
getOperatorTypeNameBytes
in interface UserBitShared.OperatorProfileOrBuilder
public UserBitShared.OperatorProfile.Builder setOperatorTypeName(String value)
optional string operator_type_name = 10;
value
- The operatorTypeName to set.public UserBitShared.OperatorProfile.Builder clearOperatorTypeName()
optional string operator_type_name = 10;
public UserBitShared.OperatorProfile.Builder setOperatorTypeNameBytes(com.google.protobuf.ByteString value)
optional string operator_type_name = 10;
value
- The bytes for operatorTypeName to set.public final UserBitShared.OperatorProfile.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.OperatorProfile.Builder>
public final UserBitShared.OperatorProfile.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.OperatorProfile.Builder>
Copyright © 1970 The Apache Software Foundation. All rights reserved.