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