Package | Description |
---|---|
org.apache.commons.jcs.auxiliary.disk.jdbc.mysql |
Modifier and Type | Method and Description |
---|---|
MySQLDiskCacheAttributes |
MySQLDiskCacheManager.getDefaultJDBCDiskCacheAttributes()
Gets the defaultCattr attribute of the HSQLCacheManager object
|
Modifier and Type | Method and Description |
---|---|
static MySQLDiskCacheManager |
MySQLDiskCacheManager.getInstance(MySQLDiskCacheAttributes cattr,
ICompositeCacheManager compositeCacheManager,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Gets the instance attribute of the HSQLCacheManager class
|
protected void |
MySQLDiskCacheManager.scheduleOptimizations(MySQLDiskCacheAttributes attributes,
TableState tableState,
JDBCDiskCachePoolAccess poolAccess)
For each time in the optimization schedule, this calls schedule Optimizaiton.
|
Constructor and Description |
---|
MySQLDiskCache(MySQLDiskCacheAttributes attributes,
TableState tableState,
ICompositeCacheManager compositeCacheManager)
Delegates to the super and makes use of the MySQL specific parameters used for scheduled
optimization.
|
MySQLTableOptimizer(MySQLDiskCacheAttributes attributes,
TableState tableState,
JDBCDiskCachePoolAccess poolAccess)
This constructs an optimizer with the disk cacn properties.
|
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.