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

org.apache.hudi.org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos Maven / Gradle / Ivy

There is a newer version: 1.0.0-beta1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: HFile.proto

package org.apache.hadoop.hbase.shaded.protobuf.generated;

@javax.annotation.Generated("proto") public final class HFileProtos {
  private HFileProtos() {}
  public static void registerAllExtensions(
      org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite) registry);
  }
  public interface CompactionEventTrackerOrBuilder extends
      // @@protoc_insertion_point(interface_extends:hbase.pb.CompactionEventTracker)
      org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder {

    /**
     * repeated bytes compacted_store_file = 1;
     * @return A list containing the compactedStoreFile.
     */
    java.util.List getCompactedStoreFileList();
    /**
     * repeated bytes compacted_store_file = 1;
     * @return The count of compactedStoreFile.
     */
    int getCompactedStoreFileCount();
    /**
     * repeated bytes compacted_store_file = 1;
     * @param index The index of the element to return.
     * @return The compactedStoreFile at the given index.
     */
    org.apache.hbase.thirdparty.com.google.protobuf.ByteString getCompactedStoreFile(int index);
  }
  /**
   * Protobuf type {@code hbase.pb.CompactionEventTracker}
   */
  @javax.annotation.Generated("proto") public static final class CompactionEventTracker extends
      org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:hbase.pb.CompactionEventTracker)
      CompactionEventTrackerOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use CompactionEventTracker.newBuilder() to construct.
    private CompactionEventTracker(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private CompactionEventTracker() {
      compactedStoreFile_ = java.util.Collections.emptyList();
    }

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

    @java.lang.Override
    public final org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private CompactionEventTracker(
        org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
        org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException {
      this();
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      int mutable_bitField0_ = 0;
      org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet.Builder unknownFields =
          org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet.newBuilder();
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            case 10: {
              if (!((mutable_bitField0_ & 0x00000001) != 0)) {
                compactedStoreFile_ = new java.util.ArrayList();
                mutable_bitField0_ |= 0x00000001;
              }
              compactedStoreFile_.add(input.readBytes());
              break;
            }
            default: {
              if (!parseUnknownField(
                  input, unknownFields, extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
          }
        }
      } catch (org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException(
            e).setUnfinishedMessage(this);
      } finally {
        if (((mutable_bitField0_ & 0x00000001) != 0)) {
          compactedStoreFile_ = java.util.Collections.unmodifiableList(compactedStoreFile_); // C
        }
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.internal_static_hbase_pb_CompactionEventTracker_descriptor;
    }

    @java.lang.Override
    protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.internal_static_hbase_pb_CompactionEventTracker_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker.class, org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker.Builder.class);
    }

    public static final int COMPACTED_STORE_FILE_FIELD_NUMBER = 1;
    private java.util.List compactedStoreFile_;
    /**
     * repeated bytes compacted_store_file = 1;
     * @return A list containing the compactedStoreFile.
     */
    @java.lang.Override
    public java.util.List
        getCompactedStoreFileList() {
      return compactedStoreFile_;
    }
    /**
     * repeated bytes compacted_store_file = 1;
     * @return The count of compactedStoreFile.
     */
    public int getCompactedStoreFileCount() {
      return compactedStoreFile_.size();
    }
    /**
     * repeated bytes compacted_store_file = 1;
     * @param index The index of the element to return.
     * @return The compactedStoreFile at the given index.
     */
    public org.apache.hbase.thirdparty.com.google.protobuf.ByteString getCompactedStoreFile(int index) {
      return compactedStoreFile_.get(index);
    }

    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(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      for (int i = 0; i < compactedStoreFile_.size(); i++) {
        output.writeBytes(1, compactedStoreFile_.get(i));
      }
      unknownFields.writeTo(output);
    }

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

      size = 0;
      {
        int dataSize = 0;
        for (int i = 0; i < compactedStoreFile_.size(); i++) {
          dataSize += org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream
            .computeBytesSizeNoTag(compactedStoreFile_.get(i));
        }
        size += dataSize;
        size += 1 * getCompactedStoreFileList().size();
      }
      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 org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker)) {
        return super.equals(obj);
      }
      org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker other = (org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker) obj;

      if (!getCompactedStoreFileList()
          .equals(other.getCompactedStoreFileList())) 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 (getCompactedStoreFileCount() > 0) {
        hash = (37 * hash) + COMPACTED_STORE_FILE_FIELD_NUMBER;
        hash = (53 * hash) + getCompactedStoreFileList().hashCode();
      }
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker parseFrom(
        java.nio.ByteBuffer data)
        throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker parseFrom(
        java.nio.ByteBuffer data,
        org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker parseFrom(
        org.apache.hbase.thirdparty.com.google.protobuf.ByteString data)
        throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker parseFrom(
        org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
        org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker parseFrom(byte[] data)
        throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker parseFrom(
        byte[] data,
        org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker parseFrom(
        java.io.InputStream input,
        org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }
    public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker parseDelimitedFrom(
        java.io.InputStream input,
        org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
    }
    public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker parseFrom(
        org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker parseFrom(
        org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
        org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return org.apache.hbase.thirdparty.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(org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker 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(
        org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code hbase.pb.CompactionEventTracker}
     */
    @javax.annotation.Generated("proto") public static final class Builder extends
        org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder implements
        // @@protoc_insertion_point(builder_implements:hbase.pb.CompactionEventTracker)
        org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTrackerOrBuilder {
      public static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.internal_static_hbase_pb_CompactionEventTracker_descriptor;
      }

      @java.lang.Override
      protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.internal_static_hbase_pb_CompactionEventTracker_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker.class, org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker.Builder.class);
      }

      // Construct using org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3
                .alwaysUseFieldBuilders) {
        }
      }
      @java.lang.Override
      public Builder clear() {
        super.clear();
        compactedStoreFile_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000001);
        return this;
      }

      @java.lang.Override
      public org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.internal_static_hbase_pb_CompactionEventTracker_descriptor;
      }

      @java.lang.Override
      public org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker getDefaultInstanceForType() {
        return org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker.getDefaultInstance();
      }

      @java.lang.Override
      public org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker build() {
        org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker buildPartial() {
        org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker result = new org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker(this);
        int from_bitField0_ = bitField0_;
        if (((bitField0_ & 0x00000001) != 0)) {
          compactedStoreFile_ = java.util.Collections.unmodifiableList(compactedStoreFile_);
          bitField0_ = (bitField0_ & ~0x00000001);
        }
        result.compactedStoreFile_ = compactedStoreFile_;
        onBuilt();
        return result;
      }

      @java.lang.Override
      public Builder clone() {
        return super.clone();
      }
      @java.lang.Override
      public Builder setField(
          org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.setField(field, value);
      }
      @java.lang.Override
      public Builder clearField(
          org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) {
        return super.clearField(field);
      }
      @java.lang.Override
      public Builder clearOneof(
          org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) {
        return super.clearOneof(oneof);
      }
      @java.lang.Override
      public Builder setRepeatedField(
          org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
          int index, java.lang.Object value) {
        return super.setRepeatedField(field, index, value);
      }
      @java.lang.Override
      public Builder addRepeatedField(
          org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.addRepeatedField(field, value);
      }
      @java.lang.Override
      public Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) {
        if (other instanceof org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker) {
          return mergeFrom((org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker other) {
        if (other == org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker.getDefaultInstance()) return this;
        if (!other.compactedStoreFile_.isEmpty()) {
          if (compactedStoreFile_.isEmpty()) {
            compactedStoreFile_ = other.compactedStoreFile_;
            bitField0_ = (bitField0_ & ~0x00000001);
          } else {
            ensureCompactedStoreFileIsMutable();
            compactedStoreFile_.addAll(other.compactedStoreFile_);
          }
          onChanged();
        }
        this.mergeUnknownFields(other.unknownFields);
        onChanged();
        return this;
      }

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

      @java.lang.Override
      public Builder mergeFrom(
          org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
          org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      private java.util.List compactedStoreFile_ = java.util.Collections.emptyList();
      private void ensureCompactedStoreFileIsMutable() {
        if (!((bitField0_ & 0x00000001) != 0)) {
          compactedStoreFile_ = new java.util.ArrayList(compactedStoreFile_);
          bitField0_ |= 0x00000001;
         }
      }
      /**
       * repeated bytes compacted_store_file = 1;
       * @return A list containing the compactedStoreFile.
       */
      public java.util.List
          getCompactedStoreFileList() {
        return ((bitField0_ & 0x00000001) != 0) ?
                 java.util.Collections.unmodifiableList(compactedStoreFile_) : compactedStoreFile_;
      }
      /**
       * repeated bytes compacted_store_file = 1;
       * @return The count of compactedStoreFile.
       */
      public int getCompactedStoreFileCount() {
        return compactedStoreFile_.size();
      }
      /**
       * repeated bytes compacted_store_file = 1;
       * @param index The index of the element to return.
       * @return The compactedStoreFile at the given index.
       */
      public org.apache.hbase.thirdparty.com.google.protobuf.ByteString getCompactedStoreFile(int index) {
        return compactedStoreFile_.get(index);
      }
      /**
       * repeated bytes compacted_store_file = 1;
       * @param index The index to set the value at.
       * @param value The compactedStoreFile to set.
       * @return This builder for chaining.
       */
      public Builder setCompactedStoreFile(
          int index, org.apache.hbase.thirdparty.com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  ensureCompactedStoreFileIsMutable();
        compactedStoreFile_.set(index, value);
        onChanged();
        return this;
      }
      /**
       * repeated bytes compacted_store_file = 1;
       * @param value The compactedStoreFile to add.
       * @return This builder for chaining.
       */
      public Builder addCompactedStoreFile(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  ensureCompactedStoreFileIsMutable();
        compactedStoreFile_.add(value);
        onChanged();
        return this;
      }
      /**
       * repeated bytes compacted_store_file = 1;
       * @param values The compactedStoreFile to add.
       * @return This builder for chaining.
       */
      public Builder addAllCompactedStoreFile(
          java.lang.Iterable values) {
        ensureCompactedStoreFileIsMutable();
        org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessageLite.Builder.addAll(
            values, compactedStoreFile_);
        onChanged();
        return this;
      }
      /**
       * repeated bytes compacted_store_file = 1;
       * @return This builder for chaining.
       */
      public Builder clearCompactedStoreFile() {
        compactedStoreFile_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000001);
        onChanged();
        return this;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFields(unknownFields);
      }

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


      // @@protoc_insertion_point(builder_scope:hbase.pb.CompactionEventTracker)
    }

    // @@protoc_insertion_point(class_scope:hbase.pb.CompactionEventTracker)
    private static final org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker();
    }

    public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    @java.lang.Deprecated public static final org.apache.hbase.thirdparty.com.google.protobuf.Parser
        PARSER = new org.apache.hbase.thirdparty.com.google.protobuf.AbstractParser() {
      @java.lang.Override
      public CompactionEventTracker parsePartialFrom(
          org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
          org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException {
        return new CompactionEventTracker(input, extensionRegistry);
      }
    };

    public static org.apache.hbase.thirdparty.com.google.protobuf.Parser parser() {
      return PARSER;
    }

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

    @java.lang.Override
    public org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.CompactionEventTracker getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  public interface FileInfoProtoOrBuilder extends
      // @@protoc_insertion_point(interface_extends:hbase.pb.FileInfoProto)
      org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder {

    /**
     * repeated .hbase.pb.BytesBytesPair map_entry = 1;
     */
    java.util.List 
        getMapEntryList();
    /**
     * repeated .hbase.pb.BytesBytesPair map_entry = 1;
     */
    org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPair getMapEntry(int index);
    /**
     * repeated .hbase.pb.BytesBytesPair map_entry = 1;
     */
    int getMapEntryCount();
    /**
     * repeated .hbase.pb.BytesBytesPair map_entry = 1;
     */
    java.util.List 
        getMapEntryOrBuilderList();
    /**
     * repeated .hbase.pb.BytesBytesPair map_entry = 1;
     */
    org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder getMapEntryOrBuilder(
        int index);
  }
  /**
   * 
   * Map of name/values
   * 
* * Protobuf type {@code hbase.pb.FileInfoProto} */ @javax.annotation.Generated("proto") public static final class FileInfoProto extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:hbase.pb.FileInfoProto) FileInfoProtoOrBuilder { private static final long serialVersionUID = 0L; // Use FileInfoProto.newBuilder() to construct. private FileInfoProto(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private FileInfoProto() { mapEntry_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new FileInfoProto(); } @java.lang.Override public final org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private FileInfoProto( org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { mapEntry_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } mapEntry_.add( input.readMessage(org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPair.PARSER, extensionRegistry)); break; } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) != 0)) { mapEntry_ = java.util.Collections.unmodifiableList(mapEntry_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.internal_static_hbase_pb_FileInfoProto_descriptor; } @java.lang.Override protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.internal_static_hbase_pb_FileInfoProto_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto.class, org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto.Builder.class); } public static final int MAP_ENTRY_FIELD_NUMBER = 1; private java.util.List mapEntry_; /** * repeated .hbase.pb.BytesBytesPair map_entry = 1; */ @java.lang.Override public java.util.List getMapEntryList() { return mapEntry_; } /** * repeated .hbase.pb.BytesBytesPair map_entry = 1; */ @java.lang.Override public java.util.List getMapEntryOrBuilderList() { return mapEntry_; } /** * repeated .hbase.pb.BytesBytesPair map_entry = 1; */ @java.lang.Override public int getMapEntryCount() { return mapEntry_.size(); } /** * repeated .hbase.pb.BytesBytesPair map_entry = 1; */ @java.lang.Override public org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPair getMapEntry(int index) { return mapEntry_.get(index); } /** * repeated .hbase.pb.BytesBytesPair map_entry = 1; */ @java.lang.Override public org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder getMapEntryOrBuilder( int index) { return mapEntry_.get(index); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; for (int i = 0; i < getMapEntryCount(); i++) { if (!getMapEntry(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < mapEntry_.size(); i++) { output.writeMessage(1, mapEntry_.get(i)); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < mapEntry_.size(); i++) { size += org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream .computeMessageSize(1, mapEntry_.get(i)); } 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 org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto)) { return super.equals(obj); } org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto other = (org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto) obj; if (!getMapEntryList() .equals(other.getMapEntryList())) 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 (getMapEntryCount() > 0) { hash = (37 * hash) + MAP_ENTRY_FIELD_NUMBER; hash = (53 * hash) + getMapEntryList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto parseFrom( java.nio.ByteBuffer data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto parseFrom( java.nio.ByteBuffer data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto parseFrom( org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto parseFrom( org.apache.hbase.thirdparty.com.google.protobuf.ByteString data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto parseFrom(byte[] data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto parseFrom( byte[] data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto parseFrom(java.io.InputStream input) throws java.io.IOException { return org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto parseFrom( java.io.InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto parseDelimitedFrom( java.io.InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto parseFrom( org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto parseFrom( org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.apache.hbase.thirdparty.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(org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto 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( org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * Map of name/values
     * 
* * Protobuf type {@code hbase.pb.FileInfoProto} */ @javax.annotation.Generated("proto") public static final class Builder extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:hbase.pb.FileInfoProto) org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProtoOrBuilder { public static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.internal_static_hbase_pb_FileInfoProto_descriptor; } @java.lang.Override protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.internal_static_hbase_pb_FileInfoProto_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto.class, org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto.Builder.class); } // Construct using org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getMapEntryFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); if (mapEntryBuilder_ == null) { mapEntry_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { mapEntryBuilder_.clear(); } return this; } @java.lang.Override public org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.internal_static_hbase_pb_FileInfoProto_descriptor; } @java.lang.Override public org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto getDefaultInstanceForType() { return org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto.getDefaultInstance(); } @java.lang.Override public org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto build() { org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto buildPartial() { org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto result = new org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto(this); int from_bitField0_ = bitField0_; if (mapEntryBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { mapEntry_ = java.util.Collections.unmodifiableList(mapEntry_); bitField0_ = (bitField0_ & ~0x00000001); } result.mapEntry_ = mapEntry_; } else { result.mapEntry_ = mapEntryBuilder_.build(); } onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) { if (other instanceof org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto) { return mergeFrom((org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto other) { if (other == org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto.getDefaultInstance()) return this; if (mapEntryBuilder_ == null) { if (!other.mapEntry_.isEmpty()) { if (mapEntry_.isEmpty()) { mapEntry_ = other.mapEntry_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureMapEntryIsMutable(); mapEntry_.addAll(other.mapEntry_); } onChanged(); } } else { if (!other.mapEntry_.isEmpty()) { if (mapEntryBuilder_.isEmpty()) { mapEntryBuilder_.dispose(); mapEntryBuilder_ = null; mapEntry_ = other.mapEntry_; bitField0_ = (bitField0_ & ~0x00000001); mapEntryBuilder_ = org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getMapEntryFieldBuilder() : null; } else { mapEntryBuilder_.addAllMessages(other.mapEntry_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { for (int i = 0; i < getMapEntryCount(); i++) { if (!getMapEntry(i).isInitialized()) { return false; } } return true; } @java.lang.Override public Builder mergeFrom( org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List mapEntry_ = java.util.Collections.emptyList(); private void ensureMapEntryIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { mapEntry_ = new java.util.ArrayList(mapEntry_); bitField0_ |= 0x00000001; } } private org.apache.hbase.thirdparty.com.google.protobuf.RepeatedFieldBuilderV3< org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPair, org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPair.Builder, org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder> mapEntryBuilder_; /** * repeated .hbase.pb.BytesBytesPair map_entry = 1; */ public java.util.List getMapEntryList() { if (mapEntryBuilder_ == null) { return java.util.Collections.unmodifiableList(mapEntry_); } else { return mapEntryBuilder_.getMessageList(); } } /** * repeated .hbase.pb.BytesBytesPair map_entry = 1; */ public int getMapEntryCount() { if (mapEntryBuilder_ == null) { return mapEntry_.size(); } else { return mapEntryBuilder_.getCount(); } } /** * repeated .hbase.pb.BytesBytesPair map_entry = 1; */ public org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPair getMapEntry(int index) { if (mapEntryBuilder_ == null) { return mapEntry_.get(index); } else { return mapEntryBuilder_.getMessage(index); } } /** * repeated .hbase.pb.BytesBytesPair map_entry = 1; */ public Builder setMapEntry( int index, org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPair value) { if (mapEntryBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMapEntryIsMutable(); mapEntry_.set(index, value); onChanged(); } else { mapEntryBuilder_.setMessage(index, value); } return this; } /** * repeated .hbase.pb.BytesBytesPair map_entry = 1; */ public Builder setMapEntry( int index, org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPair.Builder builderForValue) { if (mapEntryBuilder_ == null) { ensureMapEntryIsMutable(); mapEntry_.set(index, builderForValue.build()); onChanged(); } else { mapEntryBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .hbase.pb.BytesBytesPair map_entry = 1; */ public Builder addMapEntry(org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPair value) { if (mapEntryBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMapEntryIsMutable(); mapEntry_.add(value); onChanged(); } else { mapEntryBuilder_.addMessage(value); } return this; } /** * repeated .hbase.pb.BytesBytesPair map_entry = 1; */ public Builder addMapEntry( int index, org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPair value) { if (mapEntryBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMapEntryIsMutable(); mapEntry_.add(index, value); onChanged(); } else { mapEntryBuilder_.addMessage(index, value); } return this; } /** * repeated .hbase.pb.BytesBytesPair map_entry = 1; */ public Builder addMapEntry( org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPair.Builder builderForValue) { if (mapEntryBuilder_ == null) { ensureMapEntryIsMutable(); mapEntry_.add(builderForValue.build()); onChanged(); } else { mapEntryBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .hbase.pb.BytesBytesPair map_entry = 1; */ public Builder addMapEntry( int index, org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPair.Builder builderForValue) { if (mapEntryBuilder_ == null) { ensureMapEntryIsMutable(); mapEntry_.add(index, builderForValue.build()); onChanged(); } else { mapEntryBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .hbase.pb.BytesBytesPair map_entry = 1; */ public Builder addAllMapEntry( java.lang.Iterable values) { if (mapEntryBuilder_ == null) { ensureMapEntryIsMutable(); org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessageLite.Builder.addAll( values, mapEntry_); onChanged(); } else { mapEntryBuilder_.addAllMessages(values); } return this; } /** * repeated .hbase.pb.BytesBytesPair map_entry = 1; */ public Builder clearMapEntry() { if (mapEntryBuilder_ == null) { mapEntry_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { mapEntryBuilder_.clear(); } return this; } /** * repeated .hbase.pb.BytesBytesPair map_entry = 1; */ public Builder removeMapEntry(int index) { if (mapEntryBuilder_ == null) { ensureMapEntryIsMutable(); mapEntry_.remove(index); onChanged(); } else { mapEntryBuilder_.remove(index); } return this; } /** * repeated .hbase.pb.BytesBytesPair map_entry = 1; */ public org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPair.Builder getMapEntryBuilder( int index) { return getMapEntryFieldBuilder().getBuilder(index); } /** * repeated .hbase.pb.BytesBytesPair map_entry = 1; */ public org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder getMapEntryOrBuilder( int index) { if (mapEntryBuilder_ == null) { return mapEntry_.get(index); } else { return mapEntryBuilder_.getMessageOrBuilder(index); } } /** * repeated .hbase.pb.BytesBytesPair map_entry = 1; */ public java.util.List getMapEntryOrBuilderList() { if (mapEntryBuilder_ != null) { return mapEntryBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(mapEntry_); } } /** * repeated .hbase.pb.BytesBytesPair map_entry = 1; */ public org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPair.Builder addMapEntryBuilder() { return getMapEntryFieldBuilder().addBuilder( org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPair.getDefaultInstance()); } /** * repeated .hbase.pb.BytesBytesPair map_entry = 1; */ public org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPair.Builder addMapEntryBuilder( int index) { return getMapEntryFieldBuilder().addBuilder( index, org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPair.getDefaultInstance()); } /** * repeated .hbase.pb.BytesBytesPair map_entry = 1; */ public java.util.List getMapEntryBuilderList() { return getMapEntryFieldBuilder().getBuilderList(); } private org.apache.hbase.thirdparty.com.google.protobuf.RepeatedFieldBuilderV3< org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPair, org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPair.Builder, org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder> getMapEntryFieldBuilder() { if (mapEntryBuilder_ == null) { mapEntryBuilder_ = new org.apache.hbase.thirdparty.com.google.protobuf.RepeatedFieldBuilderV3< org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPair, org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPair.Builder, org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder>( mapEntry_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); mapEntry_ = null; } return mapEntryBuilder_; } @java.lang.Override public final Builder setUnknownFields( final org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:hbase.pb.FileInfoProto) } // @@protoc_insertion_point(class_scope:hbase.pb.FileInfoProto) private static final org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto(); } public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final org.apache.hbase.thirdparty.com.google.protobuf.Parser PARSER = new org.apache.hbase.thirdparty.com.google.protobuf.AbstractParser() { @java.lang.Override public FileInfoProto parsePartialFrom( org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException { return new FileInfoProto(input, extensionRegistry); } }; public static org.apache.hbase.thirdparty.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.apache.hbase.thirdparty.com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileInfoProto getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface FileTrailerProtoOrBuilder extends // @@protoc_insertion_point(interface_extends:hbase.pb.FileTrailerProto) org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder { /** * optional uint64 file_info_offset = 1; * @return Whether the fileInfoOffset field is set. */ boolean hasFileInfoOffset(); /** * optional uint64 file_info_offset = 1; * @return The fileInfoOffset. */ long getFileInfoOffset(); /** * optional uint64 load_on_open_data_offset = 2; * @return Whether the loadOnOpenDataOffset field is set. */ boolean hasLoadOnOpenDataOffset(); /** * optional uint64 load_on_open_data_offset = 2; * @return The loadOnOpenDataOffset. */ long getLoadOnOpenDataOffset(); /** * optional uint64 uncompressed_data_index_size = 3; * @return Whether the uncompressedDataIndexSize field is set. */ boolean hasUncompressedDataIndexSize(); /** * optional uint64 uncompressed_data_index_size = 3; * @return The uncompressedDataIndexSize. */ long getUncompressedDataIndexSize(); /** * optional uint64 total_uncompressed_bytes = 4; * @return Whether the totalUncompressedBytes field is set. */ boolean hasTotalUncompressedBytes(); /** * optional uint64 total_uncompressed_bytes = 4; * @return The totalUncompressedBytes. */ long getTotalUncompressedBytes(); /** * optional uint32 data_index_count = 5; * @return Whether the dataIndexCount field is set. */ boolean hasDataIndexCount(); /** * optional uint32 data_index_count = 5; * @return The dataIndexCount. */ int getDataIndexCount(); /** * optional uint32 meta_index_count = 6; * @return Whether the metaIndexCount field is set. */ boolean hasMetaIndexCount(); /** * optional uint32 meta_index_count = 6; * @return The metaIndexCount. */ int getMetaIndexCount(); /** * optional uint64 entry_count = 7; * @return Whether the entryCount field is set. */ boolean hasEntryCount(); /** * optional uint64 entry_count = 7; * @return The entryCount. */ long getEntryCount(); /** * optional uint32 num_data_index_levels = 8; * @return Whether the numDataIndexLevels field is set. */ boolean hasNumDataIndexLevels(); /** * optional uint32 num_data_index_levels = 8; * @return The numDataIndexLevels. */ int getNumDataIndexLevels(); /** * optional uint64 first_data_block_offset = 9; * @return Whether the firstDataBlockOffset field is set. */ boolean hasFirstDataBlockOffset(); /** * optional uint64 first_data_block_offset = 9; * @return The firstDataBlockOffset. */ long getFirstDataBlockOffset(); /** * optional uint64 last_data_block_offset = 10; * @return Whether the lastDataBlockOffset field is set. */ boolean hasLastDataBlockOffset(); /** * optional uint64 last_data_block_offset = 10; * @return The lastDataBlockOffset. */ long getLastDataBlockOffset(); /** * optional string comparator_class_name = 11; * @return Whether the comparatorClassName field is set. */ boolean hasComparatorClassName(); /** * optional string comparator_class_name = 11; * @return The comparatorClassName. */ java.lang.String getComparatorClassName(); /** * optional string comparator_class_name = 11; * @return The bytes for comparatorClassName. */ org.apache.hbase.thirdparty.com.google.protobuf.ByteString getComparatorClassNameBytes(); /** * optional uint32 compression_codec = 12; * @return Whether the compressionCodec field is set. */ boolean hasCompressionCodec(); /** * optional uint32 compression_codec = 12; * @return The compressionCodec. */ int getCompressionCodec(); /** * optional bytes encryption_key = 13; * @return Whether the encryptionKey field is set. */ boolean hasEncryptionKey(); /** * optional bytes encryption_key = 13; * @return The encryptionKey. */ org.apache.hbase.thirdparty.com.google.protobuf.ByteString getEncryptionKey(); } /** *
   * HFile file trailer
   * 
