Enum Class CommandAlert.BrokerTriggerMetricType

java.lang.Object
java.lang.Enum<CommandAlert.BrokerTriggerMetricType>
io.confluent.command.record.alert.CommandAlert.BrokerTriggerMetricType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<CommandAlert.BrokerTriggerMetricType>, Constable
Enclosing class:
CommandAlert

public static enum CommandAlert.BrokerTriggerMetricType extends Enum<CommandAlert.BrokerTriggerMetricType> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum command_alert.BrokerTriggerMetricType
  • Enum Constant Details

  • Field Details

    • BROKER_BYTES_IN_VALUE

      public static final int BROKER_BYTES_IN_VALUE
      BROKER_BYTES_IN = 0;
      See Also:
    • BROKER_BYTES_OUT_VALUE

      public static final int BROKER_BYTES_OUT_VALUE
      BROKER_BYTES_OUT = 1;
      See Also:
    • BROKER_PRODUCTION_REQ_LATENCY_999_VALUE

      public static final int BROKER_PRODUCTION_REQ_LATENCY_999_VALUE
      BROKER_PRODUCTION_REQ_LATENCY_999 = 2;
      See Also:
    • BROKER_PRODUCTION_REQ_LATENCY_990_VALUE

      public static final int BROKER_PRODUCTION_REQ_LATENCY_990_VALUE
      BROKER_PRODUCTION_REQ_LATENCY_990 = 3;
      See Also:
    • BROKER_PRODUCTION_REQ_LATENCY_950_VALUE

      public static final int BROKER_PRODUCTION_REQ_LATENCY_950_VALUE
      BROKER_PRODUCTION_REQ_LATENCY_950 = 4;
      See Also:
    • BROKER_PRODUCTION_REQ_LATENCY_MEDIAN_VALUE

      public static final int BROKER_PRODUCTION_REQ_LATENCY_MEDIAN_VALUE
      BROKER_PRODUCTION_REQ_LATENCY_MEDIAN = 5;
      See Also:
    • BROKER_PRODUCTION_REQ_COUNT_VALUE

      public static final int BROKER_PRODUCTION_REQ_COUNT_VALUE
      BROKER_PRODUCTION_REQ_COUNT = 6;
      See Also:
    • BROKER_FETCH_REQ_LATENCY_999_VALUE

      public static final int BROKER_FETCH_REQ_LATENCY_999_VALUE
      BROKER_FETCH_REQ_LATENCY_999 = 7;
      See Also:
    • BROKER_FETCH_REQ_LATENCY_990_VALUE

      public static final int BROKER_FETCH_REQ_LATENCY_990_VALUE
      BROKER_FETCH_REQ_LATENCY_990 = 8;
      See Also:
    • BROKER_FETCH_REQ_LATENCY_950_VALUE

      public static final int BROKER_FETCH_REQ_LATENCY_950_VALUE
      BROKER_FETCH_REQ_LATENCY_950 = 9;
      See Also:
    • BROKER_FETCH_REQ_LATENCY_MEDIAN_VALUE

      public static final int BROKER_FETCH_REQ_LATENCY_MEDIAN_VALUE
      BROKER_FETCH_REQ_LATENCY_MEDIAN = 10;
      See Also:
    • UNDER_REPLICATED_TOPIC_PARTITIONS_VALUE

      public static final int UNDER_REPLICATED_TOPIC_PARTITIONS_VALUE
      UNDER_REPLICATED_TOPIC_PARTITIONS = 11;
      See Also:
    • OFFLINE_TOPIC_PARTITIONS_VALUE

      public static final int OFFLINE_TOPIC_PARTITIONS_VALUE
      OFFLINE_TOPIC_PARTITIONS = 12;
      See Also:
    • ZK_STATUS_VALUE

      public static final int ZK_STATUS_VALUE
      ZK_STATUS = 13;
      See Also:
    • ZK_EXPIRATION_RATE_VALUE

      public static final int ZK_EXPIRATION_RATE_VALUE
      ZK_EXPIRATION_RATE = 14;
      See Also:
    • ACTIVE_CONTROLLER_COUNT_VALUE

      public static final int ACTIVE_CONTROLLER_COUNT_VALUE
      ACTIVE_CONTROLLER_COUNT = 15;
      See Also:
    • LEADER_ELECTION_RATE_VALUE

      public static final int LEADER_ELECTION_RATE_VALUE
      LEADER_ELECTION_RATE = 16;
      See Also:
    • UNCLEAN_ELECTION_COUNT_VALUE

      public static final int UNCLEAN_ELECTION_COUNT_VALUE
      UNCLEAN_ELECTION_COUNT = 17;
      See Also:
    • CLUSTER_STATUS_VALUE

      public static final int CLUSTER_STATUS_VALUE
      CLUSTER_STATUS = 18;
      See Also:
  • Method Details

    • values

      public static CommandAlert.BrokerTriggerMetricType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static CommandAlert.BrokerTriggerMetricType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static CommandAlert.BrokerTriggerMetricType valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static CommandAlert.BrokerTriggerMetricType forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<CommandAlert.BrokerTriggerMetricType> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static CommandAlert.BrokerTriggerMetricType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null