|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JDBCDiskCacheAttributes | |
---|---|
org.apache.jcs.auxiliary.disk.jdbc | |
org.apache.jcs.auxiliary.disk.jdbc.hsql | |
org.apache.jcs.auxiliary.disk.jdbc.mysql |
Uses of JDBCDiskCacheAttributes in org.apache.jcs.auxiliary.disk.jdbc |
---|
Methods in org.apache.jcs.auxiliary.disk.jdbc that return JDBCDiskCacheAttributes | |
---|---|
JDBCDiskCacheAttributes |
JDBCDiskCacheManager.getDefaultJDBCDiskCacheAttributes()
Gets the defaultCattr attribute of the HSQLCacheManager object |
protected JDBCDiskCacheAttributes |
JDBCDiskCache.getJdbcDiskCacheAttributes()
|
Methods in org.apache.jcs.auxiliary.disk.jdbc with parameters of type JDBCDiskCacheAttributes | |
---|---|
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. |
static JDBCDiskCachePoolAccess |
JDBCDiskCachePoolAccessFactory.createPoolAccess(JDBCDiskCacheAttributes cattr)
Creates a JDBCDiskCachePoolAccess object from the JDBCDiskCacheAttributes. |
protected void |
JDBCDiskCacheManagerAbstractTemplate.createShrinkerWhenNeeded(JDBCDiskCacheAttributes cattr,
AuxiliaryCache raf)
If UseDiskShrinker is true then we will create a shrinker daemon if necessary. |
AuxiliaryCache |
JDBCDiskCacheManagerAbstractTemplate.getCache(JDBCDiskCacheAttributes cattr)
Creates a JDBCDiskCache for the region if one doesn't exist, else it returns the precreated instance. |
static JDBCDiskCacheManager |
JDBCDiskCacheManager.getInstance(JDBCDiskCacheAttributes cattr,
ICompositeCacheManager compositeCacheManager,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Gets the instance attribute of the HSQLCacheManager class |
protected JDBCDiskCachePoolAccess |
JDBCDiskCache.initializePoolAccess(JDBCDiskCacheAttributes cattr,
ICompositeCacheManager compositeCacheManager)
Registers the driver and creates a poolAccess class. |
protected void |
JDBCDiskCache.setJdbcDiskCacheAttributes(JDBCDiskCacheAttributes jdbcDiskCacheAttributes)
|
Constructors in org.apache.jcs.auxiliary.disk.jdbc with parameters of type JDBCDiskCacheAttributes | |
---|---|
JDBCDiskCache(JDBCDiskCacheAttributes cattr,
TableState tableState,
ICompositeCacheManager compositeCacheManager)
Constructs a JDBC Disk Cache for the provided cache attributes. |
Uses of JDBCDiskCacheAttributes in org.apache.jcs.auxiliary.disk.jdbc.hsql |
---|
Methods in org.apache.jcs.auxiliary.disk.jdbc.hsql with parameters of type JDBCDiskCacheAttributes | |
---|---|
protected void |
HSQLDiskCacheFactory.setupDatabase(JDBCDiskCacheAttributes attributes)
Creates the database if it doesn't exist, registers the driver class, etc. |
Uses of JDBCDiskCacheAttributes in org.apache.jcs.auxiliary.disk.jdbc.mysql |
---|
Subclasses of JDBCDiskCacheAttributes in org.apache.jcs.auxiliary.disk.jdbc.mysql | |
---|---|
class |
MySQLDiskCacheAttributes
This has additional attributes that are particular to the MySQL disk cache. |
Methods in org.apache.jcs.auxiliary.disk.jdbc.mysql with parameters of type JDBCDiskCacheAttributes | |
---|---|
protected AuxiliaryCache |
MySQLDiskCacheManager.createJDBCDiskCache(JDBCDiskCacheAttributes cattr,
TableState tableState)
Creates a JDBCDiskCache using the supplied attributes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |