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

org.apache.hudi.org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos 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: ClusterStatus.proto

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

@javax.annotation.Generated("proto") public final class ClusterStatusProtos {
  private ClusterStatusProtos() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
  }
  /**
   * Protobuf enum {@code hbase.pb.Option}
   */
  public enum Option
      implements com.google.protobuf.ProtocolMessageEnum {
    /**
     * HBASE_VERSION = 0;
     */
    HBASE_VERSION(0, 0),
    /**
     * CLUSTER_ID = 1;
     */
    CLUSTER_ID(1, 1),
    /**
     * LIVE_SERVERS = 2;
     */
    LIVE_SERVERS(2, 2),
    /**
     * DEAD_SERVERS = 3;
     */
    DEAD_SERVERS(3, 3),
    /**
     * MASTER = 4;
     */
    MASTER(4, 4),
    /**
     * BACKUP_MASTERS = 5;
     */
    BACKUP_MASTERS(5, 5),
    /**
     * MASTER_COPROCESSORS = 6;
     */
    MASTER_COPROCESSORS(6, 6),
    /**
     * REGIONS_IN_TRANSITION = 7;
     */
    REGIONS_IN_TRANSITION(7, 7),
    /**
     * BALANCER_ON = 8;
     */
    BALANCER_ON(8, 8),
    ;

    /**
     * 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;


    public final int getNumber() { return value; }

    public static Option valueOf(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;
        default: return null;
      }
    }

    public static com.google.protobuf.Internal.EnumLiteMap




© 2015 - 2024 Weber Informatics LLC | Privacy Policy