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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: ClusterStatus.proto

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

@javax.annotation.Generated("proto") public final class ClusterStatusProtos {
  private ClusterStatusProtos() {}
  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);
  }
  /**
   * Protobuf enum {@code hbase.pb.Option}
   */
  public enum Option
      implements org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnum {
    /**
     * HBASE_VERSION = 0;
     */
    HBASE_VERSION(0),
    /**
     * CLUSTER_ID = 1;
     */
    CLUSTER_ID(1),
    /**
     * LIVE_SERVERS = 2;
     */
    LIVE_SERVERS(2),
    /**
     * DEAD_SERVERS = 3;
     */
    DEAD_SERVERS(3),
    /**
     * MASTER = 4;
     */
    MASTER(4),
    /**
     * BACKUP_MASTERS = 5;
     */
    BACKUP_MASTERS(5),
    /**
     * MASTER_COPROCESSORS = 6;
     */
    MASTER_COPROCESSORS(6),
    /**
     * REGIONS_IN_TRANSITION = 7;
     */
    REGIONS_IN_TRANSITION(7),
    /**
     * BALANCER_ON = 8;
     */
    BALANCER_ON(8),
    /**
     * MASTER_INFO_PORT = 9;
     */
    MASTER_INFO_PORT(9),
    /**
     * SERVERS_NAME = 10;
     */
    SERVERS_NAME(10),
    /**
     * TABLE_TO_REGIONS_COUNT = 11;
     */
    TABLE_TO_REGIONS_COUNT(11),
    ;

    /**
     * HBASE_VERSION = 0;
     */
    public static final int HBASE_VERSION_VALUE = 0;
    /**
     * CLUSTER_ID = 1;
     */
    public static final int CLUSTER_ID_VALUE = 1;
    /**
     * LIVE_SERVERS = 2;
     */
    public static final int LIVE_SERVERS_VALUE = 2;
    /**
     * DEAD_SERVERS = 3;
     */
    public static final int DEAD_SERVERS_VALUE = 3;
    /**
     * MASTER = 4;
     */
    public static final int MASTER_VALUE = 4;
    /**
     * BACKUP_MASTERS = 5;
     */
    public static final int BACKUP_MASTERS_VALUE = 5;
    /**
     * MASTER_COPROCESSORS = 6;
     */
    public static final int MASTER_COPROCESSORS_VALUE = 6;
    /**
     * REGIONS_IN_TRANSITION = 7;
     */
    public static final int REGIONS_IN_TRANSITION_VALUE = 7;
    /**
     * BALANCER_ON = 8;
     */
    public static final int BALANCER_ON_VALUE = 8;
    /**
     * MASTER_INFO_PORT = 9;
     */
    public static final int MASTER_INFO_PORT_VALUE = 9;
    /**
     * SERVERS_NAME = 10;
     */
    public static final int SERVERS_NAME_VALUE = 10;
    /**
     * TABLE_TO_REGIONS_COUNT = 11;
     */
    public static final int TABLE_TO_REGIONS_COUNT_VALUE = 11;


    public final int getNumber() {
      return value;
    }

    /**
     * @param value The numeric wire value of the corresponding enum entry.
     * @return The enum associated with the given numeric wire value.
     * @deprecated Use {@link #forNumber(int)} instead.
     */
    @java.lang.Deprecated
    public static Option valueOf(int value) {
      return forNumber(value);
    }

    /**
     * @param value The numeric wire value of the corresponding enum entry.
     * @return The enum associated with the given numeric wire value.
     */
    public static Option forNumber(int value) {
      switch (value) {
        case 0: return HBASE_VERSION;
        case 1: return CLUSTER_ID;
        case 2: return LIVE_SERVERS;
        case 3: return DEAD_SERVERS;
        case 4: return MASTER;
        case 5: return BACKUP_MASTERS;
        case 6: return MASTER_COPROCESSORS;
        case 7: return REGIONS_IN_TRANSITION;
        case 8: return BALANCER_ON;
        case 9: return MASTER_INFO_PORT;
        case 10: return SERVERS_NAME;
        case 11: return TABLE_TO_REGIONS_COUNT;
        default: return null;
      }
    }

    public static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap




© 2015 - 2024 Weber Informatics LLC | Privacy Policy