public enum PgxPoolStrategy extends java.lang.Enum<PgxPoolStrategy>
| Modifier and Type | Method and Description |
|---|---|
static PgxPoolStrategy |
getPgxPoolStrategy() |
static PgxPoolStrategy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PgxPoolStrategy[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final PgxPoolStrategy FJ_POOL
public static final PgxPoolStrategy RTS_POOL
public static PgxPoolStrategy getPgxPoolStrategy()
public static PgxPoolStrategy valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static PgxPoolStrategy[] values()
for (PgxPoolStrategy c : PgxPoolStrategy.values())
System.out.println(c);
Copyright © 2016 Oracle Corp. All Rights Reserved.