public static enum StrictMaxPoolConfigService.Derive extends Enum<StrictMaxPoolConfigService.Derive>
Enum Constant and Description |
---|
FROM_CPU_COUNT |
FROM_WORKER_POOLS |
NONE |
Modifier and Type | Method and Description |
---|---|
static StrictMaxPoolConfigService.Derive |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StrictMaxPoolConfigService.Derive[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StrictMaxPoolConfigService.Derive NONE
public static final StrictMaxPoolConfigService.Derive FROM_WORKER_POOLS
public static final StrictMaxPoolConfigService.Derive FROM_CPU_COUNT
public static StrictMaxPoolConfigService.Derive[] values()
for (StrictMaxPoolConfigService.Derive c : StrictMaxPoolConfigService.Derive.values()) System.out.println(c);
public static StrictMaxPoolConfigService.Derive 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 © 2017 JBoss by Red Hat. All rights reserved.