public enum ConnectionPoolField extends Enum<ConnectionPoolField>
| Modifier and Type | Method and Description | 
|---|---|
String | 
defaultValue()  | 
String | 
description()  | 
static List<ConnectionPoolField> | 
getEvictionPolicyFields()  | 
int | 
getLengthHint()  | 
static List<ConnectionPoolField> | 
getScalabityAndPerformanceFields()  | 
String | 
label()  | 
static ConnectionPoolField | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ConnectionPoolField[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ConnectionPoolField MAX_SIZE
public static final ConnectionPoolField MAX_IDLE
public static final ConnectionPoolField MIN_SIZE
public static final ConnectionPoolField INITIAL_SIZE
public static final ConnectionPoolField MAX_WAIT
public static final ConnectionPoolField POOL_STATEMENTS
public static final ConnectionPoolField MAX_OPEN_STATEMENTS
public static final ConnectionPoolField VALIDATION_QUERY
public static final ConnectionPoolField VALIDATION_QUERY_TIMEOUT
public static final ConnectionPoolField TEST_ON_BORROW
public static final ConnectionPoolField TEST_ON_RETURN
public static final ConnectionPoolField TEST_WHILE_IDLE
public static final ConnectionPoolField TIME_BETWEEN_EVICTION_RUNS
public static final ConnectionPoolField MIN_EVICTABLE_IDLE_TIME
public static final ConnectionPoolField REMOVE_ABANDONED_ON_BORROW
public static final ConnectionPoolField REMOVE_ABANDONED_ON_MAINTENANCE
public static final ConnectionPoolField REMOVE_ABANDONED_TIMEOUT
public static ConnectionPoolField[] values()
for (ConnectionPoolField c : ConnectionPoolField.values()) System.out.println(c);
public static ConnectionPoolField 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 nullpublic static List<ConnectionPoolField> getScalabityAndPerformanceFields()
public static List<ConnectionPoolField> getEvictionPolicyFields()
public int getLengthHint()
public String label()
public String description()
public String defaultValue()
Copyright © 2002-2019 Atlassian. All Rights Reserved.