private static enum MetricsMasterSourceFactoryImpl.FactoryStorage extends Enum<MetricsMasterSourceFactoryImpl.FactoryStorage>
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Field and Description |
---|---|
(package private) MetricsMasterSource |
masterSource |
Modifier and Type | Method and Description |
---|---|
static MetricsMasterSourceFactoryImpl.FactoryStorage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricsMasterSourceFactoryImpl.FactoryStorage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetricsMasterSourceFactoryImpl.FactoryStorage INSTANCE
MetricsMasterSource masterSource
public static MetricsMasterSourceFactoryImpl.FactoryStorage[] values()
for (MetricsMasterSourceFactoryImpl.FactoryStorage c : MetricsMasterSourceFactoryImpl.FactoryStorage.values()) System.out.println(c);
public static MetricsMasterSourceFactoryImpl.FactoryStorage 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.