Uses of Class
org.apache.jcs.auxiliary.disk.jdbc.TableState

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

Uses of TableState in org.apache.jcs.auxiliary.disk.jdbc
 

Methods in org.apache.jcs.auxiliary.disk.jdbc that return TableState
 TableState JDBCDiskCache.getTableState()
           
 

Methods in org.apache.jcs.auxiliary.disk.jdbc with parameters of type TableState
protected  AuxiliaryCache JDBCDiskCacheManager.createJDBCDiskCache(JDBCDiskCacheAttributes cattr, TableState tableState)
          Creates a JDBCDiskCache using the supplied attributes.
protected abstract  AuxiliaryCache JDBCDiskCacheManagerAbstractTemplate.createJDBCDiskCache(JDBCDiskCacheAttributes cattr, TableState tableState)
          Children must implement this method.
 void JDBCDiskCache.setTableState(TableState tableState)
           
 

Constructors in org.apache.jcs.auxiliary.disk.jdbc with parameters of type TableState
JDBCDiskCache(JDBCDiskCacheAttributes cattr, TableState tableState, ICompositeCacheManager compositeCacheManager)
          Constructs a JDBC Disk Cache for the provided cache attributes.
 

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

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

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