public static enum Environments.Environment extends Enum<Environments.Environment>
| Enum Constant and Description |
|---|
KAFKA |
MAP_REDUCE |
SERVICES |
SPARK |
| Modifier and Type | Method and Description |
|---|---|
TestEnvironment |
getTestEnvironment() |
static Environments.Environment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Environments.Environment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Environments.Environment MAP_REDUCE
public static final Environments.Environment KAFKA
public static final Environments.Environment SERVICES
public static final Environments.Environment SPARK
public static Environments.Environment[] values()
for (Environments.Environment c : Environments.Environment.values()) System.out.println(c);
public static Environments.Environment 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 TestEnvironment getTestEnvironment()
Copyright © 2013–2019. All rights reserved.