| Package | Description |
|---|---|
| org.apache.commons.jcs.auxiliary.disk.jdbc | |
| org.apache.commons.jcs.auxiliary.disk.jdbc.mysql |
| Modifier and Type | Method and Description |
|---|---|
static JDBCDiskCachePoolAccess |
JDBCDiskCachePoolAccessManager.createPoolAccess(JDBCDiskCacheAttributes cattr)
Creates a JDBCDiskCachePoolAccess object from the JDBCDiskCacheAttributes.
|
static JDBCDiskCachePoolAccess |
JDBCDiskCachePoolAccessManager.createPoolAccess(JDBCDiskCachePoolAccessAttributes poolAttributes)
Creates a JDBCDiskCachePoolAccess object from the JDBCDiskCachePoolAccessAttributes.
|
static JDBCDiskCachePoolAccess |
JDBCDiskCachePoolAccessManager.createPoolAccess(String driverClassName,
String poolName,
String fullURL,
String userName,
String password,
int maxActive)
Creates a pool access object and registers the driver.
|
JDBCDiskCachePoolAccess |
JDBCDiskCachePoolAccessManager.getJDBCDiskCachePoolAccess(String poolName,
Properties props)
Returns a pool for the name if one has been created.
|
JDBCDiskCachePoolAccess |
JDBCDiskCache.getPoolAccess()
Public so managers can access it.
|
protected JDBCDiskCachePoolAccess |
JDBCDiskCache.initializePoolAccess(JDBCDiskCacheAttributes cattr,
ICompositeCacheManager compositeCacheManager)
Registers the driver and creates a poolAccess class.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MySQLDiskCacheManager.scheduleOptimizations(MySQLDiskCacheAttributes attributes,
TableState tableState,
JDBCDiskCachePoolAccess poolAccess)
For each time in the optimization schedule, this calls schedule Optimizaiton.
|
| Constructor and Description |
|---|
MySQLTableOptimizer(MySQLDiskCacheAttributes attributes,
TableState tableState,
JDBCDiskCachePoolAccess poolAccess)
This constructs an optimizer with the disk cacn properties.
|
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.