public static enum BackendService.Backend.BalancingModes extends Enum<BackendService.Backend.BalancingModes>
Enum Constant and Description |
---|
RATE |
UTILIZATION |
Modifier and Type | Method and Description |
---|---|
static BackendService.Backend.BalancingModes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackendService.Backend.BalancingModes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BackendService.Backend.BalancingModes RATE
public static final BackendService.Backend.BalancingModes UTILIZATION
public static BackendService.Backend.BalancingModes[] values()
for (BackendService.Backend.BalancingModes c : BackendService.Backend.BalancingModes.values()) System.out.println(c);
public static BackendService.Backend.BalancingModes 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 © 2009-2016 The Apache Software Foundation. All Rights Reserved.