Package org.apache.hadoop.hbase
Enum ClusterMetrics.Option
- All Implemented Interfaces:
- Serializable,- Comparable<ClusterMetrics.Option>
- Enclosing interface:
- ClusterMetrics
Kinds of ClusterMetrics
- 
Enum Constant SummaryEnum ConstantsEnum 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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ClusterMetrics.OptionReturns 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_VERSIONmetrics about hbase version
- 
CLUSTER_IDmetrics about cluster id
- 
BALANCER_ONmetrics about balancer is on or not
- 
LIVE_SERVERSmetrics about live region servers
- 
DEAD_SERVERSmetrics about dead region servers
- 
UNKNOWN_SERVERSmetrics about unknown region servers
- 
MASTERmetrics about master name
- 
BACKUP_MASTERSmetrics about backup masters name
- 
MASTER_COPROCESSORSmetrics about master coprocessors
- 
REGIONS_IN_TRANSITIONmetrics about regions in transition
- 
MASTER_INFO_PORTmetrics info port
- 
SERVERS_NAMEmetrics about live region servers name
- 
TABLE_TO_REGIONS_COUNTmetrics about table to no of regions status count
- 
TASKSmetrics about monitored tasks
 
- 
- 
Constructor Details- 
Optionprivate Option()
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
 
-