public static enum TSOServerConfig.WAIT_STRATEGY extends Enum<TSOServerConfig.WAIT_STRATEGY>
| Enum Constant and Description |
|---|
HIGH_THROUGHPUT |
LOW_CPU |
| Modifier and Type | Method and Description |
|---|---|
static TSOServerConfig.WAIT_STRATEGY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TSOServerConfig.WAIT_STRATEGY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TSOServerConfig.WAIT_STRATEGY HIGH_THROUGHPUT
public static final TSOServerConfig.WAIT_STRATEGY LOW_CPU
public static TSOServerConfig.WAIT_STRATEGY[] values()
for (TSOServerConfig.WAIT_STRATEGY c : TSOServerConfig.WAIT_STRATEGY.values()) System.out.println(c);
public static TSOServerConfig.WAIT_STRATEGY 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 © 2011–2020 Apache Software Foundation. All rights reserved.