|
|||||||||||
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()
Description of the Method |
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()
Description of the Method |
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 IDiskCacheAttributes
setDiskPath
in class AbstractDiskCacheAttributes
path
- The new diskPath valuepublic java.lang.String getDiskPath()
getDiskPath
in interface IDiskCacheAttributes
getDiskPath
in class AbstractDiskCacheAttributes
public AuxiliaryCacheAttributes copy()
copy
in interface AuxiliaryCacheAttributes
copy
in class AbstractDiskCacheAttributes
public java.lang.String toString()
toString
in class AbstractDiskCacheAttributes
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |