public static enum ClusterStatus.Option extends Enum<ClusterStatus.Option>
Enum Constant and Description |
---|
BACKUP_MASTERS
status about master
|
BALANCER_ON
status about cluster id
|
CLUSTER_ID
status about hbase version
|
DEAD_SERVERS
status about live region servers
|
HBASE_VERSION |
LIVE_SERVERS
status about balancer is on or not
|
MASTER
status about dead region servers
|
MASTER_COPROCESSORS
status about backup masters
|
MASTER_INFO_PORT
status about regions in transition
|
REGIONS_IN_TRANSITION
status about master coprocessors
|
Modifier and Type | Method and Description |
---|---|
static ClusterStatus.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterStatus.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterStatus.Option HBASE_VERSION
public static final ClusterStatus.Option CLUSTER_ID
public static final ClusterStatus.Option BALANCER_ON
public static final ClusterStatus.Option LIVE_SERVERS
public static final ClusterStatus.Option DEAD_SERVERS
public static final ClusterStatus.Option MASTER
public static final ClusterStatus.Option BACKUP_MASTERS
public static final ClusterStatus.Option MASTER_COPROCESSORS
public static final ClusterStatus.Option REGIONS_IN_TRANSITION
public static final ClusterStatus.Option MASTER_INFO_PORT
public static ClusterStatus.Option[] values()
for (ClusterStatus.Option c : ClusterStatus.Option.values()) System.out.println(c);
public static ClusterStatus.Option 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 nullCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.