private static enum MetricsHBaseServerSourceFactoryImpl.SourceStorage extends Enum<MetricsHBaseServerSourceFactoryImpl.SourceStorage>
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Field and Description |
---|---|
private HashMap<String,MetricsHBaseServerSource> |
sources |
Modifier and Type | Method and Description |
---|---|
static MetricsHBaseServerSourceFactoryImpl.SourceStorage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricsHBaseServerSourceFactoryImpl.SourceStorage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetricsHBaseServerSourceFactoryImpl.SourceStorage INSTANCE
private final HashMap<String,MetricsHBaseServerSource> sources
public static MetricsHBaseServerSourceFactoryImpl.SourceStorage[] values()
for (MetricsHBaseServerSourceFactoryImpl.SourceStorage c : MetricsHBaseServerSourceFactoryImpl.SourceStorage.values()) System.out.println(c);
public static MetricsHBaseServerSourceFactoryImpl.SourceStorage 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–2020 The Apache Software Foundation. All rights reserved.