public static enum StatsSetupConst.StatDB extends Enum<StatsSetupConst.StatDB>
Modifier and Type | Method and Description |
---|---|
abstract String |
getAggregator(org.apache.hadoop.conf.Configuration conf) |
abstract String |
getPublisher(org.apache.hadoop.conf.Configuration conf) |
static StatsSetupConst.StatDB |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatsSetupConst.StatDB[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatsSetupConst.StatDB hbase
public static final StatsSetupConst.StatDB jdbc
public static final StatsSetupConst.StatDB counter
public static final StatsSetupConst.StatDB fs
public static final StatsSetupConst.StatDB custom
public static StatsSetupConst.StatDB[] values()
for (StatsSetupConst.StatDB c : StatsSetupConst.StatDB.values()) System.out.println(c);
public static StatsSetupConst.StatDB 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 abstract String getPublisher(org.apache.hadoop.conf.Configuration conf)
public abstract String getAggregator(org.apache.hadoop.conf.Configuration conf)
Copyright © 2017 The Apache Software Foundation. All rights reserved.