public class MySQLDiskCacheAttributes extends JDBCDiskCacheAttributes
IDiskCacheAttributes.DiskLimitType| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_BALK_DURING_OPTIMIZATION
If true, we will balk, that is return null during optimization rather than block.
|
DEFAULT_MAX_TOTAL, DEFAULT_POOL_NAME, DEFAULT_SHRINKER_INTERVAL_SECONDSMAX_PURGATORY_SIZE_DEFAULT| Constructor and Description |
|---|
MySQLDiskCacheAttributes() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOptimizationSchedule() |
boolean |
isBalkDuringOptimization()
Should we return null while optimizing the table.
|
void |
setBalkDuringOptimization(boolean balkDuringOptimization) |
void |
setOptimizationSchedule(String optimizationSchedule) |
String |
toString()
For debugging.
|
getConnectionPoolName, getDatabase, getDriverClassName, getJndiPath, getJndiTTL, getMaxTotal, getPassword, getShrinkerIntervalSeconds, getTableName, getUrl, getUserName, isTestBeforeInsert, isUseDiskShrinker, setConnectionPoolName, setDatabase, setDriverClassName, setJndiPath, setJndiTTL, setMaxTotal, setPassword, setShrinkerIntervalSeconds, setTableName, setTestBeforeInsert, setUrl, setUseDiskShrinker, setUserNamegetDiskLimitType, getDiskPath, getMaxPurgatorySize, getShutdownSpoolTimeLimit, isAllowRemoveAll, setAllowRemoveAll, setDiskLimitType, setDiskLimitTypeName, setDiskPath, setDiskPath, setMaxPurgatorySize, setShutdownSpoolTimeLimitclone, getCacheName, getEventQueuePoolName, getEventQueueType, getName, setCacheName, setEventQueuePoolName, setEventQueueType, setNameequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getCacheName, getEventQueuePoolName, getEventQueueType, getName, setCacheName, setEventQueuePoolName, setEventQueueType, setNamepublic static final boolean DEFAULT_BALK_DURING_OPTIMIZATION
public void setOptimizationSchedule(String optimizationSchedule)
optimizationSchedule - The optimizationSchedule to set.public String getOptimizationSchedule()
public void setBalkDuringOptimization(boolean balkDuringOptimization)
balkDuringOptimization - The balkDuringOptimization to set.public boolean isBalkDuringOptimization()
public String toString()
toString in class JDBCDiskCacheAttributesCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.