public static enum MapRTableMappingRules.ClusterType extends Enum<MapRTableMappingRules.ClusterType>
Enum Constant and Description |
---|
HBASE_MAPR
The cluster runs both type of DB services.
|
HBASE_ONLY
The cluster runs only HBase service (pre 3.0)
|
MAPR_ONLY
HBase is not installed in the cluster.
|
Modifier and Type | Method and Description |
---|---|
static MapRTableMappingRules.ClusterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapRTableMappingRules.ClusterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapRTableMappingRules.ClusterType HBASE_ONLY
public static final MapRTableMappingRules.ClusterType MAPR_ONLY
public static final MapRTableMappingRules.ClusterType HBASE_MAPR
public static MapRTableMappingRules.ClusterType[] values()
for (MapRTableMappingRules.ClusterType c : MapRTableMappingRules.ClusterType.values()) System.out.println(c);
public static MapRTableMappingRules.ClusterType 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 ? 2010-2014, The Async HBase Authors