All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cz.proto.LocalSortSummary Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: job.proto

package cz.proto;

/**
 * Protobuf type {@code cz.proto.LocalSortSummary}
 */
public final class LocalSortSummary extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:cz.proto.LocalSortSummary)
    LocalSortSummaryOrBuilder {
private static final long serialVersionUID = 0L;
  // Use LocalSortSummary.newBuilder() to construct.
  private LocalSortSummary(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private LocalSortSummary() {
  }

  @java.lang.Override
  @SuppressWarnings({"unused"})
  protected java.lang.Object newInstance(
      UnusedPrivateParameter unused) {
    return new LocalSortSummary();
  }

  @java.lang.Override
  public final com.google.protobuf.UnknownFieldSet
  getUnknownFields() {
    return this.unknownFields;
  }
  private LocalSortSummary(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    this();
    if (extensionRegistry == null) {
      throw new java.lang.NullPointerException();
    }
    com.google.protobuf.UnknownFieldSet.Builder unknownFields =
        com.google.protobuf.UnknownFieldSet.newBuilder();
    try {
      boolean done = false;
      while (!done) {
        int tag = input.readTag();
        switch (tag) {
          case 0:
            done = true;
            break;
          case 10: {
            cz.proto.OperatorStatistics.Builder subBuilder = null;
            if (genRunWallTimeNs_ != null) {
              subBuilder = genRunWallTimeNs_.toBuilder();
            }
            genRunWallTimeNs_ = input.readMessage(cz.proto.OperatorStatistics.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom(genRunWallTimeNs_);
              genRunWallTimeNs_ = subBuilder.buildPartial();
            }

            break;
          }
          case 18: {
            cz.proto.OperatorStatistics.Builder subBuilder = null;
            if (genRunCpuTimeNs_ != null) {
              subBuilder = genRunCpuTimeNs_.toBuilder();
            }
            genRunCpuTimeNs_ = input.readMessage(cz.proto.OperatorStatistics.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom(genRunCpuTimeNs_);
              genRunCpuTimeNs_ = subBuilder.buildPartial();
            }

            break;
          }
          case 26: {
            cz.proto.OperatorStatistics.Builder subBuilder = null;
            if (mergeRunWallTimeNs_ != null) {
              subBuilder = mergeRunWallTimeNs_.toBuilder();
            }
            mergeRunWallTimeNs_ = input.readMessage(cz.proto.OperatorStatistics.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom(mergeRunWallTimeNs_);
              mergeRunWallTimeNs_ = subBuilder.buildPartial();
            }

            break;
          }
          case 34: {
            cz.proto.OperatorStatistics.Builder subBuilder = null;
            if (mergeRunCpuTimeNs_ != null) {
              subBuilder = mergeRunCpuTimeNs_.toBuilder();
            }
            mergeRunCpuTimeNs_ = input.readMessage(cz.proto.OperatorStatistics.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom(mergeRunCpuTimeNs_);
              mergeRunCpuTimeNs_ = subBuilder.buildPartial();
            }

            break;
          }
          default: {
            if (!parseUnknownField(
                input, unknownFields, extensionRegistry, tag)) {
              done = true;
            }
            break;
          }
        }
      }
    } catch (com.google.protobuf.InvalidProtocolBufferException e) {
      throw e.setUnfinishedMessage(this);
    } catch (java.io.IOException e) {
      throw new com.google.protobuf.InvalidProtocolBufferException(
          e).setUnfinishedMessage(this);
    } finally {
      this.unknownFields = unknownFields.build();
      makeExtensionsImmutable();
    }
  }
  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return cz.proto.JobProto.internal_static_cz_proto_LocalSortSummary_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return cz.proto.JobProto.internal_static_cz_proto_LocalSortSummary_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            cz.proto.LocalSortSummary.class, cz.proto.LocalSortSummary.Builder.class);
  }

  public static final int GEN_RUN_WALL_TIME_NS_FIELD_NUMBER = 1;
  private cz.proto.OperatorStatistics genRunWallTimeNs_;
  /**
   * .cz.proto.OperatorStatistics gen_run_wall_time_ns = 1;
   * @return Whether the genRunWallTimeNs field is set.
   */
  @java.lang.Override
  public boolean hasGenRunWallTimeNs() {
    return genRunWallTimeNs_ != null;
  }
  /**
   * .cz.proto.OperatorStatistics gen_run_wall_time_ns = 1;
   * @return The genRunWallTimeNs.
   */
  @java.lang.Override
  public cz.proto.OperatorStatistics getGenRunWallTimeNs() {
    return genRunWallTimeNs_ == null ? cz.proto.OperatorStatistics.getDefaultInstance() : genRunWallTimeNs_;
  }
  /**
   * .cz.proto.OperatorStatistics gen_run_wall_time_ns = 1;
   */
  @java.lang.Override
  public cz.proto.OperatorStatisticsOrBuilder getGenRunWallTimeNsOrBuilder() {
    return getGenRunWallTimeNs();
  }

  public static final int GEN_RUN_CPU_TIME_NS_FIELD_NUMBER = 2;
  private cz.proto.OperatorStatistics genRunCpuTimeNs_;
  /**
   * .cz.proto.OperatorStatistics gen_run_cpu_time_ns = 2;
   * @return Whether the genRunCpuTimeNs field is set.
   */
  @java.lang.Override
  public boolean hasGenRunCpuTimeNs() {
    return genRunCpuTimeNs_ != null;
  }
  /**
   * .cz.proto.OperatorStatistics gen_run_cpu_time_ns = 2;
   * @return The genRunCpuTimeNs.
   */
  @java.lang.Override
  public cz.proto.OperatorStatistics getGenRunCpuTimeNs() {
    return genRunCpuTimeNs_ == null ? cz.proto.OperatorStatistics.getDefaultInstance() : genRunCpuTimeNs_;
  }
  /**
   * .cz.proto.OperatorStatistics gen_run_cpu_time_ns = 2;
   */
  @java.lang.Override
  public cz.proto.OperatorStatisticsOrBuilder getGenRunCpuTimeNsOrBuilder() {
    return getGenRunCpuTimeNs();
  }

  public static final int MERGE_RUN_WALL_TIME_NS_FIELD_NUMBER = 3;
  private cz.proto.OperatorStatistics mergeRunWallTimeNs_;
  /**
   * .cz.proto.OperatorStatistics merge_run_wall_time_ns = 3;
   * @return Whether the mergeRunWallTimeNs field is set.
   */
  @java.lang.Override
  public boolean hasMergeRunWallTimeNs() {
    return mergeRunWallTimeNs_ != null;
  }
  /**
   * .cz.proto.OperatorStatistics merge_run_wall_time_ns = 3;
   * @return The mergeRunWallTimeNs.
   */
  @java.lang.Override
  public cz.proto.OperatorStatistics getMergeRunWallTimeNs() {
    return mergeRunWallTimeNs_ == null ? cz.proto.OperatorStatistics.getDefaultInstance() : mergeRunWallTimeNs_;
  }
  /**
   * .cz.proto.OperatorStatistics merge_run_wall_time_ns = 3;
   */
  @java.lang.Override
  public cz.proto.OperatorStatisticsOrBuilder getMergeRunWallTimeNsOrBuilder() {
    return getMergeRunWallTimeNs();
  }

  public static final int MERGE_RUN_CPU_TIME_NS_FIELD_NUMBER = 4;
  private cz.proto.OperatorStatistics mergeRunCpuTimeNs_;
  /**
   * .cz.proto.OperatorStatistics merge_run_cpu_time_ns = 4;
   * @return Whether the mergeRunCpuTimeNs field is set.
   */
  @java.lang.Override
  public boolean hasMergeRunCpuTimeNs() {
    return mergeRunCpuTimeNs_ != null;
  }
  /**
   * .cz.proto.OperatorStatistics merge_run_cpu_time_ns = 4;
   * @return The mergeRunCpuTimeNs.
   */
  @java.lang.Override
  public cz.proto.OperatorStatistics getMergeRunCpuTimeNs() {
    return mergeRunCpuTimeNs_ == null ? cz.proto.OperatorStatistics.getDefaultInstance() : mergeRunCpuTimeNs_;
  }
  /**
   * .cz.proto.OperatorStatistics merge_run_cpu_time_ns = 4;
   */
  @java.lang.Override
  public cz.proto.OperatorStatisticsOrBuilder getMergeRunCpuTimeNsOrBuilder() {
    return getMergeRunCpuTimeNs();
  }

  private byte memoizedIsInitialized = -1;
  @java.lang.Override
  public final boolean isInitialized() {
    byte isInitialized = memoizedIsInitialized;
    if (isInitialized == 1) return true;
    if (isInitialized == 0) return false;

    memoizedIsInitialized = 1;
    return true;
  }

  @java.lang.Override
  public void writeTo(com.google.protobuf.CodedOutputStream output)
                      throws java.io.IOException {
    if (genRunWallTimeNs_ != null) {
      output.writeMessage(1, getGenRunWallTimeNs());
    }
    if (genRunCpuTimeNs_ != null) {
      output.writeMessage(2, getGenRunCpuTimeNs());
    }
    if (mergeRunWallTimeNs_ != null) {
      output.writeMessage(3, getMergeRunWallTimeNs());
    }
    if (mergeRunCpuTimeNs_ != null) {
      output.writeMessage(4, getMergeRunCpuTimeNs());
    }
    unknownFields.writeTo(output);
  }

  @java.lang.Override
  public int getSerializedSize() {
    int size = memoizedSize;
    if (size != -1) return size;

    size = 0;
    if (genRunWallTimeNs_ != null) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(1, getGenRunWallTimeNs());
    }
    if (genRunCpuTimeNs_ != null) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(2, getGenRunCpuTimeNs());
    }
    if (mergeRunWallTimeNs_ != null) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(3, getMergeRunWallTimeNs());
    }
    if (mergeRunCpuTimeNs_ != null) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(4, getMergeRunCpuTimeNs());
    }
    size += unknownFields.getSerializedSize();
    memoizedSize = size;
    return size;
  }

  @java.lang.Override
  public boolean equals(final java.lang.Object obj) {
    if (obj == this) {
     return true;
    }
    if (!(obj instanceof cz.proto.LocalSortSummary)) {
      return super.equals(obj);
    }
    cz.proto.LocalSortSummary other = (cz.proto.LocalSortSummary) obj;

    if (hasGenRunWallTimeNs() != other.hasGenRunWallTimeNs()) return false;
    if (hasGenRunWallTimeNs()) {
      if (!getGenRunWallTimeNs()
          .equals(other.getGenRunWallTimeNs())) return false;
    }
    if (hasGenRunCpuTimeNs() != other.hasGenRunCpuTimeNs()) return false;
    if (hasGenRunCpuTimeNs()) {
      if (!getGenRunCpuTimeNs()
          .equals(other.getGenRunCpuTimeNs())) return false;
    }
    if (hasMergeRunWallTimeNs() != other.hasMergeRunWallTimeNs()) return false;
    if (hasMergeRunWallTimeNs()) {
      if (!getMergeRunWallTimeNs()
          .equals(other.getMergeRunWallTimeNs())) return false;
    }
    if (hasMergeRunCpuTimeNs() != other.hasMergeRunCpuTimeNs()) return false;
    if (hasMergeRunCpuTimeNs()) {
      if (!getMergeRunCpuTimeNs()
          .equals(other.getMergeRunCpuTimeNs())) return false;
    }
    if (!unknownFields.equals(other.unknownFields)) return false;
    return true;
  }

  @java.lang.Override
  public int hashCode() {
    if (memoizedHashCode != 0) {
      return memoizedHashCode;
    }
    int hash = 41;
    hash = (19 * hash) + getDescriptor().hashCode();
    if (hasGenRunWallTimeNs()) {
      hash = (37 * hash) + GEN_RUN_WALL_TIME_NS_FIELD_NUMBER;
      hash = (53 * hash) + getGenRunWallTimeNs().hashCode();
    }
    if (hasGenRunCpuTimeNs()) {
      hash = (37 * hash) + GEN_RUN_CPU_TIME_NS_FIELD_NUMBER;
      hash = (53 * hash) + getGenRunCpuTimeNs().hashCode();
    }
    if (hasMergeRunWallTimeNs()) {
      hash = (37 * hash) + MERGE_RUN_WALL_TIME_NS_FIELD_NUMBER;
      hash = (53 * hash) + getMergeRunWallTimeNs().hashCode();
    }
    if (hasMergeRunCpuTimeNs()) {
      hash = (37 * hash) + MERGE_RUN_CPU_TIME_NS_FIELD_NUMBER;
      hash = (53 * hash) + getMergeRunCpuTimeNs().hashCode();
    }
    hash = (29 * hash) + unknownFields.hashCode();
    memoizedHashCode = hash;
    return hash;
  }

  public static cz.proto.LocalSortSummary parseFrom(
      java.nio.ByteBuffer data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static cz.proto.LocalSortSummary parseFrom(
      java.nio.ByteBuffer data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static cz.proto.LocalSortSummary parseFrom(
      com.google.protobuf.ByteString data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static cz.proto.LocalSortSummary parseFrom(
      com.google.protobuf.ByteString data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static cz.proto.LocalSortSummary parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static cz.proto.LocalSortSummary parseFrom(
      byte[] data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static cz.proto.LocalSortSummary parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static cz.proto.LocalSortSummary parseFrom(
      java.io.InputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input, extensionRegistry);
  }
  public static cz.proto.LocalSortSummary parseDelimitedFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input);
  }
  public static cz.proto.LocalSortSummary parseDelimitedFrom(
      java.io.InputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
  }
  public static cz.proto.LocalSortSummary parseFrom(
      com.google.protobuf.CodedInputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static cz.proto.LocalSortSummary parseFrom(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input, extensionRegistry);
  }

  @java.lang.Override
  public Builder newBuilderForType() { return newBuilder(); }
  public static Builder newBuilder() {
    return DEFAULT_INSTANCE.toBuilder();
  }
  public static Builder newBuilder(cz.proto.LocalSortSummary prototype) {
    return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
  }
  @java.lang.Override
  public Builder toBuilder() {
    return this == DEFAULT_INSTANCE
        ? new Builder() : new Builder().mergeFrom(this);
  }

  @java.lang.Override
  protected Builder newBuilderForType(
      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
    Builder builder = new Builder(parent);
    return builder;
  }
  /**
   * Protobuf type {@code cz.proto.LocalSortSummary}
   */
  public static final class Builder extends
      com.google.protobuf.GeneratedMessageV3.Builder implements
      // @@protoc_insertion_point(builder_implements:cz.proto.LocalSortSummary)
      cz.proto.LocalSortSummaryOrBuilder {
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return cz.proto.JobProto.internal_static_cz_proto_LocalSortSummary_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return cz.proto.JobProto.internal_static_cz_proto_LocalSortSummary_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              cz.proto.LocalSortSummary.class, cz.proto.LocalSortSummary.Builder.class);
    }

    // Construct using cz.proto.LocalSortSummary.newBuilder()
    private Builder() {
      maybeForceBuilderInitialization();
    }

    private Builder(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      super(parent);
      maybeForceBuilderInitialization();
    }
    private void maybeForceBuilderInitialization() {
      if (com.google.protobuf.GeneratedMessageV3
              .alwaysUseFieldBuilders) {
      }
    }
    @java.lang.Override
    public Builder clear() {
      super.clear();
      if (genRunWallTimeNsBuilder_ == null) {
        genRunWallTimeNs_ = null;
      } else {
        genRunWallTimeNs_ = null;
        genRunWallTimeNsBuilder_ = null;
      }
      if (genRunCpuTimeNsBuilder_ == null) {
        genRunCpuTimeNs_ = null;
      } else {
        genRunCpuTimeNs_ = null;
        genRunCpuTimeNsBuilder_ = null;
      }
      if (mergeRunWallTimeNsBuilder_ == null) {
        mergeRunWallTimeNs_ = null;
      } else {
        mergeRunWallTimeNs_ = null;
        mergeRunWallTimeNsBuilder_ = null;
      }
      if (mergeRunCpuTimeNsBuilder_ == null) {
        mergeRunCpuTimeNs_ = null;
      } else {
        mergeRunCpuTimeNs_ = null;
        mergeRunCpuTimeNsBuilder_ = null;
      }
      return this;
    }

    @java.lang.Override
    public com.google.protobuf.Descriptors.Descriptor
        getDescriptorForType() {
      return cz.proto.JobProto.internal_static_cz_proto_LocalSortSummary_descriptor;
    }

    @java.lang.Override
    public cz.proto.LocalSortSummary getDefaultInstanceForType() {
      return cz.proto.LocalSortSummary.getDefaultInstance();
    }

    @java.lang.Override
    public cz.proto.LocalSortSummary build() {
      cz.proto.LocalSortSummary result = buildPartial();
      if (!result.isInitialized()) {
        throw newUninitializedMessageException(result);
      }
      return result;
    }

    @java.lang.Override
    public cz.proto.LocalSortSummary buildPartial() {
      cz.proto.LocalSortSummary result = new cz.proto.LocalSortSummary(this);
      if (genRunWallTimeNsBuilder_ == null) {
        result.genRunWallTimeNs_ = genRunWallTimeNs_;
      } else {
        result.genRunWallTimeNs_ = genRunWallTimeNsBuilder_.build();
      }
      if (genRunCpuTimeNsBuilder_ == null) {
        result.genRunCpuTimeNs_ = genRunCpuTimeNs_;
      } else {
        result.genRunCpuTimeNs_ = genRunCpuTimeNsBuilder_.build();
      }
      if (mergeRunWallTimeNsBuilder_ == null) {
        result.mergeRunWallTimeNs_ = mergeRunWallTimeNs_;
      } else {
        result.mergeRunWallTimeNs_ = mergeRunWallTimeNsBuilder_.build();
      }
      if (mergeRunCpuTimeNsBuilder_ == null) {
        result.mergeRunCpuTimeNs_ = mergeRunCpuTimeNs_;
      } else {
        result.mergeRunCpuTimeNs_ = mergeRunCpuTimeNsBuilder_.build();
      }
      onBuilt();
      return result;
    }

    @java.lang.Override
    public Builder clone() {
      return super.clone();
    }
    @java.lang.Override
    public Builder setField(
        com.google.protobuf.Descriptors.FieldDescriptor field,
        java.lang.Object value) {
      return super.setField(field, value);
    }
    @java.lang.Override
    public Builder clearField(
        com.google.protobuf.Descriptors.FieldDescriptor field) {
      return super.clearField(field);
    }
    @java.lang.Override
    public Builder clearOneof(
        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
      return super.clearOneof(oneof);
    }
    @java.lang.Override
    public Builder setRepeatedField(
        com.google.protobuf.Descriptors.FieldDescriptor field,
        int index, java.lang.Object value) {
      return super.setRepeatedField(field, index, value);
    }
    @java.lang.Override
    public Builder addRepeatedField(
        com.google.protobuf.Descriptors.FieldDescriptor field,
        java.lang.Object value) {
      return super.addRepeatedField(field, value);
    }
    @java.lang.Override
    public Builder mergeFrom(com.google.protobuf.Message other) {
      if (other instanceof cz.proto.LocalSortSummary) {
        return mergeFrom((cz.proto.LocalSortSummary)other);
      } else {
        super.mergeFrom(other);
        return this;
      }
    }

    public Builder mergeFrom(cz.proto.LocalSortSummary other) {
      if (other == cz.proto.LocalSortSummary.getDefaultInstance()) return this;
      if (other.hasGenRunWallTimeNs()) {
        mergeGenRunWallTimeNs(other.getGenRunWallTimeNs());
      }
      if (other.hasGenRunCpuTimeNs()) {
        mergeGenRunCpuTimeNs(other.getGenRunCpuTimeNs());
      }
      if (other.hasMergeRunWallTimeNs()) {
        mergeMergeRunWallTimeNs(other.getMergeRunWallTimeNs());
      }
      if (other.hasMergeRunCpuTimeNs()) {
        mergeMergeRunCpuTimeNs(other.getMergeRunCpuTimeNs());
      }
      this.mergeUnknownFields(other.unknownFields);
      onChanged();
      return this;
    }

    @java.lang.Override
    public final boolean isInitialized() {
      return true;
    }

    @java.lang.Override
    public Builder mergeFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      cz.proto.LocalSortSummary parsedMessage = null;
      try {
        parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        parsedMessage = (cz.proto.LocalSortSummary) e.getUnfinishedMessage();
        throw e.unwrapIOException();
      } finally {
        if (parsedMessage != null) {
          mergeFrom(parsedMessage);
        }
      }
      return this;
    }

    private cz.proto.OperatorStatistics genRunWallTimeNs_;
    private com.google.protobuf.SingleFieldBuilderV3<
        cz.proto.OperatorStatistics, cz.proto.OperatorStatistics.Builder, cz.proto.OperatorStatisticsOrBuilder> genRunWallTimeNsBuilder_;
    /**
     * .cz.proto.OperatorStatistics gen_run_wall_time_ns = 1;
     * @return Whether the genRunWallTimeNs field is set.
     */
    public boolean hasGenRunWallTimeNs() {
      return genRunWallTimeNsBuilder_ != null || genRunWallTimeNs_ != null;
    }
    /**
     * .cz.proto.OperatorStatistics gen_run_wall_time_ns = 1;
     * @return The genRunWallTimeNs.
     */
    public cz.proto.OperatorStatistics getGenRunWallTimeNs() {
      if (genRunWallTimeNsBuilder_ == null) {
        return genRunWallTimeNs_ == null ? cz.proto.OperatorStatistics.getDefaultInstance() : genRunWallTimeNs_;
      } else {
        return genRunWallTimeNsBuilder_.getMessage();
      }
    }
    /**
     * .cz.proto.OperatorStatistics gen_run_wall_time_ns = 1;
     */
    public Builder setGenRunWallTimeNs(cz.proto.OperatorStatistics value) {
      if (genRunWallTimeNsBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        genRunWallTimeNs_ = value;
        onChanged();
      } else {
        genRunWallTimeNsBuilder_.setMessage(value);
      }

      return this;
    }
    /**
     * .cz.proto.OperatorStatistics gen_run_wall_time_ns = 1;
     */
    public Builder setGenRunWallTimeNs(
        cz.proto.OperatorStatistics.Builder builderForValue) {
      if (genRunWallTimeNsBuilder_ == null) {
        genRunWallTimeNs_ = builderForValue.build();
        onChanged();
      } else {
        genRunWallTimeNsBuilder_.setMessage(builderForValue.build());
      }

      return this;
    }
    /**
     * .cz.proto.OperatorStatistics gen_run_wall_time_ns = 1;
     */
    public Builder mergeGenRunWallTimeNs(cz.proto.OperatorStatistics value) {
      if (genRunWallTimeNsBuilder_ == null) {
        if (genRunWallTimeNs_ != null) {
          genRunWallTimeNs_ =
            cz.proto.OperatorStatistics.newBuilder(genRunWallTimeNs_).mergeFrom(value).buildPartial();
        } else {
          genRunWallTimeNs_ = value;
        }
        onChanged();
      } else {
        genRunWallTimeNsBuilder_.mergeFrom(value);
      }

      return this;
    }
    /**
     * .cz.proto.OperatorStatistics gen_run_wall_time_ns = 1;
     */
    public Builder clearGenRunWallTimeNs() {
      if (genRunWallTimeNsBuilder_ == null) {
        genRunWallTimeNs_ = null;
        onChanged();
      } else {
        genRunWallTimeNs_ = null;
        genRunWallTimeNsBuilder_ = null;
      }

      return this;
    }
    /**
     * .cz.proto.OperatorStatistics gen_run_wall_time_ns = 1;
     */
    public cz.proto.OperatorStatistics.Builder getGenRunWallTimeNsBuilder() {
      
      onChanged();
      return getGenRunWallTimeNsFieldBuilder().getBuilder();
    }
    /**
     * .cz.proto.OperatorStatistics gen_run_wall_time_ns = 1;
     */
    public cz.proto.OperatorStatisticsOrBuilder getGenRunWallTimeNsOrBuilder() {
      if (genRunWallTimeNsBuilder_ != null) {
        return genRunWallTimeNsBuilder_.getMessageOrBuilder();
      } else {
        return genRunWallTimeNs_ == null ?
            cz.proto.OperatorStatistics.getDefaultInstance() : genRunWallTimeNs_;
      }
    }
    /**
     * .cz.proto.OperatorStatistics gen_run_wall_time_ns = 1;
     */
    private com.google.protobuf.SingleFieldBuilderV3<
        cz.proto.OperatorStatistics, cz.proto.OperatorStatistics.Builder, cz.proto.OperatorStatisticsOrBuilder> 
        getGenRunWallTimeNsFieldBuilder() {
      if (genRunWallTimeNsBuilder_ == null) {
        genRunWallTimeNsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
            cz.proto.OperatorStatistics, cz.proto.OperatorStatistics.Builder, cz.proto.OperatorStatisticsOrBuilder>(
                getGenRunWallTimeNs(),
                getParentForChildren(),
                isClean());
        genRunWallTimeNs_ = null;
      }
      return genRunWallTimeNsBuilder_;
    }

    private cz.proto.OperatorStatistics genRunCpuTimeNs_;
    private com.google.protobuf.SingleFieldBuilderV3<
        cz.proto.OperatorStatistics, cz.proto.OperatorStatistics.Builder, cz.proto.OperatorStatisticsOrBuilder> genRunCpuTimeNsBuilder_;
    /**
     * .cz.proto.OperatorStatistics gen_run_cpu_time_ns = 2;
     * @return Whether the genRunCpuTimeNs field is set.
     */
    public boolean hasGenRunCpuTimeNs() {
      return genRunCpuTimeNsBuilder_ != null || genRunCpuTimeNs_ != null;
    }
    /**
     * .cz.proto.OperatorStatistics gen_run_cpu_time_ns = 2;
     * @return The genRunCpuTimeNs.
     */
    public cz.proto.OperatorStatistics getGenRunCpuTimeNs() {
      if (genRunCpuTimeNsBuilder_ == null) {
        return genRunCpuTimeNs_ == null ? cz.proto.OperatorStatistics.getDefaultInstance() : genRunCpuTimeNs_;
      } else {
        return genRunCpuTimeNsBuilder_.getMessage();
      }
    }
    /**
     * .cz.proto.OperatorStatistics gen_run_cpu_time_ns = 2;
     */
    public Builder setGenRunCpuTimeNs(cz.proto.OperatorStatistics value) {
      if (genRunCpuTimeNsBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        genRunCpuTimeNs_ = value;
        onChanged();
      } else {
        genRunCpuTimeNsBuilder_.setMessage(value);
      }

      return this;
    }
    /**
     * .cz.proto.OperatorStatistics gen_run_cpu_time_ns = 2;
     */
    public Builder setGenRunCpuTimeNs(
        cz.proto.OperatorStatistics.Builder builderForValue) {
      if (genRunCpuTimeNsBuilder_ == null) {
        genRunCpuTimeNs_ = builderForValue.build();
        onChanged();
      } else {
        genRunCpuTimeNsBuilder_.setMessage(builderForValue.build());
      }

      return this;
    }
    /**
     * .cz.proto.OperatorStatistics gen_run_cpu_time_ns = 2;
     */
    public Builder mergeGenRunCpuTimeNs(cz.proto.OperatorStatistics value) {
      if (genRunCpuTimeNsBuilder_ == null) {
        if (genRunCpuTimeNs_ != null) {
          genRunCpuTimeNs_ =
            cz.proto.OperatorStatistics.newBuilder(genRunCpuTimeNs_).mergeFrom(value).buildPartial();
        } else {
          genRunCpuTimeNs_ = value;
        }
        onChanged();
      } else {
        genRunCpuTimeNsBuilder_.mergeFrom(value);
      }

      return this;
    }
    /**
     * .cz.proto.OperatorStatistics gen_run_cpu_time_ns = 2;
     */
    public Builder clearGenRunCpuTimeNs() {
      if (genRunCpuTimeNsBuilder_ == null) {
        genRunCpuTimeNs_ = null;
        onChanged();
      } else {
        genRunCpuTimeNs_ = null;
        genRunCpuTimeNsBuilder_ = null;
      }

      return this;
    }
    /**
     * .cz.proto.OperatorStatistics gen_run_cpu_time_ns = 2;
     */
    public cz.proto.OperatorStatistics.Builder getGenRunCpuTimeNsBuilder() {
      
      onChanged();
      return getGenRunCpuTimeNsFieldBuilder().getBuilder();
    }
    /**
     * .cz.proto.OperatorStatistics gen_run_cpu_time_ns = 2;
     */
    public cz.proto.OperatorStatisticsOrBuilder getGenRunCpuTimeNsOrBuilder() {
      if (genRunCpuTimeNsBuilder_ != null) {
        return genRunCpuTimeNsBuilder_.getMessageOrBuilder();
      } else {
        return genRunCpuTimeNs_ == null ?
            cz.proto.OperatorStatistics.getDefaultInstance() : genRunCpuTimeNs_;
      }
    }
    /**
     * .cz.proto.OperatorStatistics gen_run_cpu_time_ns = 2;
     */
    private com.google.protobuf.SingleFieldBuilderV3<
        cz.proto.OperatorStatistics, cz.proto.OperatorStatistics.Builder, cz.proto.OperatorStatisticsOrBuilder> 
        getGenRunCpuTimeNsFieldBuilder() {
      if (genRunCpuTimeNsBuilder_ == null) {
        genRunCpuTimeNsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
            cz.proto.OperatorStatistics, cz.proto.OperatorStatistics.Builder, cz.proto.OperatorStatisticsOrBuilder>(
                getGenRunCpuTimeNs(),
                getParentForChildren(),
                isClean());
        genRunCpuTimeNs_ = null;
      }
      return genRunCpuTimeNsBuilder_;
    }

    private cz.proto.OperatorStatistics mergeRunWallTimeNs_;
    private com.google.protobuf.SingleFieldBuilderV3<
        cz.proto.OperatorStatistics, cz.proto.OperatorStatistics.Builder, cz.proto.OperatorStatisticsOrBuilder> mergeRunWallTimeNsBuilder_;
    /**
     * .cz.proto.OperatorStatistics merge_run_wall_time_ns = 3;
     * @return Whether the mergeRunWallTimeNs field is set.
     */
    public boolean hasMergeRunWallTimeNs() {
      return mergeRunWallTimeNsBuilder_ != null || mergeRunWallTimeNs_ != null;
    }
    /**
     * .cz.proto.OperatorStatistics merge_run_wall_time_ns = 3;
     * @return The mergeRunWallTimeNs.
     */
    public cz.proto.OperatorStatistics getMergeRunWallTimeNs() {
      if (mergeRunWallTimeNsBuilder_ == null) {
        return mergeRunWallTimeNs_ == null ? cz.proto.OperatorStatistics.getDefaultInstance() : mergeRunWallTimeNs_;
      } else {
        return mergeRunWallTimeNsBuilder_.getMessage();
      }
    }
    /**
     * .cz.proto.OperatorStatistics merge_run_wall_time_ns = 3;
     */
    public Builder setMergeRunWallTimeNs(cz.proto.OperatorStatistics value) {
      if (mergeRunWallTimeNsBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        mergeRunWallTimeNs_ = value;
        onChanged();
      } else {
        mergeRunWallTimeNsBuilder_.setMessage(value);
      }

      return this;
    }
    /**
     * .cz.proto.OperatorStatistics merge_run_wall_time_ns = 3;
     */
    public Builder setMergeRunWallTimeNs(
        cz.proto.OperatorStatistics.Builder builderForValue) {
      if (mergeRunWallTimeNsBuilder_ == null) {
        mergeRunWallTimeNs_ = builderForValue.build();
        onChanged();
      } else {
        mergeRunWallTimeNsBuilder_.setMessage(builderForValue.build());
      }

      return this;
    }
    /**
     * .cz.proto.OperatorStatistics merge_run_wall_time_ns = 3;
     */
    public Builder mergeMergeRunWallTimeNs(cz.proto.OperatorStatistics value) {
      if (mergeRunWallTimeNsBuilder_ == null) {
        if (mergeRunWallTimeNs_ != null) {
          mergeRunWallTimeNs_ =
            cz.proto.OperatorStatistics.newBuilder(mergeRunWallTimeNs_).mergeFrom(value).buildPartial();
        } else {
          mergeRunWallTimeNs_ = value;
        }
        onChanged();
      } else {
        mergeRunWallTimeNsBuilder_.mergeFrom(value);
      }

      return this;
    }
    /**
     * .cz.proto.OperatorStatistics merge_run_wall_time_ns = 3;
     */
    public Builder clearMergeRunWallTimeNs() {
      if (mergeRunWallTimeNsBuilder_ == null) {
        mergeRunWallTimeNs_ = null;
        onChanged();
      } else {
        mergeRunWallTimeNs_ = null;
        mergeRunWallTimeNsBuilder_ = null;
      }

      return this;
    }
    /**
     * .cz.proto.OperatorStatistics merge_run_wall_time_ns = 3;
     */
    public cz.proto.OperatorStatistics.Builder getMergeRunWallTimeNsBuilder() {
      
      onChanged();
      return getMergeRunWallTimeNsFieldBuilder().getBuilder();
    }
    /**
     * .cz.proto.OperatorStatistics merge_run_wall_time_ns = 3;
     */
    public cz.proto.OperatorStatisticsOrBuilder getMergeRunWallTimeNsOrBuilder() {
      if (mergeRunWallTimeNsBuilder_ != null) {
        return mergeRunWallTimeNsBuilder_.getMessageOrBuilder();
      } else {
        return mergeRunWallTimeNs_ == null ?
            cz.proto.OperatorStatistics.getDefaultInstance() : mergeRunWallTimeNs_;
      }
    }
    /**
     * .cz.proto.OperatorStatistics merge_run_wall_time_ns = 3;
     */
    private com.google.protobuf.SingleFieldBuilderV3<
        cz.proto.OperatorStatistics, cz.proto.OperatorStatistics.Builder, cz.proto.OperatorStatisticsOrBuilder> 
        getMergeRunWallTimeNsFieldBuilder() {
      if (mergeRunWallTimeNsBuilder_ == null) {
        mergeRunWallTimeNsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
            cz.proto.OperatorStatistics, cz.proto.OperatorStatistics.Builder, cz.proto.OperatorStatisticsOrBuilder>(
                getMergeRunWallTimeNs(),
                getParentForChildren(),
                isClean());
        mergeRunWallTimeNs_ = null;
      }
      return mergeRunWallTimeNsBuilder_;
    }

    private cz.proto.OperatorStatistics mergeRunCpuTimeNs_;
    private com.google.protobuf.SingleFieldBuilderV3<
        cz.proto.OperatorStatistics, cz.proto.OperatorStatistics.Builder, cz.proto.OperatorStatisticsOrBuilder> mergeRunCpuTimeNsBuilder_;
    /**
     * .cz.proto.OperatorStatistics merge_run_cpu_time_ns = 4;
     * @return Whether the mergeRunCpuTimeNs field is set.
     */
    public boolean hasMergeRunCpuTimeNs() {
      return mergeRunCpuTimeNsBuilder_ != null || mergeRunCpuTimeNs_ != null;
    }
    /**
     * .cz.proto.OperatorStatistics merge_run_cpu_time_ns = 4;
     * @return The mergeRunCpuTimeNs.
     */
    public cz.proto.OperatorStatistics getMergeRunCpuTimeNs() {
      if (mergeRunCpuTimeNsBuilder_ == null) {
        return mergeRunCpuTimeNs_ == null ? cz.proto.OperatorStatistics.getDefaultInstance() : mergeRunCpuTimeNs_;
      } else {
        return mergeRunCpuTimeNsBuilder_.getMessage();
      }
    }
    /**
     * .cz.proto.OperatorStatistics merge_run_cpu_time_ns = 4;
     */
    public Builder setMergeRunCpuTimeNs(cz.proto.OperatorStatistics value) {
      if (mergeRunCpuTimeNsBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        mergeRunCpuTimeNs_ = value;
        onChanged();
      } else {
        mergeRunCpuTimeNsBuilder_.setMessage(value);
      }

      return this;
    }
    /**
     * .cz.proto.OperatorStatistics merge_run_cpu_time_ns = 4;
     */
    public Builder setMergeRunCpuTimeNs(
        cz.proto.OperatorStatistics.Builder builderForValue) {
      if (mergeRunCpuTimeNsBuilder_ == null) {
        mergeRunCpuTimeNs_ = builderForValue.build();
        onChanged();
      } else {
        mergeRunCpuTimeNsBuilder_.setMessage(builderForValue.build());
      }

      return this;
    }
    /**
     * .cz.proto.OperatorStatistics merge_run_cpu_time_ns = 4;
     */
    public Builder mergeMergeRunCpuTimeNs(cz.proto.OperatorStatistics value) {
      if (mergeRunCpuTimeNsBuilder_ == null) {
        if (mergeRunCpuTimeNs_ != null) {
          mergeRunCpuTimeNs_ =
            cz.proto.OperatorStatistics.newBuilder(mergeRunCpuTimeNs_).mergeFrom(value).buildPartial();
        } else {
          mergeRunCpuTimeNs_ = value;
        }
        onChanged();
      } else {
        mergeRunCpuTimeNsBuilder_.mergeFrom(value);
      }

      return this;
    }
    /**
     * .cz.proto.OperatorStatistics merge_run_cpu_time_ns = 4;
     */
    public Builder clearMergeRunCpuTimeNs() {
      if (mergeRunCpuTimeNsBuilder_ == null) {
        mergeRunCpuTimeNs_ = null;
        onChanged();
      } else {
        mergeRunCpuTimeNs_ = null;
        mergeRunCpuTimeNsBuilder_ = null;
      }

      return this;
    }
    /**
     * .cz.proto.OperatorStatistics merge_run_cpu_time_ns = 4;
     */
    public cz.proto.OperatorStatistics.Builder getMergeRunCpuTimeNsBuilder() {
      
      onChanged();
      return getMergeRunCpuTimeNsFieldBuilder().getBuilder();
    }
    /**
     * .cz.proto.OperatorStatistics merge_run_cpu_time_ns = 4;
     */
    public cz.proto.OperatorStatisticsOrBuilder getMergeRunCpuTimeNsOrBuilder() {
      if (mergeRunCpuTimeNsBuilder_ != null) {
        return mergeRunCpuTimeNsBuilder_.getMessageOrBuilder();
      } else {
        return mergeRunCpuTimeNs_ == null ?
            cz.proto.OperatorStatistics.getDefaultInstance() : mergeRunCpuTimeNs_;
      }
    }
    /**
     * .cz.proto.OperatorStatistics merge_run_cpu_time_ns = 4;
     */
    private com.google.protobuf.SingleFieldBuilderV3<
        cz.proto.OperatorStatistics, cz.proto.OperatorStatistics.Builder, cz.proto.OperatorStatisticsOrBuilder> 
        getMergeRunCpuTimeNsFieldBuilder() {
      if (mergeRunCpuTimeNsBuilder_ == null) {
        mergeRunCpuTimeNsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
            cz.proto.OperatorStatistics, cz.proto.OperatorStatistics.Builder, cz.proto.OperatorStatisticsOrBuilder>(
                getMergeRunCpuTimeNs(),
                getParentForChildren(),
                isClean());
        mergeRunCpuTimeNs_ = null;
      }
      return mergeRunCpuTimeNsBuilder_;
    }
    @java.lang.Override
    public final Builder setUnknownFields(
        final com.google.protobuf.UnknownFieldSet unknownFields) {
      return super.setUnknownFields(unknownFields);
    }

    @java.lang.Override
    public final Builder mergeUnknownFields(
        final com.google.protobuf.UnknownFieldSet unknownFields) {
      return super.mergeUnknownFields(unknownFields);
    }


    // @@protoc_insertion_point(builder_scope:cz.proto.LocalSortSummary)
  }

  // @@protoc_insertion_point(class_scope:cz.proto.LocalSortSummary)
  private static final cz.proto.LocalSortSummary DEFAULT_INSTANCE;
  static {
    DEFAULT_INSTANCE = new cz.proto.LocalSortSummary();
  }

  public static cz.proto.LocalSortSummary getDefaultInstance() {
    return DEFAULT_INSTANCE;
  }

  private static final com.google.protobuf.Parser
      PARSER = new com.google.protobuf.AbstractParser() {
    @java.lang.Override
    public LocalSortSummary parsePartialFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return new LocalSortSummary(input, extensionRegistry);
    }
  };

  public static com.google.protobuf.Parser parser() {
    return PARSER;
  }

  @java.lang.Override
  public com.google.protobuf.Parser getParserForType() {
    return PARSER;
  }

  @java.lang.Override
  public cz.proto.LocalSortSummary getDefaultInstanceForType() {
    return DEFAULT_INSTANCE;
  }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy