Package org.apache.hadoop.hbase
Enum ClusterMetrics.Option
- All Implemented Interfaces:
Serializable
,Comparable<ClusterMetrics.Option>
- Enclosing interface:
- ClusterMetrics
Kinds of ClusterMetrics
-
Enum Constant Summary
Enum ConstantDescriptionmetrics about backup masters namemetrics about balancer is on or notmetrics about cluster idmetrics about dead region serversmetrics about hbase versionmetrics about live region serversmetrics about master namemetrics about master coprocessorsmetrics info portmetrics about regions in transitionmetrics about live region servers namemetrics about table to no of regions status countmetrics about monitored tasksmetrics about unknown region servers -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClusterMetrics.Option
Returns the enum constant of this type with the specified name.static ClusterMetrics.Option[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
HBASE_VERSION
metrics about hbase version -
CLUSTER_ID
metrics about cluster id -
BALANCER_ON
metrics about balancer is on or not -
LIVE_SERVERS
metrics about live region servers -
DEAD_SERVERS
metrics about dead region servers -
UNKNOWN_SERVERS
metrics about unknown region servers -
MASTER
metrics about master name -
BACKUP_MASTERS
metrics about backup masters name -
MASTER_COPROCESSORS
metrics about master coprocessors -
REGIONS_IN_TRANSITION
metrics about regions in transition -
MASTER_INFO_PORT
metrics info port -
SERVERS_NAME
metrics about live region servers name -
TABLE_TO_REGIONS_COUNT
metrics about table to no of regions status count -
TASKS
metrics about monitored tasks
-
-
Constructor Details
-
Option
private Option()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-