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