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

cz.proto.InputOutputStats 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.InputOutputStats}
 */
public final class InputOutputStats extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:cz.proto.InputOutputStats)
    InputOutputStatsOrBuilder {
private static final long serialVersionUID = 0L;
  // Use InputOutputStats.newBuilder() to construct.
  private InputOutputStats(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private InputOutputStats() {
  }

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

  @java.lang.Override
  public final com.google.protobuf.UnknownFieldSet
  getUnknownFields() {
    return this.unknownFields;
  }
  private InputOutputStats(
      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 8: {

            filesWriteCount_ = input.readInt64();
            break;
          }
          case 16: {

            outputRowCount_ = input.readInt64();
            break;
          }
          case 24: {

            outputBytes_ = input.readInt64();
            break;
          }
          case 32: {

            outputIoTimeElapsedUs_ = input.readInt64();
            break;
          }
          case 40: {

            filesReadCount_ = input.readInt64();
            break;
          }
          case 48: {

            inputRowCount_ = input.readInt64();
            break;
          }
          case 56: {

            inputBytes_ = input.readInt64();
            break;
          }
          case 64: {

            inputCacheBytes_ = input.readInt64();
            break;
          }
          case 72: {

            inputDiskBytes_ = input.readInt64();
            break;
          }
          case 80: {

            inputIoTimeElapsedUs_ = input.readInt64();
            break;
          }
          case 88: {

            spillingBytes_ = input.readInt64();
            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_InputOutputStats_descriptor;
  }

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

  public static final int FILES_WRITE_COUNT_FIELD_NUMBER = 1;
  private long filesWriteCount_;
  /**
   * 
   * table sink
   * 
* * int64 files_write_count = 1; * @return The filesWriteCount. */ @java.lang.Override public long getFilesWriteCount() { return filesWriteCount_; } public static final int OUTPUT_ROW_COUNT_FIELD_NUMBER = 2; private long outputRowCount_; /** * int64 output_row_count = 2; * @return The outputRowCount. */ @java.lang.Override public long getOutputRowCount() { return outputRowCount_; } public static final int OUTPUT_BYTES_FIELD_NUMBER = 3; private long outputBytes_; /** * int64 output_bytes = 3; * @return The outputBytes. */ @java.lang.Override public long getOutputBytes() { return outputBytes_; } public static final int OUTPUT_IO_TIME_ELAPSED_US_FIELD_NUMBER = 4; private long outputIoTimeElapsedUs_; /** * int64 output_io_time_elapsed_us = 4; * @return The outputIoTimeElapsedUs. */ @java.lang.Override public long getOutputIoTimeElapsedUs() { return outputIoTimeElapsedUs_; } public static final int FILES_READ_COUNT_FIELD_NUMBER = 5; private long filesReadCount_; /** *
   * table scan
   * 
* * int64 files_read_count = 5; * @return The filesReadCount. */ @java.lang.Override public long getFilesReadCount() { return filesReadCount_; } public static final int INPUT_ROW_COUNT_FIELD_NUMBER = 6; private long inputRowCount_; /** * int64 input_row_count = 6; * @return The inputRowCount. */ @java.lang.Override public long getInputRowCount() { return inputRowCount_; } public static final int INPUT_BYTES_FIELD_NUMBER = 7; private long inputBytes_; /** * int64 input_bytes = 7; * @return The inputBytes. */ @java.lang.Override public long getInputBytes() { return inputBytes_; } public static final int INPUT_CACHE_BYTES_FIELD_NUMBER = 8; private long inputCacheBytes_; /** * int64 input_cache_bytes = 8; * @return The inputCacheBytes. */ @java.lang.Override public long getInputCacheBytes() { return inputCacheBytes_; } public static final int INPUT_DISK_BYTES_FIELD_NUMBER = 9; private long inputDiskBytes_; /** * int64 input_disk_bytes = 9; * @return The inputDiskBytes. */ @java.lang.Override public long getInputDiskBytes() { return inputDiskBytes_; } public static final int INPUT_IO_TIME_ELAPSED_US_FIELD_NUMBER = 10; private long inputIoTimeElapsedUs_; /** * int64 input_io_time_elapsed_us = 10; * @return The inputIoTimeElapsedUs. */ @java.lang.Override public long getInputIoTimeElapsedUs() { return inputIoTimeElapsedUs_; } public static final int SPILLING_BYTES_FIELD_NUMBER = 11; private long spillingBytes_; /** *
   * shuffle
   * 
* * int64 spilling_bytes = 11; * @return The spillingBytes. */ @java.lang.Override public long getSpillingBytes() { return spillingBytes_; } 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 (filesWriteCount_ != 0L) { output.writeInt64(1, filesWriteCount_); } if (outputRowCount_ != 0L) { output.writeInt64(2, outputRowCount_); } if (outputBytes_ != 0L) { output.writeInt64(3, outputBytes_); } if (outputIoTimeElapsedUs_ != 0L) { output.writeInt64(4, outputIoTimeElapsedUs_); } if (filesReadCount_ != 0L) { output.writeInt64(5, filesReadCount_); } if (inputRowCount_ != 0L) { output.writeInt64(6, inputRowCount_); } if (inputBytes_ != 0L) { output.writeInt64(7, inputBytes_); } if (inputCacheBytes_ != 0L) { output.writeInt64(8, inputCacheBytes_); } if (inputDiskBytes_ != 0L) { output.writeInt64(9, inputDiskBytes_); } if (inputIoTimeElapsedUs_ != 0L) { output.writeInt64(10, inputIoTimeElapsedUs_); } if (spillingBytes_ != 0L) { output.writeInt64(11, spillingBytes_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (filesWriteCount_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(1, filesWriteCount_); } if (outputRowCount_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(2, outputRowCount_); } if (outputBytes_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(3, outputBytes_); } if (outputIoTimeElapsedUs_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(4, outputIoTimeElapsedUs_); } if (filesReadCount_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(5, filesReadCount_); } if (inputRowCount_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(6, inputRowCount_); } if (inputBytes_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(7, inputBytes_); } if (inputCacheBytes_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(8, inputCacheBytes_); } if (inputDiskBytes_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(9, inputDiskBytes_); } if (inputIoTimeElapsedUs_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(10, inputIoTimeElapsedUs_); } if (spillingBytes_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(11, spillingBytes_); } 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.InputOutputStats)) { return super.equals(obj); } cz.proto.InputOutputStats other = (cz.proto.InputOutputStats) obj; if (getFilesWriteCount() != other.getFilesWriteCount()) return false; if (getOutputRowCount() != other.getOutputRowCount()) return false; if (getOutputBytes() != other.getOutputBytes()) return false; if (getOutputIoTimeElapsedUs() != other.getOutputIoTimeElapsedUs()) return false; if (getFilesReadCount() != other.getFilesReadCount()) return false; if (getInputRowCount() != other.getInputRowCount()) return false; if (getInputBytes() != other.getInputBytes()) return false; if (getInputCacheBytes() != other.getInputCacheBytes()) return false; if (getInputDiskBytes() != other.getInputDiskBytes()) return false; if (getInputIoTimeElapsedUs() != other.getInputIoTimeElapsedUs()) return false; if (getSpillingBytes() != other.getSpillingBytes()) 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(); hash = (37 * hash) + FILES_WRITE_COUNT_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFilesWriteCount()); hash = (37 * hash) + OUTPUT_ROW_COUNT_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getOutputRowCount()); hash = (37 * hash) + OUTPUT_BYTES_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getOutputBytes()); hash = (37 * hash) + OUTPUT_IO_TIME_ELAPSED_US_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getOutputIoTimeElapsedUs()); hash = (37 * hash) + FILES_READ_COUNT_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getFilesReadCount()); hash = (37 * hash) + INPUT_ROW_COUNT_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getInputRowCount()); hash = (37 * hash) + INPUT_BYTES_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getInputBytes()); hash = (37 * hash) + INPUT_CACHE_BYTES_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getInputCacheBytes()); hash = (37 * hash) + INPUT_DISK_BYTES_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getInputDiskBytes()); hash = (37 * hash) + INPUT_IO_TIME_ELAPSED_US_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getInputIoTimeElapsedUs()); hash = (37 * hash) + SPILLING_BYTES_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getSpillingBytes()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static cz.proto.InputOutputStats parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static cz.proto.InputOutputStats parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static cz.proto.InputOutputStats parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static cz.proto.InputOutputStats 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.InputOutputStats parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static cz.proto.InputOutputStats parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static cz.proto.InputOutputStats parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static cz.proto.InputOutputStats 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.InputOutputStats parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static cz.proto.InputOutputStats 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.InputOutputStats parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static cz.proto.InputOutputStats 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.InputOutputStats 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.InputOutputStats} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:cz.proto.InputOutputStats) cz.proto.InputOutputStatsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cz.proto.JobProto.internal_static_cz_proto_InputOutputStats_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return cz.proto.JobProto.internal_static_cz_proto_InputOutputStats_fieldAccessorTable .ensureFieldAccessorsInitialized( cz.proto.InputOutputStats.class, cz.proto.InputOutputStats.Builder.class); } // Construct using cz.proto.InputOutputStats.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(); filesWriteCount_ = 0L; outputRowCount_ = 0L; outputBytes_ = 0L; outputIoTimeElapsedUs_ = 0L; filesReadCount_ = 0L; inputRowCount_ = 0L; inputBytes_ = 0L; inputCacheBytes_ = 0L; inputDiskBytes_ = 0L; inputIoTimeElapsedUs_ = 0L; spillingBytes_ = 0L; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return cz.proto.JobProto.internal_static_cz_proto_InputOutputStats_descriptor; } @java.lang.Override public cz.proto.InputOutputStats getDefaultInstanceForType() { return cz.proto.InputOutputStats.getDefaultInstance(); } @java.lang.Override public cz.proto.InputOutputStats build() { cz.proto.InputOutputStats result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public cz.proto.InputOutputStats buildPartial() { cz.proto.InputOutputStats result = new cz.proto.InputOutputStats(this); result.filesWriteCount_ = filesWriteCount_; result.outputRowCount_ = outputRowCount_; result.outputBytes_ = outputBytes_; result.outputIoTimeElapsedUs_ = outputIoTimeElapsedUs_; result.filesReadCount_ = filesReadCount_; result.inputRowCount_ = inputRowCount_; result.inputBytes_ = inputBytes_; result.inputCacheBytes_ = inputCacheBytes_; result.inputDiskBytes_ = inputDiskBytes_; result.inputIoTimeElapsedUs_ = inputIoTimeElapsedUs_; result.spillingBytes_ = spillingBytes_; 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.InputOutputStats) { return mergeFrom((cz.proto.InputOutputStats)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(cz.proto.InputOutputStats other) { if (other == cz.proto.InputOutputStats.getDefaultInstance()) return this; if (other.getFilesWriteCount() != 0L) { setFilesWriteCount(other.getFilesWriteCount()); } if (other.getOutputRowCount() != 0L) { setOutputRowCount(other.getOutputRowCount()); } if (other.getOutputBytes() != 0L) { setOutputBytes(other.getOutputBytes()); } if (other.getOutputIoTimeElapsedUs() != 0L) { setOutputIoTimeElapsedUs(other.getOutputIoTimeElapsedUs()); } if (other.getFilesReadCount() != 0L) { setFilesReadCount(other.getFilesReadCount()); } if (other.getInputRowCount() != 0L) { setInputRowCount(other.getInputRowCount()); } if (other.getInputBytes() != 0L) { setInputBytes(other.getInputBytes()); } if (other.getInputCacheBytes() != 0L) { setInputCacheBytes(other.getInputCacheBytes()); } if (other.getInputDiskBytes() != 0L) { setInputDiskBytes(other.getInputDiskBytes()); } if (other.getInputIoTimeElapsedUs() != 0L) { setInputIoTimeElapsedUs(other.getInputIoTimeElapsedUs()); } if (other.getSpillingBytes() != 0L) { setSpillingBytes(other.getSpillingBytes()); } 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.InputOutputStats parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (cz.proto.InputOutputStats) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private long filesWriteCount_ ; /** *
     * table sink
     * 
