public static final class ExecutorExecutionSummary.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ExecutorExecutionSummary.Builder> implements ExecutorExecutionSummaryOrBuilder
tipb.ExecutorExecutionSummary| Modifier and Type | Method and Description |
|---|---|
ExecutorExecutionSummary.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ExecutorExecutionSummary |
build() |
ExecutorExecutionSummary |
buildPartial() |
ExecutorExecutionSummary.Builder |
clear() |
ExecutorExecutionSummary.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ExecutorExecutionSummary.Builder |
clearNumIterations()
How many times executor's `next()` is called.
|
ExecutorExecutionSummary.Builder |
clearNumProducedRows()
How many rows this executor produced totally.
|
ExecutorExecutionSummary.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ExecutorExecutionSummary.Builder |
clearTimeProcessedNs()
Total time cost in this executor.
|
ExecutorExecutionSummary.Builder |
clone() |
ExecutorExecutionSummary |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getNumIterations()
How many times executor's `next()` is called.
|
long |
getNumProducedRows()
How many rows this executor produced totally.
|
long |
getTimeProcessedNs()
Total time cost in this executor.
|
boolean |
hasNumIterations()
How many times executor's `next()` is called.
|
boolean |
hasNumProducedRows()
How many rows this executor produced totally.
|
boolean |
hasTimeProcessedNs()
Total time cost in this executor.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ExecutorExecutionSummary.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ExecutorExecutionSummary.Builder |
mergeFrom(ExecutorExecutionSummary other) |
ExecutorExecutionSummary.Builder |
mergeFrom(com.google.protobuf.Message other) |
ExecutorExecutionSummary.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ExecutorExecutionSummary.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ExecutorExecutionSummary.Builder |
setNumIterations(long value)
How many times executor's `next()` is called.
|
ExecutorExecutionSummary.Builder |
setNumProducedRows(long value)
How many rows this executor produced totally.
|
ExecutorExecutionSummary.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ExecutorExecutionSummary.Builder |
setTimeProcessedNs(long value)
Total time cost in this executor.
|
ExecutorExecutionSummary.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutorExecutionSummary.Builder>public ExecutorExecutionSummary.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutorExecutionSummary.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutorExecutionSummary.Builder>public ExecutorExecutionSummary getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ExecutorExecutionSummary build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ExecutorExecutionSummary buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ExecutorExecutionSummary.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutorExecutionSummary.Builder>public ExecutorExecutionSummary.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutorExecutionSummary.Builder>public ExecutorExecutionSummary.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutorExecutionSummary.Builder>public ExecutorExecutionSummary.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutorExecutionSummary.Builder>public ExecutorExecutionSummary.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutorExecutionSummary.Builder>public ExecutorExecutionSummary.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutorExecutionSummary.Builder>public ExecutorExecutionSummary.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExecutorExecutionSummary.Builder>public ExecutorExecutionSummary.Builder mergeFrom(ExecutorExecutionSummary other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutorExecutionSummary.Builder>public ExecutorExecutionSummary.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExecutorExecutionSummary.Builder>IOExceptionpublic boolean hasTimeProcessedNs()
Total time cost in this executor. Includes self time cost and children time cost.
optional uint64 time_processed_ns = 1;hasTimeProcessedNs in interface ExecutorExecutionSummaryOrBuilderpublic long getTimeProcessedNs()
Total time cost in this executor. Includes self time cost and children time cost.
optional uint64 time_processed_ns = 1;getTimeProcessedNs in interface ExecutorExecutionSummaryOrBuilderpublic ExecutorExecutionSummary.Builder setTimeProcessedNs(long value)
Total time cost in this executor. Includes self time cost and children time cost.
optional uint64 time_processed_ns = 1;value - The timeProcessedNs to set.public ExecutorExecutionSummary.Builder clearTimeProcessedNs()
Total time cost in this executor. Includes self time cost and children time cost.
optional uint64 time_processed_ns = 1;public boolean hasNumProducedRows()
How many rows this executor produced totally.
optional uint64 num_produced_rows = 2;hasNumProducedRows in interface ExecutorExecutionSummaryOrBuilderpublic long getNumProducedRows()
How many rows this executor produced totally.
optional uint64 num_produced_rows = 2;getNumProducedRows in interface ExecutorExecutionSummaryOrBuilderpublic ExecutorExecutionSummary.Builder setNumProducedRows(long value)
How many rows this executor produced totally.
optional uint64 num_produced_rows = 2;value - The numProducedRows to set.public ExecutorExecutionSummary.Builder clearNumProducedRows()
How many rows this executor produced totally.
optional uint64 num_produced_rows = 2;public boolean hasNumIterations()
How many times executor's `next()` is called.
optional uint64 num_iterations = 3;hasNumIterations in interface ExecutorExecutionSummaryOrBuilderpublic long getNumIterations()
How many times executor's `next()` is called.
optional uint64 num_iterations = 3;getNumIterations in interface ExecutorExecutionSummaryOrBuilderpublic ExecutorExecutionSummary.Builder setNumIterations(long value)
How many times executor's `next()` is called.
optional uint64 num_iterations = 3;value - The numIterations to set.public ExecutorExecutionSummary.Builder clearNumIterations()
How many times executor's `next()` is called.
optional uint64 num_iterations = 3;public final ExecutorExecutionSummary.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutorExecutionSummary.Builder>public final ExecutorExecutionSummary.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutorExecutionSummary.Builder>Copyright © 2025 PingCAP. All rights reserved.