Package | Description |
---|---|
org.apache.commons.jcs.auxiliary.disk.jdbc | |
org.apache.commons.jcs.auxiliary.disk.jdbc.mysql |
Modifier and Type | Field and Description |
---|---|
protected static Map<String,TableState> |
JDBCDiskCacheManagerAbstractTemplate.tableStates
A map of TableState objects to table names.
|
Modifier and Type | Method and Description |
---|---|
TableState |
JDBCDiskCache.getTableState() |
Modifier and Type | Method and Description |
---|---|
protected abstract <K,V> JDBCDiskCache<K,V> |
JDBCDiskCacheManagerAbstractTemplate.createJDBCDiskCache(JDBCDiskCacheAttributes cattr,
TableState tableState)
Children must implement this method.
|
protected <K,V> JDBCDiskCache<K,V> |
JDBCDiskCacheManager.createJDBCDiskCache(JDBCDiskCacheAttributes cattr,
TableState tableState)
Creates a JDBCDiskCache using the supplied attributes.
|
void |
JDBCDiskCache.setTableState(TableState tableState) |
Constructor and Description |
---|
JDBCDiskCache(JDBCDiskCacheAttributes cattr,
TableState tableState,
ICompositeCacheManager compositeCacheManager)
Constructs a JDBC Disk Cache for the provided cache attributes.
|
Modifier and Type | Method and Description |
---|---|
protected <K,V> MySQLDiskCache<K,V> |
MySQLDiskCacheManager.createJDBCDiskCache(JDBCDiskCacheAttributes cattr,
TableState tableState)
Creates a JDBCDiskCache using the supplied attributes.
|
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–2016 The Apache Software Foundation. All rights reserved.