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