public static enum CommandAlert.BrokerTriggerMetricType extends Enum<CommandAlert.BrokerTriggerMetricType> implements com.google.protobuf.ProtocolMessageEnum
command_alert.BrokerTriggerMetricType
Enum Constant and Description |
---|
ACTIVE_CONTROLLER_COUNT
ACTIVE_CONTROLLER_COUNT = 15; |
BROKER_BYTES_IN
BROKER_BYTES_IN = 0; |
BROKER_BYTES_OUT
BROKER_BYTES_OUT = 1; |
BROKER_FETCH_REQ_LATENCY_950
BROKER_FETCH_REQ_LATENCY_950 = 9; |
BROKER_FETCH_REQ_LATENCY_990
BROKER_FETCH_REQ_LATENCY_990 = 8; |
BROKER_FETCH_REQ_LATENCY_999
BROKER_FETCH_REQ_LATENCY_999 = 7; |
BROKER_FETCH_REQ_LATENCY_MEDIAN
BROKER_FETCH_REQ_LATENCY_MEDIAN = 10; |
BROKER_PRODUCTION_REQ_COUNT
BROKER_PRODUCTION_REQ_COUNT = 6; |
BROKER_PRODUCTION_REQ_LATENCY_950
BROKER_PRODUCTION_REQ_LATENCY_950 = 4; |
BROKER_PRODUCTION_REQ_LATENCY_990
BROKER_PRODUCTION_REQ_LATENCY_990 = 3; |
BROKER_PRODUCTION_REQ_LATENCY_999
BROKER_PRODUCTION_REQ_LATENCY_999 = 2; |
BROKER_PRODUCTION_REQ_LATENCY_MEDIAN
BROKER_PRODUCTION_REQ_LATENCY_MEDIAN = 5; |
CLUSTER_STATUS
CLUSTER_STATUS = 18; |
LEADER_ELECTION_RATE
LEADER_ELECTION_RATE = 16; |
OFFLINE_TOPIC_PARTITIONS
OFFLINE_TOPIC_PARTITIONS = 12; |
UNCLEAN_ELECTION_COUNT
UNCLEAN_ELECTION_COUNT = 17; |
UNDER_REPLICATED_TOPIC_PARTITIONS
UNDER_REPLICATED_TOPIC_PARTITIONS = 11; |
UNRECOGNIZED |
ZK_EXPIRATION_RATE
ZK_EXPIRATION_RATE = 14; |
ZK_STATUS
ZK_STATUS = 13; |
Modifier and Type | Field and Description |
---|---|
static int |
ACTIVE_CONTROLLER_COUNT_VALUE
ACTIVE_CONTROLLER_COUNT = 15; |
static int |
BROKER_BYTES_IN_VALUE
BROKER_BYTES_IN = 0; |
static int |
BROKER_BYTES_OUT_VALUE
BROKER_BYTES_OUT = 1; |
static int |
BROKER_FETCH_REQ_LATENCY_950_VALUE
BROKER_FETCH_REQ_LATENCY_950 = 9; |
static int |
BROKER_FETCH_REQ_LATENCY_990_VALUE
BROKER_FETCH_REQ_LATENCY_990 = 8; |
static int |
BROKER_FETCH_REQ_LATENCY_999_VALUE
BROKER_FETCH_REQ_LATENCY_999 = 7; |
static int |
BROKER_FETCH_REQ_LATENCY_MEDIAN_VALUE
BROKER_FETCH_REQ_LATENCY_MEDIAN = 10; |
static int |
BROKER_PRODUCTION_REQ_COUNT_VALUE
BROKER_PRODUCTION_REQ_COUNT = 6; |
static int |
BROKER_PRODUCTION_REQ_LATENCY_950_VALUE
BROKER_PRODUCTION_REQ_LATENCY_950 = 4; |
static int |
BROKER_PRODUCTION_REQ_LATENCY_990_VALUE
BROKER_PRODUCTION_REQ_LATENCY_990 = 3; |
static int |
BROKER_PRODUCTION_REQ_LATENCY_999_VALUE
BROKER_PRODUCTION_REQ_LATENCY_999 = 2; |
static int |
BROKER_PRODUCTION_REQ_LATENCY_MEDIAN_VALUE
BROKER_PRODUCTION_REQ_LATENCY_MEDIAN = 5; |
static int |
CLUSTER_STATUS_VALUE
CLUSTER_STATUS = 18; |
static int |
LEADER_ELECTION_RATE_VALUE
LEADER_ELECTION_RATE = 16; |
static int |
OFFLINE_TOPIC_PARTITIONS_VALUE
OFFLINE_TOPIC_PARTITIONS = 12; |
static int |
UNCLEAN_ELECTION_COUNT_VALUE
UNCLEAN_ELECTION_COUNT = 17; |
static int |
UNDER_REPLICATED_TOPIC_PARTITIONS_VALUE
UNDER_REPLICATED_TOPIC_PARTITIONS = 11; |
static int |
ZK_EXPIRATION_RATE_VALUE
ZK_EXPIRATION_RATE = 14; |
static int |
ZK_STATUS_VALUE
ZK_STATUS = 13; |
Modifier and Type | Method and Description |
---|---|
static CommandAlert.BrokerTriggerMetricType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<CommandAlert.BrokerTriggerMetricType> |
internalGetValueMap() |
static CommandAlert.BrokerTriggerMetricType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CommandAlert.BrokerTriggerMetricType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CommandAlert.BrokerTriggerMetricType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandAlert.BrokerTriggerMetricType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandAlert.BrokerTriggerMetricType BROKER_BYTES_IN
BROKER_BYTES_IN = 0;
public static final CommandAlert.BrokerTriggerMetricType BROKER_BYTES_OUT
BROKER_BYTES_OUT = 1;
public static final CommandAlert.BrokerTriggerMetricType BROKER_PRODUCTION_REQ_LATENCY_999
BROKER_PRODUCTION_REQ_LATENCY_999 = 2;
public static final CommandAlert.BrokerTriggerMetricType BROKER_PRODUCTION_REQ_LATENCY_990
BROKER_PRODUCTION_REQ_LATENCY_990 = 3;
public static final CommandAlert.BrokerTriggerMetricType BROKER_PRODUCTION_REQ_LATENCY_950
BROKER_PRODUCTION_REQ_LATENCY_950 = 4;
public static final CommandAlert.BrokerTriggerMetricType BROKER_PRODUCTION_REQ_LATENCY_MEDIAN
BROKER_PRODUCTION_REQ_LATENCY_MEDIAN = 5;
public static final CommandAlert.BrokerTriggerMetricType BROKER_PRODUCTION_REQ_COUNT
BROKER_PRODUCTION_REQ_COUNT = 6;
public static final CommandAlert.BrokerTriggerMetricType BROKER_FETCH_REQ_LATENCY_999
BROKER_FETCH_REQ_LATENCY_999 = 7;
public static final CommandAlert.BrokerTriggerMetricType BROKER_FETCH_REQ_LATENCY_990
BROKER_FETCH_REQ_LATENCY_990 = 8;
public static final CommandAlert.BrokerTriggerMetricType BROKER_FETCH_REQ_LATENCY_950
BROKER_FETCH_REQ_LATENCY_950 = 9;
public static final CommandAlert.BrokerTriggerMetricType BROKER_FETCH_REQ_LATENCY_MEDIAN
BROKER_FETCH_REQ_LATENCY_MEDIAN = 10;
public static final CommandAlert.BrokerTriggerMetricType UNDER_REPLICATED_TOPIC_PARTITIONS
UNDER_REPLICATED_TOPIC_PARTITIONS = 11;
public static final CommandAlert.BrokerTriggerMetricType OFFLINE_TOPIC_PARTITIONS
OFFLINE_TOPIC_PARTITIONS = 12;
public static final CommandAlert.BrokerTriggerMetricType ZK_STATUS
ZK_STATUS = 13;
public static final CommandAlert.BrokerTriggerMetricType ZK_EXPIRATION_RATE
ZK_EXPIRATION_RATE = 14;
public static final CommandAlert.BrokerTriggerMetricType ACTIVE_CONTROLLER_COUNT
ACTIVE_CONTROLLER_COUNT = 15;
public static final CommandAlert.BrokerTriggerMetricType LEADER_ELECTION_RATE
LEADER_ELECTION_RATE = 16;
public static final CommandAlert.BrokerTriggerMetricType UNCLEAN_ELECTION_COUNT
UNCLEAN_ELECTION_COUNT = 17;
public static final CommandAlert.BrokerTriggerMetricType CLUSTER_STATUS
CLUSTER_STATUS = 18;
public static final CommandAlert.BrokerTriggerMetricType UNRECOGNIZED
public static final int BROKER_BYTES_IN_VALUE
BROKER_BYTES_IN = 0;
public static final int BROKER_BYTES_OUT_VALUE
BROKER_BYTES_OUT = 1;
public static final int BROKER_PRODUCTION_REQ_LATENCY_999_VALUE
BROKER_PRODUCTION_REQ_LATENCY_999 = 2;
public static final int BROKER_PRODUCTION_REQ_LATENCY_990_VALUE
BROKER_PRODUCTION_REQ_LATENCY_990 = 3;
public static final int BROKER_PRODUCTION_REQ_LATENCY_950_VALUE
BROKER_PRODUCTION_REQ_LATENCY_950 = 4;
public static final int BROKER_PRODUCTION_REQ_LATENCY_MEDIAN_VALUE
BROKER_PRODUCTION_REQ_LATENCY_MEDIAN = 5;
public static final int BROKER_PRODUCTION_REQ_COUNT_VALUE
BROKER_PRODUCTION_REQ_COUNT = 6;
public static final int BROKER_FETCH_REQ_LATENCY_999_VALUE
BROKER_FETCH_REQ_LATENCY_999 = 7;
public static final int BROKER_FETCH_REQ_LATENCY_990_VALUE
BROKER_FETCH_REQ_LATENCY_990 = 8;
public static final int BROKER_FETCH_REQ_LATENCY_950_VALUE
BROKER_FETCH_REQ_LATENCY_950 = 9;
public static final int BROKER_FETCH_REQ_LATENCY_MEDIAN_VALUE
BROKER_FETCH_REQ_LATENCY_MEDIAN = 10;
public static final int UNDER_REPLICATED_TOPIC_PARTITIONS_VALUE
UNDER_REPLICATED_TOPIC_PARTITIONS = 11;
public static final int OFFLINE_TOPIC_PARTITIONS_VALUE
OFFLINE_TOPIC_PARTITIONS = 12;
public static final int ZK_STATUS_VALUE
ZK_STATUS = 13;
public static final int ZK_EXPIRATION_RATE_VALUE
ZK_EXPIRATION_RATE = 14;
public static final int ACTIVE_CONTROLLER_COUNT_VALUE
ACTIVE_CONTROLLER_COUNT = 15;
public static final int LEADER_ELECTION_RATE_VALUE
LEADER_ELECTION_RATE = 16;
public static final int UNCLEAN_ELECTION_COUNT_VALUE
UNCLEAN_ELECTION_COUNT = 17;
public static final int CLUSTER_STATUS_VALUE
CLUSTER_STATUS = 18;
public static CommandAlert.BrokerTriggerMetricType[] values()
for (CommandAlert.BrokerTriggerMetricType c : CommandAlert.BrokerTriggerMetricType.values()) System.out.println(c);
public static CommandAlert.BrokerTriggerMetricType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static CommandAlert.BrokerTriggerMetricType valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static CommandAlert.BrokerTriggerMetricType forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<CommandAlert.BrokerTriggerMetricType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static CommandAlert.BrokerTriggerMetricType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)