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-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionACTIVE_CONTROLLER_COUNT = 15;BROKER_BYTES_IN = 0;BROKER_BYTES_OUT = 1;BROKER_FETCH_REQ_LATENCY_950 = 9;BROKER_FETCH_REQ_LATENCY_990 = 8;BROKER_FETCH_REQ_LATENCY_999 = 7;BROKER_FETCH_REQ_LATENCY_MEDIAN = 10;BROKER_PRODUCTION_REQ_COUNT = 6;BROKER_PRODUCTION_REQ_LATENCY_950 = 4;BROKER_PRODUCTION_REQ_LATENCY_990 = 3;BROKER_PRODUCTION_REQ_LATENCY_999 = 2;BROKER_PRODUCTION_REQ_LATENCY_MEDIAN = 5;CLUSTER_STATUS = 18;LEADER_ELECTION_RATE = 16;OFFLINE_TOPIC_PARTITIONS = 12;UNCLEAN_ELECTION_COUNT = 17;UNDER_REPLICATED_TOPIC_PARTITIONS = 11;ZK_EXPIRATION_RATE = 14;ZK_STATUS = 13; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intACTIVE_CONTROLLER_COUNT = 15;static final intBROKER_BYTES_IN = 0;static final intBROKER_BYTES_OUT = 1;static final intBROKER_FETCH_REQ_LATENCY_950 = 9;static final intBROKER_FETCH_REQ_LATENCY_990 = 8;static final intBROKER_FETCH_REQ_LATENCY_999 = 7;static final intBROKER_FETCH_REQ_LATENCY_MEDIAN = 10;static final intBROKER_PRODUCTION_REQ_COUNT = 6;static final intBROKER_PRODUCTION_REQ_LATENCY_950 = 4;static final intBROKER_PRODUCTION_REQ_LATENCY_990 = 3;static final intBROKER_PRODUCTION_REQ_LATENCY_999 = 2;static final intBROKER_PRODUCTION_REQ_LATENCY_MEDIAN = 5;static final intCLUSTER_STATUS = 18;static final intLEADER_ELECTION_RATE = 16;static final intOFFLINE_TOPIC_PARTITIONS = 12;static final intUNCLEAN_ELECTION_COUNT = 17;static final intUNDER_REPLICATED_TOPIC_PARTITIONS = 11;static final intZK_EXPIRATION_RATE = 14;static final intZK_STATUS = 13; -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<CommandAlert.BrokerTriggerMetricType> valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static CommandAlert.BrokerTriggerMetricType[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
BROKER_BYTES_IN
BROKER_BYTES_IN = 0; -
BROKER_BYTES_OUT
BROKER_BYTES_OUT = 1; -
BROKER_PRODUCTION_REQ_LATENCY_999
BROKER_PRODUCTION_REQ_LATENCY_999 = 2; -
BROKER_PRODUCTION_REQ_LATENCY_990
BROKER_PRODUCTION_REQ_LATENCY_990 = 3; -
BROKER_PRODUCTION_REQ_LATENCY_950
BROKER_PRODUCTION_REQ_LATENCY_950 = 4; -
BROKER_PRODUCTION_REQ_LATENCY_MEDIAN
BROKER_PRODUCTION_REQ_LATENCY_MEDIAN = 5; -
BROKER_PRODUCTION_REQ_COUNT
BROKER_PRODUCTION_REQ_COUNT = 6; -
BROKER_FETCH_REQ_LATENCY_999
BROKER_FETCH_REQ_LATENCY_999 = 7; -
BROKER_FETCH_REQ_LATENCY_990
BROKER_FETCH_REQ_LATENCY_990 = 8; -
BROKER_FETCH_REQ_LATENCY_950
BROKER_FETCH_REQ_LATENCY_950 = 9; -
BROKER_FETCH_REQ_LATENCY_MEDIAN
BROKER_FETCH_REQ_LATENCY_MEDIAN = 10; -
UNDER_REPLICATED_TOPIC_PARTITIONS
UNDER_REPLICATED_TOPIC_PARTITIONS = 11; -
OFFLINE_TOPIC_PARTITIONS
OFFLINE_TOPIC_PARTITIONS = 12; -
ZK_STATUS
ZK_STATUS = 13; -
ZK_EXPIRATION_RATE
ZK_EXPIRATION_RATE = 14; -
ACTIVE_CONTROLLER_COUNT
ACTIVE_CONTROLLER_COUNT = 15; -
LEADER_ELECTION_RATE
LEADER_ELECTION_RATE = 16; -
UNCLEAN_ELECTION_COUNT
UNCLEAN_ELECTION_COUNT = 17; -
CLUSTER_STATUS
CLUSTER_STATUS = 18; -
UNRECOGNIZED
-
-
Field Details
-
BROKER_BYTES_IN_VALUE
public static final int BROKER_BYTES_IN_VALUEBROKER_BYTES_IN = 0;- See Also:
-
BROKER_BYTES_OUT_VALUE
public static final int BROKER_BYTES_OUT_VALUEBROKER_BYTES_OUT = 1;- See Also:
-
BROKER_PRODUCTION_REQ_LATENCY_999_VALUE
public static final int BROKER_PRODUCTION_REQ_LATENCY_999_VALUEBROKER_PRODUCTION_REQ_LATENCY_999 = 2;- See Also:
-
BROKER_PRODUCTION_REQ_LATENCY_990_VALUE
public static final int BROKER_PRODUCTION_REQ_LATENCY_990_VALUEBROKER_PRODUCTION_REQ_LATENCY_990 = 3;- See Also:
-
BROKER_PRODUCTION_REQ_LATENCY_950_VALUE
public static final int BROKER_PRODUCTION_REQ_LATENCY_950_VALUEBROKER_PRODUCTION_REQ_LATENCY_950 = 4;- See Also:
-
BROKER_PRODUCTION_REQ_LATENCY_MEDIAN_VALUE
public static final int BROKER_PRODUCTION_REQ_LATENCY_MEDIAN_VALUEBROKER_PRODUCTION_REQ_LATENCY_MEDIAN = 5;- See Also:
-
BROKER_PRODUCTION_REQ_COUNT_VALUE
public static final int BROKER_PRODUCTION_REQ_COUNT_VALUEBROKER_PRODUCTION_REQ_COUNT = 6;- See Also:
-
BROKER_FETCH_REQ_LATENCY_999_VALUE
public static final int BROKER_FETCH_REQ_LATENCY_999_VALUEBROKER_FETCH_REQ_LATENCY_999 = 7;- See Also:
-
BROKER_FETCH_REQ_LATENCY_990_VALUE
public static final int BROKER_FETCH_REQ_LATENCY_990_VALUEBROKER_FETCH_REQ_LATENCY_990 = 8;- See Also:
-
BROKER_FETCH_REQ_LATENCY_950_VALUE
public static final int BROKER_FETCH_REQ_LATENCY_950_VALUEBROKER_FETCH_REQ_LATENCY_950 = 9;- See Also:
-
BROKER_FETCH_REQ_LATENCY_MEDIAN_VALUE
public static final int BROKER_FETCH_REQ_LATENCY_MEDIAN_VALUEBROKER_FETCH_REQ_LATENCY_MEDIAN = 10;- See Also:
-
UNDER_REPLICATED_TOPIC_PARTITIONS_VALUE
public static final int UNDER_REPLICATED_TOPIC_PARTITIONS_VALUEUNDER_REPLICATED_TOPIC_PARTITIONS = 11;- See Also:
-
OFFLINE_TOPIC_PARTITIONS_VALUE
public static final int OFFLINE_TOPIC_PARTITIONS_VALUEOFFLINE_TOPIC_PARTITIONS = 12;- See Also:
-
ZK_STATUS_VALUE
public static final int ZK_STATUS_VALUEZK_STATUS = 13;- See Also:
-
ZK_EXPIRATION_RATE_VALUE
public static final int ZK_EXPIRATION_RATE_VALUEZK_EXPIRATION_RATE = 14;- See Also:
-
ACTIVE_CONTROLLER_COUNT_VALUE
public static final int ACTIVE_CONTROLLER_COUNT_VALUEACTIVE_CONTROLLER_COUNT = 15;- See Also:
-
LEADER_ELECTION_RATE_VALUE
public static final int LEADER_ELECTION_RATE_VALUELEADER_ELECTION_RATE = 16;- See Also:
-
UNCLEAN_ELECTION_COUNT_VALUE
public static final int UNCLEAN_ELECTION_COUNT_VALUEUNCLEAN_ELECTION_COUNT = 17;- See Also:
-
CLUSTER_STATUS_VALUE
public static final int CLUSTER_STATUS_VALUECLUSTER_STATUS = 18;- See Also:
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
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 nameNullPointerException- if the argument is null
-
forNumber
- 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:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.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 nameNullPointerException- if the argument is null
-