* * int64 files_write_count = 1; * @return The filesWriteCount. */ @java.lang.Override public long getFilesWriteCount() { return filesWriteCount_; } /** *
     * table sink
     * 
* * int64 files_write_count = 1; * @param value The filesWriteCount to set. * @return This builder for chaining. */ public Builder setFilesWriteCount(long value) { filesWriteCount_ = value; onChanged(); return this; } /** *
     * table sink
     * 
* * int64 files_write_count = 1; * @return This builder for chaining. */ public Builder clearFilesWriteCount() { filesWriteCount_ = 0L; onChanged(); return this; } private long outputRowCount_ ; /** * int64 output_row_count = 2; * @return The outputRowCount. */ @java.lang.Override public long getOutputRowCount() { return outputRowCount_; } /** * int64 output_row_count = 2; * @param value The outputRowCount to set. * @return This builder for chaining. */ public Builder setOutputRowCount(long value) { outputRowCount_ = value; onChanged(); return this; } /** * int64 output_row_count = 2; * @return This builder for chaining. */ public Builder clearOutputRowCount() { outputRowCount_ = 0L; onChanged(); return this; } private long outputBytes_ ; /** * int64 output_bytes = 3; * @return The outputBytes. */ @java.lang.Override public long getOutputBytes() { return outputBytes_; } /** * int64 output_bytes = 3; * @param value The outputBytes to set. * @return This builder for chaining. */ public Builder setOutputBytes(long value) { outputBytes_ = value; onChanged(); return this; } /** * int64 output_bytes = 3; * @return This builder for chaining. */ public Builder clearOutputBytes() { outputBytes_ = 0L; onChanged(); return this; } private long outputIoTimeElapsedUs_ ; /** * int64 output_io_time_elapsed_us = 4; * @return The outputIoTimeElapsedUs. */ @java.lang.Override public long getOutputIoTimeElapsedUs() { return outputIoTimeElapsedUs_; } /** * int64 output_io_time_elapsed_us = 4; * @param value The outputIoTimeElapsedUs to set. * @return This builder for chaining. */ public Builder setOutputIoTimeElapsedUs(long value) { outputIoTimeElapsedUs_ = value; onChanged(); return this; } /** * int64 output_io_time_elapsed_us = 4; * @return This builder for chaining. */ public Builder clearOutputIoTimeElapsedUs() { outputIoTimeElapsedUs_ = 0L; onChanged(); return this; } private long filesReadCount_ ; /** *
     * table scan
     * 
* * int64 files_read_count = 5; * @return The filesReadCount. */ @java.lang.Override public long getFilesReadCount() { return filesReadCount_; } /** *
     * table scan
     * 
* * int64 files_read_count = 5; * @param value The filesReadCount to set. * @return This builder for chaining. */ public Builder setFilesReadCount(long value) { filesReadCount_ = value; onChanged(); return this; } /** *
     * table scan
     * 
* * int64 files_read_count = 5; * @return This builder for chaining. */ public Builder clearFilesReadCount() { filesReadCount_ = 0L; onChanged(); return this; } private long inputRowCount_ ; /** * int64 input_row_count = 6; * @return The inputRowCount. */ @java.lang.Override public long getInputRowCount() { return inputRowCount_; } /** * int64 input_row_count = 6; * @param value The inputRowCount to set. * @return This builder for chaining. */ public Builder setInputRowCount(long value) { inputRowCount_ = value; onChanged(); return this; } /** * int64 input_row_count = 6; * @return This builder for chaining. */ public Builder clearInputRowCount() { inputRowCount_ = 0L; onChanged(); return this; } private long inputBytes_ ; /** * int64 input_bytes = 7; * @return The inputBytes. */ @java.lang.Override public long getInputBytes() { return inputBytes_; } /** * int64 input_bytes = 7; * @param value The inputBytes to set. * @return This builder for chaining. */ public Builder setInputBytes(long value) { inputBytes_ = value; onChanged(); return this; } /** * int64 input_bytes = 7; * @return This builder for chaining. */ public Builder clearInputBytes() { inputBytes_ = 0L; onChanged(); return this; } private long inputCacheBytes_ ; /** * int64 input_cache_bytes = 8; * @return The inputCacheBytes. */ @java.lang.Override public long getInputCacheBytes() { return inputCacheBytes_; } /** * int64 input_cache_bytes = 8; * @param value The inputCacheBytes to set. * @return This builder for chaining. */ public Builder setInputCacheBytes(long value) { inputCacheBytes_ = value; onChanged(); return this; } /** * int64 input_cache_bytes = 8; * @return This builder for chaining. */ public Builder clearInputCacheBytes() { inputCacheBytes_ = 0L; onChanged(); return this; } private long inputDiskBytes_ ; /** * int64 input_disk_bytes = 9; * @return The inputDiskBytes. */ @java.lang.Override public long getInputDiskBytes() { return inputDiskBytes_; } /** * int64 input_disk_bytes = 9; * @param value The inputDiskBytes to set. * @return This builder for chaining. */ public Builder setInputDiskBytes(long value) { inputDiskBytes_ = value; onChanged(); return this; } /** * int64 input_disk_bytes = 9; * @return This builder for chaining. */ public Builder clearInputDiskBytes() { inputDiskBytes_ = 0L; onChanged(); return this; } private long inputIoTimeElapsedUs_ ; /** * int64 input_io_time_elapsed_us = 10; * @return The inputIoTimeElapsedUs. */ @java.lang.Override public long getInputIoTimeElapsedUs() { return inputIoTimeElapsedUs_; } /** * int64 input_io_time_elapsed_us = 10; * @param value The inputIoTimeElapsedUs to set. * @return This builder for chaining. */ public Builder setInputIoTimeElapsedUs(long value) { inputIoTimeElapsedUs_ = value; onChanged(); return this; } /** * int64 input_io_time_elapsed_us = 10; * @return This builder for chaining. */ public Builder clearInputIoTimeElapsedUs() { inputIoTimeElapsedUs_ = 0L; onChanged(); return this; } private long spillingBytes_ ; /** *
     * shuffle
     * 
* * int64 spilling_bytes = 11; * @return The spillingBytes. */ @java.lang.Override public long getSpillingBytes() { return spillingBytes_; } /** *
     * shuffle
     * 
* * int64 spilling_bytes = 11; * @param value The spillingBytes to set. * @return This builder for chaining. */ public Builder setSpillingBytes(long value) { spillingBytes_ = value; onChanged(); return this; } /** *
     * shuffle
     * 
* * int64 spilling_bytes = 11; * @return This builder for chaining. */ public Builder clearSpillingBytes() { spillingBytes_ = 0L; onChanged(); return this; } @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.InputOutputStats) } // @@protoc_insertion_point(class_scope:cz.proto.InputOutputStats) private static final cz.proto.InputOutputStats DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new cz.proto.InputOutputStats(); } public static cz.proto.InputOutputStats getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public InputOutputStats parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new InputOutputStats(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.InputOutputStats getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy