|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compass.core.lucene.LuceneEnvironment.JdbcStore.DataSourceProvider.Dbcp
public abstract class LuceneEnvironment.JdbcStore.DataSourceProvider.Dbcp
| Field Summary | |
|---|---|
static String |
DEFAULT_TRANSACTION_ISOLATION
The default TransactionIsolation state of connections created by this pool. |
static String |
INITIAL_SIZE
The initial number of connections that are created when the pool is started. |
static String |
MAX_ACTIVE
The maximum number of active connections that can be allocated from this pool at the same time, or zero for no limit. |
static String |
MAX_IDLE
The maximum number of active connections that can remain idle in the pool, without extra ones being released, or zero for no limit. |
static String |
MAX_OPEN_PREPARED_STATEMENTS
The maximum number of open statements that can be allocated from the statement pool at the same time, or zero for no limit. |
static String |
MAX_WAIT
The maximum number of milliseconds that the pool will wait (when there are no available connections) for a connection to be returned before throwing an exception, or -1 to wait indefinitely. |
static String |
MIN_IDLE
The minimum number of active connections that can remain idle in the pool, without extra ones being created, or 0 to create none. |
static String |
POOL_PREPARED_STATEMENTS
Sets if the pool will cache prepared statements. |
| Constructor Summary | |
|---|---|
LuceneEnvironment.JdbcStore.DataSourceProvider.Dbcp()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_TRANSACTION_ISOLATION
public static final String INITIAL_SIZE
public static final String MAX_ACTIVE
public static final String MAX_IDLE
public static final String MIN_IDLE
public static final String MAX_WAIT
public static final String MAX_OPEN_PREPARED_STATEMENTS
public static final String POOL_PREPARED_STATEMENTS
| Constructor Detail |
|---|
public LuceneEnvironment.JdbcStore.DataSourceProvider.Dbcp()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||