|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 abstract AuxiliaryCache |
JDBCDiskCacheManagerAbstractTemplate.createJDBCDiskCache(JDBCDiskCacheAttributes cattr,
TableState tableState)
Children must implement this method. |
protected AuxiliaryCache |
JDBCDiskCacheManager.createJDBCDiskCache(JDBCDiskCacheAttributes cattr,
TableState tableState)
Creates a JDBCDiskCache using the supplied attributes. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |