public static enum CodahaleMetricsConfig.Reporter extends Enum<CodahaleMetricsConfig.Reporter>
| Modifier and Type | Method and Description |
|---|---|
static CodahaleMetricsConfig.Reporter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodahaleMetricsConfig.Reporter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodahaleMetricsConfig.Reporter CSV
public static final CodahaleMetricsConfig.Reporter SLF4J
public static final CodahaleMetricsConfig.Reporter GRAPHITE
public static final CodahaleMetricsConfig.Reporter CONSOLE
public static CodahaleMetricsConfig.Reporter[] values()
for (CodahaleMetricsConfig.Reporter c : CodahaleMetricsConfig.Reporter.values()) System.out.println(c);
public static CodahaleMetricsConfig.Reporter 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 © 2011–2020 Apache Software Foundation. All rights reserved.