public final enum

ConnectionPoolField

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.jira.configurator.config.ConnectionPoolField

Class Overview

Contains descriptions for the various connection pool settings. These are paraphrased from the DBCP documentation.

Summary

Enum Values
ConnectionPoolField  INITIAL_SIZE   
ConnectionPoolField  MAX_IDLE   
ConnectionPoolField  MAX_OPEN_STATEMENTS   
ConnectionPoolField  MAX_SIZE   
ConnectionPoolField  MAX_WAIT   
ConnectionPoolField  MIN_EVICTABLE_IDLE_TIME   
ConnectionPoolField  MIN_SIZE   
ConnectionPoolField  POOL_STATEMENTS   
ConnectionPoolField  REMOVE_ABANDONED_ON_BORROW   
ConnectionPoolField  REMOVE_ABANDONED_ON_MAINTENANCE   
ConnectionPoolField  REMOVE_ABANDONED_TIMEOUT   
ConnectionPoolField  TEST_ON_BORROW   
ConnectionPoolField  TEST_ON_RETURN   
ConnectionPoolField  TEST_WHILE_IDLE   
ConnectionPoolField  TIME_BETWEEN_EVICTION_RUNS   
ConnectionPoolField  VALIDATION_QUERY   
ConnectionPoolField  VALIDATION_QUERY_TIMEOUT   
Public Methods
String defaultValue()
String description()
static List<ConnectionPoolField> getEvictionPolicyFields()
int getLengthHint()
static List<ConnectionPoolField> getScalabityAndPerformanceFields()
String label()
static ConnectionPoolField valueOf(String name)
final static ConnectionPoolField[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ConnectionPoolField INITIAL_SIZE

public static final ConnectionPoolField MAX_IDLE

public static final ConnectionPoolField MAX_OPEN_STATEMENTS

public static final ConnectionPoolField MAX_SIZE

public static final ConnectionPoolField MAX_WAIT

public static final ConnectionPoolField MIN_EVICTABLE_IDLE_TIME

public static final ConnectionPoolField MIN_SIZE

public static final ConnectionPoolField POOL_STATEMENTS

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 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 VALIDATION_QUERY

public static final ConnectionPoolField VALIDATION_QUERY_TIMEOUT

Public Methods

public String defaultValue ()

public String description ()

public static List<ConnectionPoolField> getEvictionPolicyFields ()

public int getLengthHint ()

public static List<ConnectionPoolField> getScalabityAndPerformanceFields ()

public String label ()

public static ConnectionPoolField valueOf (String name)

public static final ConnectionPoolField[] values ()