* * Protobuf type {@code hbase.pb.FileTrailerProto} */ @javax.annotation.Generated("proto") public static final class FileTrailerProto extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:hbase.pb.FileTrailerProto) FileTrailerProtoOrBuilder { private static final long serialVersionUID = 0L; // Use FileTrailerProto.newBuilder() to construct. private FileTrailerProto(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private FileTrailerProto() { comparatorClassName_ = ""; encryptionKey_ = org.apache.hbase.thirdparty.com.google.protobuf.ByteString.EMPTY; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new FileTrailerProto(); } @java.lang.Override public final org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private FileTrailerProto( org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { bitField0_ |= 0x00000001; fileInfoOffset_ = input.readUInt64(); break; } case 16: { bitField0_ |= 0x00000002; loadOnOpenDataOffset_ = input.readUInt64(); break; } case 24: { bitField0_ |= 0x00000004; uncompressedDataIndexSize_ = input.readUInt64(); break; } case 32: { bitField0_ |= 0x00000008; totalUncompressedBytes_ = input.readUInt64(); break; } case 40: { bitField0_ |= 0x00000010; dataIndexCount_ = input.readUInt32(); break; } case 48: { bitField0_ |= 0x00000020; metaIndexCount_ = input.readUInt32(); break; } case 56: { bitField0_ |= 0x00000040; entryCount_ = input.readUInt64(); break; } case 64: { bitField0_ |= 0x00000080; numDataIndexLevels_ = input.readUInt32(); break; } case 72: { bitField0_ |= 0x00000100; firstDataBlockOffset_ = input.readUInt64(); break; } case 80: { bitField0_ |= 0x00000200; lastDataBlockOffset_ = input.readUInt64(); break; } case 90: { org.apache.hbase.thirdparty.com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00000400; comparatorClassName_ = bs; break; } case 96: { bitField0_ |= 0x00000800; compressionCodec_ = input.readUInt32(); break; } case 106: { bitField0_ |= 0x00001000; encryptionKey_ = input.readBytes(); break; } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.internal_static_hbase_pb_FileTrailerProto_descriptor; } @java.lang.Override protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.internal_static_hbase_pb_FileTrailerProto_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto.class, org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto.Builder.class); } private int bitField0_; public static final int FILE_INFO_OFFSET_FIELD_NUMBER = 1; private long fileInfoOffset_; /** * optional uint64 file_info_offset = 1; * @return Whether the fileInfoOffset field is set. */ @java.lang.Override public boolean hasFileInfoOffset() { return ((bitField0_ & 0x00000001) != 0); } /** * optional uint64 file_info_offset = 1; * @return The fileInfoOffset. */ @java.lang.Override public long getFileInfoOffset() { return fileInfoOffset_; } public static final int LOAD_ON_OPEN_DATA_OFFSET_FIELD_NUMBER = 2; private long loadOnOpenDataOffset_; /** * optional uint64 load_on_open_data_offset = 2; * @return Whether the loadOnOpenDataOffset field is set. */ @java.lang.Override public boolean hasLoadOnOpenDataOffset() { return ((bitField0_ & 0x00000002) != 0); } /** * optional uint64 load_on_open_data_offset = 2; * @return The loadOnOpenDataOffset. */ @java.lang.Override public long getLoadOnOpenDataOffset() { return loadOnOpenDataOffset_; } public static final int UNCOMPRESSED_DATA_INDEX_SIZE_FIELD_NUMBER = 3; private long uncompressedDataIndexSize_; /** * optional uint64 uncompressed_data_index_size = 3; * @return Whether the uncompressedDataIndexSize field is set. */ @java.lang.Override public boolean hasUncompressedDataIndexSize() { return ((bitField0_ & 0x00000004) != 0); } /** * optional uint64 uncompressed_data_index_size = 3; * @return The uncompressedDataIndexSize. */ @java.lang.Override public long getUncompressedDataIndexSize() { return uncompressedDataIndexSize_; } public static final int TOTAL_UNCOMPRESSED_BYTES_FIELD_NUMBER = 4; private long totalUncompressedBytes_; /** * optional uint64 total_uncompressed_bytes = 4; * @return Whether the totalUncompressedBytes field is set. */ @java.lang.Override public boolean hasTotalUncompressedBytes() { return ((bitField0_ & 0x00000008) != 0); } /** * optional uint64 total_uncompressed_bytes = 4; * @return The totalUncompressedBytes. */ @java.lang.Override public long getTotalUncompressedBytes() { return totalUncompressedBytes_; } public static final int DATA_INDEX_COUNT_FIELD_NUMBER = 5; private int dataIndexCount_; /** * optional uint32 data_index_count = 5; * @return Whether the dataIndexCount field is set. */ @java.lang.Override public boolean hasDataIndexCount() { return ((bitField0_ & 0x00000010) != 0); } /** * optional uint32 data_index_count = 5; * @return The dataIndexCount. */ @java.lang.Override public int getDataIndexCount() { return dataIndexCount_; } public static final int META_INDEX_COUNT_FIELD_NUMBER = 6; private int metaIndexCount_; /** * optional uint32 meta_index_count = 6; * @return Whether the metaIndexCount field is set. */ @java.lang.Override public boolean hasMetaIndexCount() { return ((bitField0_ & 0x00000020) != 0); } /** * optional uint32 meta_index_count = 6; * @return The metaIndexCount. */ @java.lang.Override public int getMetaIndexCount() { return metaIndexCount_; } public static final int ENTRY_COUNT_FIELD_NUMBER = 7; private long entryCount_; /** * optional uint64 entry_count = 7; * @return Whether the entryCount field is set. */ @java.lang.Override public boolean hasEntryCount() { return ((bitField0_ & 0x00000040) != 0); } /** * optional uint64 entry_count = 7; * @return The entryCount. */ @java.lang.Override public long getEntryCount() { return entryCount_; } public static final int NUM_DATA_INDEX_LEVELS_FIELD_NUMBER = 8; private int numDataIndexLevels_; /** * optional uint32 num_data_index_levels = 8; * @return Whether the numDataIndexLevels field is set. */ @java.lang.Override public boolean hasNumDataIndexLevels() { return ((bitField0_ & 0x00000080) != 0); } /** * optional uint32 num_data_index_levels = 8; * @return The numDataIndexLevels. */ @java.lang.Override public int getNumDataIndexLevels() { return numDataIndexLevels_; } public static final int FIRST_DATA_BLOCK_OFFSET_FIELD_NUMBER = 9; private long firstDataBlockOffset_; /** * optional uint64 first_data_block_offset = 9; * @return Whether the firstDataBlockOffset field is set. */ @java.lang.Override public boolean hasFirstDataBlockOffset() { return ((bitField0_ & 0x00000100) != 0); } /** * optional uint64 first_data_block_offset = 9; * @return The firstDataBlockOffset. */ @java.lang.Override public long getFirstDataBlockOffset() { return firstDataBlockOffset_; } public static final int LAST_DATA_BLOCK_OFFSET_FIELD_NUMBER = 10; private long lastDataBlockOffset_; /** * optional uint64 last_data_block_offset = 10; * @return Whether the lastDataBlockOffset field is set. */ @java.lang.Override public boolean hasLastDataBlockOffset() { return ((bitField0_ & 0x00000200) != 0); } /** * optional uint64 last_data_block_offset = 10; * @return The lastDataBlockOffset. */ @java.lang.Override public long getLastDataBlockOffset() { return lastDataBlockOffset_; } public static final int COMPARATOR_CLASS_NAME_FIELD_NUMBER = 11; private volatile java.lang.Object comparatorClassName_; /** * optional string comparator_class_name = 11; * @return Whether the comparatorClassName field is set. */ @java.lang.Override public boolean hasComparatorClassName() { return ((bitField0_ & 0x00000400) != 0); } /** * optional string comparator_class_name = 11; * @return The comparatorClassName. */ @java.lang.Override public java.lang.String getComparatorClassName() { java.lang.Object ref = comparatorClassName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.apache.hbase.thirdparty.com.google.protobuf.ByteString bs = (org.apache.hbase.thirdparty.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { comparatorClassName_ = s; } return s; } } /** * optional string comparator_class_name = 11; * @return The bytes for comparatorClassName. */ @java.lang.Override public org.apache.hbase.thirdparty.com.google.protobuf.ByteString getComparatorClassNameBytes() { java.lang.Object ref = comparatorClassName_; if (ref instanceof java.lang.String) { org.apache.hbase.thirdparty.com.google.protobuf.ByteString b = org.apache.hbase.thirdparty.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); comparatorClassName_ = b; return b; } else { return (org.apache.hbase.thirdparty.com.google.protobuf.ByteString) ref; } } public static final int COMPRESSION_CODEC_FIELD_NUMBER = 12; private int compressionCodec_; /** * optional uint32 compression_codec = 12; * @return Whether the compressionCodec field is set. */ @java.lang.Override public boolean hasCompressionCodec() { return ((bitField0_ & 0x00000800) != 0); } /** * optional uint32 compression_codec = 12; * @return The compressionCodec. */ @java.lang.Override public int getCompressionCodec() { return compressionCodec_; } public static final int ENCRYPTION_KEY_FIELD_NUMBER = 13; private org.apache.hbase.thirdparty.com.google.protobuf.ByteString encryptionKey_; /** * optional bytes encryption_key = 13; * @return Whether the encryptionKey field is set. */ @java.lang.Override public boolean hasEncryptionKey() { return ((bitField0_ & 0x00001000) != 0); } /** * optional bytes encryption_key = 13; * @return The encryptionKey. */ @java.lang.Override public org.apache.hbase.thirdparty.com.google.protobuf.ByteString getEncryptionKey() { return encryptionKey_; } 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(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeUInt64(1, fileInfoOffset_); } if (((bitField0_ & 0x00000002) != 0)) { output.writeUInt64(2, loadOnOpenDataOffset_); } if (((bitField0_ & 0x00000004) != 0)) { output.writeUInt64(3, uncompressedDataIndexSize_); } if (((bitField0_ & 0x00000008) != 0)) { output.writeUInt64(4, totalUncompressedBytes_); } if (((bitField0_ & 0x00000010) != 0)) { output.writeUInt32(5, dataIndexCount_); } if (((bitField0_ & 0x00000020) != 0)) { output.writeUInt32(6, metaIndexCount_); } if (((bitField0_ & 0x00000040) != 0)) { output.writeUInt64(7, entryCount_); } if (((bitField0_ & 0x00000080) != 0)) { output.writeUInt32(8, numDataIndexLevels_); } if (((bitField0_ & 0x00000100) != 0)) { output.writeUInt64(9, firstDataBlockOffset_); } if (((bitField0_ & 0x00000200) != 0)) { output.writeUInt64(10, lastDataBlockOffset_); } if (((bitField0_ & 0x00000400) != 0)) { org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.writeString(output, 11, comparatorClassName_); } if (((bitField0_ & 0x00000800) != 0)) { output.writeUInt32(12, compressionCodec_); } if (((bitField0_ & 0x00001000) != 0)) { output.writeBytes(13, encryptionKey_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream .computeUInt64Size(1, fileInfoOffset_); } if (((bitField0_ & 0x00000002) != 0)) { size += org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream .computeUInt64Size(2, loadOnOpenDataOffset_); } if (((bitField0_ & 0x00000004) != 0)) { size += org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream .computeUInt64Size(3, uncompressedDataIndexSize_); } if (((bitField0_ & 0x00000008) != 0)) { size += org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream .computeUInt64Size(4, totalUncompressedBytes_); } if (((bitField0_ & 0x00000010) != 0)) { size += org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream .computeUInt32Size(5, dataIndexCount_); } if (((bitField0_ & 0x00000020) != 0)) { size += org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream .computeUInt32Size(6, metaIndexCount_); } if (((bitField0_ & 0x00000040) != 0)) { size += org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream .computeUInt64Size(7, entryCount_); } if (((bitField0_ & 0x00000080) != 0)) { size += org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream .computeUInt32Size(8, numDataIndexLevels_); } if (((bitField0_ & 0x00000100) != 0)) { size += org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream .computeUInt64Size(9, firstDataBlockOffset_); } if (((bitField0_ & 0x00000200) != 0)) { size += org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream .computeUInt64Size(10, lastDataBlockOffset_); } if (((bitField0_ & 0x00000400) != 0)) { size += org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.computeStringSize(11, comparatorClassName_); } if (((bitField0_ & 0x00000800) != 0)) { size += org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream .computeUInt32Size(12, compressionCodec_); } if (((bitField0_ & 0x00001000) != 0)) { size += org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream .computeBytesSize(13, encryptionKey_); } 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 org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto)) { return super.equals(obj); } org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto other = (org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto) obj; if (hasFileInfoOffset() != other.hasFileInfoOffset()) return false; if (hasFileInfoOffset()) { if (getFileInfoOffset() != other.getFileInfoOffset()) return false; } if (hasLoadOnOpenDataOffset() != other.hasLoadOnOpenDataOffset()) return false; if (hasLoadOnOpenDataOffset()) { if (getLoadOnOpenDataOffset() != other.getLoadOnOpenDataOffset()) return false; } if (hasUncompressedDataIndexSize() != other.hasUncompressedDataIndexSize()) return false; if (hasUncompressedDataIndexSize()) { if (getUncompressedDataIndexSize() != other.getUncompressedDataIndexSize()) return false; } if (hasTotalUncompressedBytes() != other.hasTotalUncompressedBytes()) return false; if (hasTotalUncompressedBytes()) { if (getTotalUncompressedBytes() != other.getTotalUncompressedBytes()) return false; } if (hasDataIndexCount() != other.hasDataIndexCount()) return false; if (hasDataIndexCount()) { if (getDataIndexCount() != other.getDataIndexCount()) return false; } if (hasMetaIndexCount() != other.hasMetaIndexCount()) return false; if (hasMetaIndexCount()) { if (getMetaIndexCount() != other.getMetaIndexCount()) return false; } if (hasEntryCount() != other.hasEntryCount()) return false; if (hasEntryCount()) { if (getEntryCount() != other.getEntryCount()) return false; } if (hasNumDataIndexLevels() != other.hasNumDataIndexLevels()) return false; if (hasNumDataIndexLevels()) { if (getNumDataIndexLevels() != other.getNumDataIndexLevels()) return false; } if (hasFirstDataBlockOffset() != other.hasFirstDataBlockOffset()) return false; if (hasFirstDataBlockOffset()) { if (getFirstDataBlockOffset() != other.getFirstDataBlockOffset()) return false; } if (hasLastDataBlockOffset() != other.hasLastDataBlockOffset()) return false; if (hasLastDataBlockOffset()) { if (getLastDataBlockOffset() != other.getLastDataBlockOffset()) return false; } if (hasComparatorClassName() != other.hasComparatorClassName()) return false; if (hasComparatorClassName()) { if (!getComparatorClassName() .equals(other.getComparatorClassName())) return false; } if (hasCompressionCodec() != other.hasCompressionCodec()) return false; if (hasCompressionCodec()) { if (getCompressionCodec() != other.getCompressionCodec()) return false; } if (hasEncryptionKey() != other.hasEncryptionKey()) return false; if (hasEncryptionKey()) { if (!getEncryptionKey() .equals(other.getEncryptionKey())) 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 (hasFileInfoOffset()) { hash = (37 * hash) + FILE_INFO_OFFSET_FIELD_NUMBER; hash = (53 * hash) + org.apache.hbase.thirdparty.com.google.protobuf.Internal.hashLong( getFileInfoOffset()); } if (hasLoadOnOpenDataOffset()) { hash = (37 * hash) + LOAD_ON_OPEN_DATA_OFFSET_FIELD_NUMBER; hash = (53 * hash) + org.apache.hbase.thirdparty.com.google.protobuf.Internal.hashLong( getLoadOnOpenDataOffset()); } if (hasUncompressedDataIndexSize()) { hash = (37 * hash) + UNCOMPRESSED_DATA_INDEX_SIZE_FIELD_NUMBER; hash = (53 * hash) + org.apache.hbase.thirdparty.com.google.protobuf.Internal.hashLong( getUncompressedDataIndexSize()); } if (hasTotalUncompressedBytes()) { hash = (37 * hash) + TOTAL_UNCOMPRESSED_BYTES_FIELD_NUMBER; hash = (53 * hash) + org.apache.hbase.thirdparty.com.google.protobuf.Internal.hashLong( getTotalUncompressedBytes()); } if (hasDataIndexCount()) { hash = (37 * hash) + DATA_INDEX_COUNT_FIELD_NUMBER; hash = (53 * hash) + getDataIndexCount(); } if (hasMetaIndexCount()) { hash = (37 * hash) + META_INDEX_COUNT_FIELD_NUMBER; hash = (53 * hash) + getMetaIndexCount(); } if (hasEntryCount()) { hash = (37 * hash) + ENTRY_COUNT_FIELD_NUMBER; hash = (53 * hash) + org.apache.hbase.thirdparty.com.google.protobuf.Internal.hashLong( getEntryCount()); } if (hasNumDataIndexLevels()) { hash = (37 * hash) + NUM_DATA_INDEX_LEVELS_FIELD_NUMBER; hash = (53 * hash) + getNumDataIndexLevels(); } if (hasFirstDataBlockOffset()) { hash = (37 * hash) + FIRST_DATA_BLOCK_OFFSET_FIELD_NUMBER; hash = (53 * hash) + org.apache.hbase.thirdparty.com.google.protobuf.Internal.hashLong( getFirstDataBlockOffset()); } if (hasLastDataBlockOffset()) { hash = (37 * hash) + LAST_DATA_BLOCK_OFFSET_FIELD_NUMBER; hash = (53 * hash) + org.apache.hbase.thirdparty.com.google.protobuf.Internal.hashLong( getLastDataBlockOffset()); } if (hasComparatorClassName()) { hash = (37 * hash) + COMPARATOR_CLASS_NAME_FIELD_NUMBER; hash = (53 * hash) + getComparatorClassName().hashCode(); } if (hasCompressionCodec()) { hash = (37 * hash) + COMPRESSION_CODEC_FIELD_NUMBER; hash = (53 * hash) + getCompressionCodec(); } if (hasEncryptionKey()) { hash = (37 * hash) + ENCRYPTION_KEY_FIELD_NUMBER; hash = (53 * hash) + getEncryptionKey().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto parseFrom( java.nio.ByteBuffer data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto parseFrom( java.nio.ByteBuffer data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto parseFrom( org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto parseFrom( org.apache.hbase.thirdparty.com.google.protobuf.ByteString data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto parseFrom(byte[] data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto parseFrom( byte[] data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto parseFrom(java.io.InputStream input) throws java.io.IOException { return org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto parseFrom( java.io.InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto parseDelimitedFrom( java.io.InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto parseFrom( org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto parseFrom( org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.apache.hbase.thirdparty.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(org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto 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( org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * HFile file trailer
     * 
* * Protobuf type {@code hbase.pb.FileTrailerProto} */ @javax.annotation.Generated("proto") public static final class Builder extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:hbase.pb.FileTrailerProto) org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProtoOrBuilder { public static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.internal_static_hbase_pb_FileTrailerProto_descriptor; } @java.lang.Override protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.internal_static_hbase_pb_FileTrailerProto_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto.class, org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto.Builder.class); } // Construct using org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); fileInfoOffset_ = 0L; bitField0_ = (bitField0_ & ~0x00000001); loadOnOpenDataOffset_ = 0L; bitField0_ = (bitField0_ & ~0x00000002); uncompressedDataIndexSize_ = 0L; bitField0_ = (bitField0_ & ~0x00000004); totalUncompressedBytes_ = 0L; bitField0_ = (bitField0_ & ~0x00000008); dataIndexCount_ = 0; bitField0_ = (bitField0_ & ~0x00000010); metaIndexCount_ = 0; bitField0_ = (bitField0_ & ~0x00000020); entryCount_ = 0L; bitField0_ = (bitField0_ & ~0x00000040); numDataIndexLevels_ = 0; bitField0_ = (bitField0_ & ~0x00000080); firstDataBlockOffset_ = 0L; bitField0_ = (bitField0_ & ~0x00000100); lastDataBlockOffset_ = 0L; bitField0_ = (bitField0_ & ~0x00000200); comparatorClassName_ = ""; bitField0_ = (bitField0_ & ~0x00000400); compressionCodec_ = 0; bitField0_ = (bitField0_ & ~0x00000800); encryptionKey_ = org.apache.hbase.thirdparty.com.google.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00001000); return this; } @java.lang.Override public org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.internal_static_hbase_pb_FileTrailerProto_descriptor; } @java.lang.Override public org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto getDefaultInstanceForType() { return org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto.getDefaultInstance(); } @java.lang.Override public org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto build() { org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto buildPartial() { org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto result = new org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.fileInfoOffset_ = fileInfoOffset_; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.loadOnOpenDataOffset_ = loadOnOpenDataOffset_; to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { result.uncompressedDataIndexSize_ = uncompressedDataIndexSize_; to_bitField0_ |= 0x00000004; } if (((from_bitField0_ & 0x00000008) != 0)) { result.totalUncompressedBytes_ = totalUncompressedBytes_; to_bitField0_ |= 0x00000008; } if (((from_bitField0_ & 0x00000010) != 0)) { result.dataIndexCount_ = dataIndexCount_; to_bitField0_ |= 0x00000010; } if (((from_bitField0_ & 0x00000020) != 0)) { result.metaIndexCount_ = metaIndexCount_; to_bitField0_ |= 0x00000020; } if (((from_bitField0_ & 0x00000040) != 0)) { result.entryCount_ = entryCount_; to_bitField0_ |= 0x00000040; } if (((from_bitField0_ & 0x00000080) != 0)) { result.numDataIndexLevels_ = numDataIndexLevels_; to_bitField0_ |= 0x00000080; } if (((from_bitField0_ & 0x00000100) != 0)) { result.firstDataBlockOffset_ = firstDataBlockOffset_; to_bitField0_ |= 0x00000100; } if (((from_bitField0_ & 0x00000200) != 0)) { result.lastDataBlockOffset_ = lastDataBlockOffset_; to_bitField0_ |= 0x00000200; } if (((from_bitField0_ & 0x00000400) != 0)) { to_bitField0_ |= 0x00000400; } result.comparatorClassName_ = comparatorClassName_; if (((from_bitField0_ & 0x00000800) != 0)) { result.compressionCodec_ = compressionCodec_; to_bitField0_ |= 0x00000800; } if (((from_bitField0_ & 0x00001000) != 0)) { to_bitField0_ |= 0x00001000; } result.encryptionKey_ = encryptionKey_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) { if (other instanceof org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto) { return mergeFrom((org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto other) { if (other == org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto.getDefaultInstance()) return this; if (other.hasFileInfoOffset()) { setFileInfoOffset(other.getFileInfoOffset()); } if (other.hasLoadOnOpenDataOffset()) { setLoadOnOpenDataOffset(other.getLoadOnOpenDataOffset()); } if (other.hasUncompressedDataIndexSize()) { setUncompressedDataIndexSize(other.getUncompressedDataIndexSize()); } if (other.hasTotalUncompressedBytes()) { setTotalUncompressedBytes(other.getTotalUncompressedBytes()); } if (other.hasDataIndexCount()) { setDataIndexCount(other.getDataIndexCount()); } if (other.hasMetaIndexCount()) { setMetaIndexCount(other.getMetaIndexCount()); } if (other.hasEntryCount()) { setEntryCount(other.getEntryCount()); } if (other.hasNumDataIndexLevels()) { setNumDataIndexLevels(other.getNumDataIndexLevels()); } if (other.hasFirstDataBlockOffset()) { setFirstDataBlockOffset(other.getFirstDataBlockOffset()); } if (other.hasLastDataBlockOffset()) { setLastDataBlockOffset(other.getLastDataBlockOffset()); } if (other.hasComparatorClassName()) { bitField0_ |= 0x00000400; comparatorClassName_ = other.comparatorClassName_; onChanged(); } if (other.hasCompressionCodec()) { setCompressionCodec(other.getCompressionCodec()); } if (other.hasEncryptionKey()) { setEncryptionKey(other.getEncryptionKey()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private long fileInfoOffset_ ; /** * optional uint64 file_info_offset = 1; * @return Whether the fileInfoOffset field is set. */ @java.lang.Override public boolean hasFileInfoOffset() { return ((bitField0_ & 0x00000001) != 0); } /** * optional uint64 file_info_offset = 1; * @return The fileInfoOffset. */ @java.lang.Override public long getFileInfoOffset() { return fileInfoOffset_; } /** * optional uint64 file_info_offset = 1; * @param value The fileInfoOffset to set. * @return This builder for chaining. */ public Builder setFileInfoOffset(long value) { bitField0_ |= 0x00000001; fileInfoOffset_ = value; onChanged(); return this; } /** * optional uint64 file_info_offset = 1; * @return This builder for chaining. */ public Builder clearFileInfoOffset() { bitField0_ = (bitField0_ & ~0x00000001); fileInfoOffset_ = 0L; onChanged(); return this; } private long loadOnOpenDataOffset_ ; /** * optional uint64 load_on_open_data_offset = 2; * @return Whether the loadOnOpenDataOffset field is set. */ @java.lang.Override public boolean hasLoadOnOpenDataOffset() { return ((bitField0_ & 0x00000002) != 0); } /** * optional uint64 load_on_open_data_offset = 2; * @return The loadOnOpenDataOffset. */ @java.lang.Override public long getLoadOnOpenDataOffset() { return loadOnOpenDataOffset_; } /** * optional uint64 load_on_open_data_offset = 2; * @param value The loadOnOpenDataOffset to set. * @return This builder for chaining. */ public Builder setLoadOnOpenDataOffset(long value) { bitField0_ |= 0x00000002; loadOnOpenDataOffset_ = value; onChanged(); return this; } /** * optional uint64 load_on_open_data_offset = 2; * @return This builder for chaining. */ public Builder clearLoadOnOpenDataOffset() { bitField0_ = (bitField0_ & ~0x00000002); loadOnOpenDataOffset_ = 0L; onChanged(); return this; } private long uncompressedDataIndexSize_ ; /** * optional uint64 uncompressed_data_index_size = 3; * @return Whether the uncompressedDataIndexSize field is set. */ @java.lang.Override public boolean hasUncompressedDataIndexSize() { return ((bitField0_ & 0x00000004) != 0); } /** * optional uint64 uncompressed_data_index_size = 3; * @return The uncompressedDataIndexSize. */ @java.lang.Override public long getUncompressedDataIndexSize() { return uncompressedDataIndexSize_; } /** * optional uint64 uncompressed_data_index_size = 3; * @param value The uncompressedDataIndexSize to set. * @return This builder for chaining. */ public Builder setUncompressedDataIndexSize(long value) { bitField0_ |= 0x00000004; uncompressedDataIndexSize_ = value; onChanged(); return this; } /** * optional uint64 uncompressed_data_index_size = 3; * @return This builder for chaining. */ public Builder clearUncompressedDataIndexSize() { bitField0_ = (bitField0_ & ~0x00000004); uncompressedDataIndexSize_ = 0L; onChanged(); return this; } private long totalUncompressedBytes_ ; /** * optional uint64 total_uncompressed_bytes = 4; * @return Whether the totalUncompressedBytes field is set. */ @java.lang.Override public boolean hasTotalUncompressedBytes() { return ((bitField0_ & 0x00000008) != 0); } /** * optional uint64 total_uncompressed_bytes = 4; * @return The totalUncompressedBytes. */ @java.lang.Override public long getTotalUncompressedBytes() { return totalUncompressedBytes_; } /** * optional uint64 total_uncompressed_bytes = 4; * @param value The totalUncompressedBytes to set. * @return This builder for chaining. */ public Builder setTotalUncompressedBytes(long value) { bitField0_ |= 0x00000008; totalUncompressedBytes_ = value; onChanged(); return this; } /** * optional uint64 total_uncompressed_bytes = 4; * @return This builder for chaining. */ public Builder clearTotalUncompressedBytes() { bitField0_ = (bitField0_ & ~0x00000008); totalUncompressedBytes_ = 0L; onChanged(); return this; } private int dataIndexCount_ ; /** * optional uint32 data_index_count = 5; * @return Whether the dataIndexCount field is set. */ @java.lang.Override public boolean hasDataIndexCount() { return ((bitField0_ & 0x00000010) != 0); } /** * optional uint32 data_index_count = 5; * @return The dataIndexCount. */ @java.lang.Override public int getDataIndexCount() { return dataIndexCount_; } /** * optional uint32 data_index_count = 5; * @param value The dataIndexCount to set. * @return This builder for chaining. */ public Builder setDataIndexCount(int value) { bitField0_ |= 0x00000010; dataIndexCount_ = value; onChanged(); return this; } /** * optional uint32 data_index_count = 5; * @return This builder for chaining. */ public Builder clearDataIndexCount() { bitField0_ = (bitField0_ & ~0x00000010); dataIndexCount_ = 0; onChanged(); return this; } private int metaIndexCount_ ; /** * optional uint32 meta_index_count = 6; * @return Whether the metaIndexCount field is set. */ @java.lang.Override public boolean hasMetaIndexCount() { return ((bitField0_ & 0x00000020) != 0); } /** * optional uint32 meta_index_count = 6; * @return The metaIndexCount. */ @java.lang.Override public int getMetaIndexCount() { return metaIndexCount_; } /** * optional uint32 meta_index_count = 6; * @param value The metaIndexCount to set. * @return This builder for chaining. */ public Builder setMetaIndexCount(int value) { bitField0_ |= 0x00000020; metaIndexCount_ = value; onChanged(); return this; } /** * optional uint32 meta_index_count = 6; * @return This builder for chaining. */ public Builder clearMetaIndexCount() { bitField0_ = (bitField0_ & ~0x00000020); metaIndexCount_ = 0; onChanged(); return this; } private long entryCount_ ; /** * optional uint64 entry_count = 7; * @return Whether the entryCount field is set. */ @java.lang.Override public boolean hasEntryCount() { return ((bitField0_ & 0x00000040) != 0); } /** * optional uint64 entry_count = 7; * @return The entryCount. */ @java.lang.Override public long getEntryCount() { return entryCount_; } /** * optional uint64 entry_count = 7; * @param value The entryCount to set. * @return This builder for chaining. */ public Builder setEntryCount(long value) { bitField0_ |= 0x00000040; entryCount_ = value; onChanged(); return this; } /** * optional uint64 entry_count = 7; * @return This builder for chaining. */ public Builder clearEntryCount() { bitField0_ = (bitField0_ & ~0x00000040); entryCount_ = 0L; onChanged(); return this; } private int numDataIndexLevels_ ; /** * optional uint32 num_data_index_levels = 8; * @return Whether the numDataIndexLevels field is set. */ @java.lang.Override public boolean hasNumDataIndexLevels() { return ((bitField0_ & 0x00000080) != 0); } /** * optional uint32 num_data_index_levels = 8; * @return The numDataIndexLevels. */ @java.lang.Override public int getNumDataIndexLevels() { return numDataIndexLevels_; } /** * optional uint32 num_data_index_levels = 8; * @param value The numDataIndexLevels to set. * @return This builder for chaining. */ public Builder setNumDataIndexLevels(int value) { bitField0_ |= 0x00000080; numDataIndexLevels_ = value; onChanged(); return this; } /** * optional uint32 num_data_index_levels = 8; * @return This builder for chaining. */ public Builder clearNumDataIndexLevels() { bitField0_ = (bitField0_ & ~0x00000080); numDataIndexLevels_ = 0; onChanged(); return this; } private long firstDataBlockOffset_ ; /** * optional uint64 first_data_block_offset = 9; * @return Whether the firstDataBlockOffset field is set. */ @java.lang.Override public boolean hasFirstDataBlockOffset() { return ((bitField0_ & 0x00000100) != 0); } /** * optional uint64 first_data_block_offset = 9; * @return The firstDataBlockOffset. */ @java.lang.Override public long getFirstDataBlockOffset() { return firstDataBlockOffset_; } /** * optional uint64 first_data_block_offset = 9; * @param value The firstDataBlockOffset to set. * @return This builder for chaining. */ public Builder setFirstDataBlockOffset(long value) { bitField0_ |= 0x00000100; firstDataBlockOffset_ = value; onChanged(); return this; } /** * optional uint64 first_data_block_offset = 9; * @return This builder for chaining. */ public Builder clearFirstDataBlockOffset() { bitField0_ = (bitField0_ & ~0x00000100); firstDataBlockOffset_ = 0L; onChanged(); return this; } private long lastDataBlockOffset_ ; /** * optional uint64 last_data_block_offset = 10; * @return Whether the lastDataBlockOffset field is set. */ @java.lang.Override public boolean hasLastDataBlockOffset() { return ((bitField0_ & 0x00000200) != 0); } /** * optional uint64 last_data_block_offset = 10; * @return The lastDataBlockOffset. */ @java.lang.Override public long getLastDataBlockOffset() { return lastDataBlockOffset_; } /** * optional uint64 last_data_block_offset = 10; * @param value The lastDataBlockOffset to set. * @return This builder for chaining. */ public Builder setLastDataBlockOffset(long value) { bitField0_ |= 0x00000200; lastDataBlockOffset_ = value; onChanged(); return this; } /** * optional uint64 last_data_block_offset = 10; * @return This builder for chaining. */ public Builder clearLastDataBlockOffset() { bitField0_ = (bitField0_ & ~0x00000200); lastDataBlockOffset_ = 0L; onChanged(); return this; } private java.lang.Object comparatorClassName_ = ""; /** * optional string comparator_class_name = 11; * @return Whether the comparatorClassName field is set. */ public boolean hasComparatorClassName() { return ((bitField0_ & 0x00000400) != 0); } /** * optional string comparator_class_name = 11; * @return The comparatorClassName. */ public java.lang.String getComparatorClassName() { java.lang.Object ref = comparatorClassName_; if (!(ref instanceof java.lang.String)) { org.apache.hbase.thirdparty.com.google.protobuf.ByteString bs = (org.apache.hbase.thirdparty.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { comparatorClassName_ = s; } return s; } else { return (java.lang.String) ref; } } /** * optional string comparator_class_name = 11; * @return The bytes for comparatorClassName. */ public org.apache.hbase.thirdparty.com.google.protobuf.ByteString getComparatorClassNameBytes() { java.lang.Object ref = comparatorClassName_; if (ref instanceof String) { org.apache.hbase.thirdparty.com.google.protobuf.ByteString b = org.apache.hbase.thirdparty.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); comparatorClassName_ = b; return b; } else { return (org.apache.hbase.thirdparty.com.google.protobuf.ByteString) ref; } } /** * optional string comparator_class_name = 11; * @param value The comparatorClassName to set. * @return This builder for chaining. */ public Builder setComparatorClassName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000400; comparatorClassName_ = value; onChanged(); return this; } /** * optional string comparator_class_name = 11; * @return This builder for chaining. */ public Builder clearComparatorClassName() { bitField0_ = (bitField0_ & ~0x00000400); comparatorClassName_ = getDefaultInstance().getComparatorClassName(); onChanged(); return this; } /** * optional string comparator_class_name = 11; * @param value The bytes for comparatorClassName to set. * @return This builder for chaining. */ public Builder setComparatorClassNameBytes( org.apache.hbase.thirdparty.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000400; comparatorClassName_ = value; onChanged(); return this; } private int compressionCodec_ ; /** * optional uint32 compression_codec = 12; * @return Whether the compressionCodec field is set. */ @java.lang.Override public boolean hasCompressionCodec() { return ((bitField0_ & 0x00000800) != 0); } /** * optional uint32 compression_codec = 12; * @return The compressionCodec. */ @java.lang.Override public int getCompressionCodec() { return compressionCodec_; } /** * optional uint32 compression_codec = 12; * @param value The compressionCodec to set. * @return This builder for chaining. */ public Builder setCompressionCodec(int value) { bitField0_ |= 0x00000800; compressionCodec_ = value; onChanged(); return this; } /** * optional uint32 compression_codec = 12; * @return This builder for chaining. */ public Builder clearCompressionCodec() { bitField0_ = (bitField0_ & ~0x00000800); compressionCodec_ = 0; onChanged(); return this; } private org.apache.hbase.thirdparty.com.google.protobuf.ByteString encryptionKey_ = org.apache.hbase.thirdparty.com.google.protobuf.ByteString.EMPTY; /** * optional bytes encryption_key = 13; * @return Whether the encryptionKey field is set. */ @java.lang.Override public boolean hasEncryptionKey() { return ((bitField0_ & 0x00001000) != 0); } /** * optional bytes encryption_key = 13; * @return The encryptionKey. */ @java.lang.Override public org.apache.hbase.thirdparty.com.google.protobuf.ByteString getEncryptionKey() { return encryptionKey_; } /** * optional bytes encryption_key = 13; * @param value The encryptionKey to set. * @return This builder for chaining. */ public Builder setEncryptionKey(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00001000; encryptionKey_ = value; onChanged(); return this; } /** * optional bytes encryption_key = 13; * @return This builder for chaining. */ public Builder clearEncryptionKey() { bitField0_ = (bitField0_ & ~0x00001000); encryptionKey_ = getDefaultInstance().getEncryptionKey(); onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:hbase.pb.FileTrailerProto) } // @@protoc_insertion_point(class_scope:hbase.pb.FileTrailerProto) private static final org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto(); } public static org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final org.apache.hbase.thirdparty.com.google.protobuf.Parser PARSER = new org.apache.hbase.thirdparty.com.google.protobuf.AbstractParser() { @java.lang.Override public FileTrailerProto parsePartialFrom( org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException { return new FileTrailerProto(input, extensionRegistry); } }; public static org.apache.hbase.thirdparty.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.apache.hbase.thirdparty.com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public org.apache.hadoop.hbase.shaded.protobuf.generated.HFileProtos.FileTrailerProto getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor internal_static_hbase_pb_CompactionEventTracker_descriptor; private static final org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_hbase_pb_CompactionEventTracker_fieldAccessorTable; private static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor internal_static_hbase_pb_FileInfoProto_descriptor; private static final org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_hbase_pb_FileInfoProto_fieldAccessorTable; private static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor internal_static_hbase_pb_FileTrailerProto_descriptor; private static final org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_hbase_pb_FileTrailerProto_fieldAccessorTable; public static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n\013HFile.proto\022\010hbase.pb\032\013HBase.proto\"6\n\026" + "CompactionEventTracker\022\034\n\024compacted_stor" + "e_file\030\001 \003(\014\"<\n\rFileInfoProto\022+\n\tmap_ent" + "ry\030\001 \003(\0132\030.hbase.pb.BytesBytesPair\"\221\003\n\020F" + "ileTrailerProto\022\030\n\020file_info_offset\030\001 \001(" + "\004\022 \n\030load_on_open_data_offset\030\002 \001(\004\022$\n\034u" + "ncompressed_data_index_size\030\003 \001(\004\022 \n\030tot" + "al_uncompressed_bytes\030\004 \001(\004\022\030\n\020data_inde" + "x_count\030\005 \001(\r\022\030\n\020meta_index_count\030\006 \001(\r\022" + "\023\n\013entry_count\030\007 \001(\004\022\035\n\025num_data_index_l" + "evels\030\010 \001(\r\022\037\n\027first_data_block_offset\030\t" + " \001(\004\022\036\n\026last_data_block_offset\030\n \001(\004\022\035\n\025" + "comparator_class_name\030\013 \001(\t\022\031\n\021compressi" + "on_codec\030\014 \001(\r\022\026\n\016encryption_key\030\r \001(\014BH" + "\n1org.apache.hadoop.hbase.shaded.protobu" + "f.generatedB\013HFileProtosH\001\210\001\001\240\001\001" }; descriptor = org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FileDescriptor[] { org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.getDescriptor(), }); internal_static_hbase_pb_CompactionEventTracker_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_hbase_pb_CompactionEventTracker_fieldAccessorTable = new org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_hbase_pb_CompactionEventTracker_descriptor, new java.lang.String[] { "CompactedStoreFile", }); internal_static_hbase_pb_FileInfoProto_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_hbase_pb_FileInfoProto_fieldAccessorTable = new org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_hbase_pb_FileInfoProto_descriptor, new java.lang.String[] { "MapEntry", }); internal_static_hbase_pb_FileTrailerProto_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_hbase_pb_FileTrailerProto_fieldAccessorTable = new org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_hbase_pb_FileTrailerProto_descriptor, new java.lang.String[] { "FileInfoOffset", "LoadOnOpenDataOffset", "UncompressedDataIndexSize", "TotalUncompressedBytes", "DataIndexCount", "MetaIndexCount", "EntryCount", "NumDataIndexLevels", "FirstDataBlockOffset", "LastDataBlockOffset", "ComparatorClassName", "CompressionCodec", "EncryptionKey", }); org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy