public static enum Config.PerformanceTuning extends Enum<Config.PerformanceTuning>
| Enum Constant and Description |
|---|
latency |
none |
throughput |
| Modifier and Type | Method and Description |
|---|---|
static Config.PerformanceTuning |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Config.PerformanceTuning[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Config.PerformanceTuning none
public static final Config.PerformanceTuning latency
public static final Config.PerformanceTuning throughput
public static Config.PerformanceTuning[] values()
for (Config.PerformanceTuning c : Config.PerformanceTuning.values()) System.out.println(c);
public static Config.PerformanceTuning 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 © 2019 N5 Technologies, Inc. All Rights Reserved.