|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.jcs.auxiliary.AbstractAuxiliaryCacheAttributes
org.apache.jcs.auxiliary.disk.AbstractDiskCacheAttributes
org.apache.jcs.auxiliary.disk.hsql.HSQLCacheAttributes
Description of the Class
| Field Summary |
| Fields inherited from class org.apache.jcs.auxiliary.disk.AbstractDiskCacheAttributes |
maxPurgatorySize, shutdownSpoolTimeLimit |
| Fields inherited from class org.apache.jcs.auxiliary.AbstractAuxiliaryCacheAttributes |
cacheName, eventQueuePoolName, eventQueueType, name |
| Fields inherited from interface org.apache.jcs.auxiliary.disk.behavior.IDiskCacheAttributes |
MAX_PURGATORY_SIZE_DEFUALT |
| Fields inherited from interface org.apache.jcs.auxiliary.AuxiliaryCacheAttributes |
POOLED_QUEUE_TYPE, SINGLE_QUEUE_TYPE |
| Constructor Summary | |
HSQLCacheAttributes()
Constructor for the HSQLCacheAttributes object |
|
| Method Summary | |
AuxiliaryCacheAttributes |
copy()
Clone |
java.lang.String |
getDiskPath()
Gets the diskPath attribute of the HSQLCacheAttributes object |
void |
setDiskPath(java.lang.String path)
Sets the diskPath attribute of the HSQLCacheAttributes object |
java.lang.String |
toString()
For debugging only |
| Methods inherited from class org.apache.jcs.auxiliary.disk.AbstractDiskCacheAttributes |
getMaxPurgatorySize, getShutdownSpoolTimeLimit, setMaxPurgatorySize, setShutdownSpoolTimeLimit |
| Methods inherited from class org.apache.jcs.auxiliary.AbstractAuxiliaryCacheAttributes |
getCacheName, getEventQueuePoolName, getEventQueueType, getEventQueueTypeFactoryCode, getName, setCacheName, setEventQueuePoolName, setEventQueueType, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.jcs.auxiliary.AuxiliaryCacheAttributes |
getCacheName, getEventQueuePoolName, getEventQueueType, getEventQueueTypeFactoryCode, getName, setCacheName, setEventQueuePoolName, setEventQueueType, setName |
| Constructor Detail |
public HSQLCacheAttributes()
| Method Detail |
public void setDiskPath(java.lang.String path)
setDiskPath in interface IDiskCacheAttributessetDiskPath in class AbstractDiskCacheAttributespath - The new diskPath valuepublic java.lang.String getDiskPath()
getDiskPath in interface IDiskCacheAttributesgetDiskPath in class AbstractDiskCacheAttributespublic AuxiliaryCacheAttributes copy()
copy in interface AuxiliaryCacheAttributescopy in class AbstractDiskCacheAttributespublic java.lang.String toString()
toString in class AbstractDiskCacheAttributes
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||