| Package | Description |
|---|---|
| org.fcrepo.server.management | |
| org.fcrepo.server.search | |
| org.fcrepo.server.storage | |
| org.fcrepo.server.utilities |
| Constructor and Description |
|---|
DBPIDGenerator(ConnectionPool cPool,
File oldPidGenDir)
Initialize the DBPIDGenerator.
|
| Constructor and Description |
|---|
FieldSearchResultSQLImpl(ConnectionPool cPool,
RepositoryReader repoReader,
String[] resultFields,
int maxResults,
int maxSeconds,
FieldSearchQuery query)
Construct a FieldSearchResultSQLImpl object.
|
FieldSearchSQLImpl(ConnectionPool cPool,
RepositoryReader repoReader,
int maxResults,
int maxSecondsPerSession)
Construct a FieldSearchSQLImpl that indexes DC fields.
|
FieldSearchSQLImpl(ConnectionPool cPool,
RepositoryReader repoReader,
int maxResults,
int maxSecondsPerSession,
boolean indexDCFields)
Construct a FieldSearchSQLImpl that indexes DC fields only if specified.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionPool |
DefaultDOManager.m_connectionPool |
| Modifier and Type | Method and Description |
|---|---|
ConnectionPool |
DefaultDOManager.getConnectionPool() |
ConnectionPool |
ConnectionPoolManagerImpl.getPool()
Gets the default Connection Pool.
|
ConnectionPool |
ConnectionPoolManager.getPool()
Gets the default Connection Pool.
|
ConnectionPool |
ConnectionPoolManagerImpl.getPool(String poolName)
Gets a named connection pool.
|
ConnectionPool |
ConnectionPoolManager.getPool(String poolName)
Gets the specified connection pool.
|
| Modifier and Type | Method and Description |
|---|---|
static ConnectionPool |
SQLUtility.getConnectionPool(DatastoreConfiguration cpDC) |
static ConnectionPool |
SQLUtility.getConnectionPool(ServerConfiguration fcfg) |
protected abstract ConnectionPool |
SQLUtility.i_getConnectionPool(DatastoreConfiguration cpDC) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SQLUtility.createNonExistingTables(ConnectionPool cPool,
InputStream dbSpec) |
protected abstract void |
SQLUtility.i_createNonExistingTables(ConnectionPool pool,
InputStream dbSpec) |
Copyright © 2013 DuraSpace. All Rights Reserved.