Uses of Class
org.apache.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCacheAttributes

Packages that use MySQLDiskCacheAttributes
org.apache.jcs.auxiliary.disk.jdbc.mysql   
 

Uses of MySQLDiskCacheAttributes in org.apache.jcs.auxiliary.disk.jdbc.mysql
 

Methods in org.apache.jcs.auxiliary.disk.jdbc.mysql that return MySQLDiskCacheAttributes
 MySQLDiskCacheAttributes MySQLDiskCacheManager.getDefaultJDBCDiskCacheAttributes()
          Gets the defaultCattr attribute of the HSQLCacheManager object
 

Methods in org.apache.jcs.auxiliary.disk.jdbc.mysql with parameters of type MySQLDiskCacheAttributes
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.
 

Constructors in org.apache.jcs.auxiliary.disk.jdbc.mysql with parameters of type MySQLDiskCacheAttributes
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-2009 Apache Software Foundation. All Rights Reserved.