Uses of Class
org.apache.commons.jcs3.auxiliary.disk.jdbc.TableState
Packages that use TableState
Package
Description
-
Uses of TableState in org.apache.commons.jcs3.auxiliary.disk.jdbc
Methods in org.apache.commons.jcs3.auxiliary.disk.jdbc that return TableStateModifier and TypeMethodDescriptionJDBCDiskCache.getTableState()
protected TableState
JDBCDiskCacheFactory.getTableState
(String tableName) Get a table state for a given table nameMethods in org.apache.commons.jcs3.auxiliary.disk.jdbc with parameters of type TableStateConstructors in org.apache.commons.jcs3.auxiliary.disk.jdbc with parameters of type TableStateModifierConstructorDescriptionJDBCDiskCache
(JDBCDiskCacheAttributes cattr, DataSourceFactory dsFactory, TableState tableState) Constructs a JDBC Disk Cache for the provided cache attributes. -
Uses of TableState in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql
Methods in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql with parameters of type TableStateModifier and TypeMethodDescriptionprotected void
MySQLDiskCacheFactory.scheduleOptimizations
(MySQLDiskCacheAttributes attributes, TableState tableState, DataSource ds) For each time in the optimization schedule, this calls schedule Optimization.Constructors in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql with parameters of type TableStateModifierConstructorDescriptionMySQLDiskCache
(MySQLDiskCacheAttributes attributes, DataSourceFactory dsFactory, TableState tableState) Delegates to the super and makes use of the MySQL specific parameters used for scheduled optimization.MySQLTableOptimizer
(MySQLDiskCacheAttributes attributes, TableState tableState, DataSource dataSource) This constructs an optimizer with the disk can properties.