|
|||||||||||
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.jisp.JISPCacheAttributes
Description of the Class
Field Summary |
Fields inherited from class org.apache.jcs.auxiliary.disk.AbstractDiskCacheAttributes |
diskPath, 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 | |
JISPCacheAttributes()
Constructor for the JISPCacheAttributes object |
Method Summary | |
AuxiliaryCacheAttributes |
copy()
Description of the Method |
boolean |
getClearOnStart()
Gets the clearOnStart attribute of the JISPCacheAttributes object |
int |
getShutdownSpoolTimeLimit()
Get the amount of time in seconds we will wait for elements to move to disk during shutdown for a particular region. |
void |
setClearOnStart(boolean clear)
Sets the clearOnStart attribute of the JISPCacheAttributes object |
void |
setShutdownSpoolTimeLimit(int shutdownSpoolTimeLimit)
Sets the amount of time in seconds we will wait for elements to move to disk during shutdown for a particular region. |
java.lang.String |
toString()
Description of the Method |
Methods inherited from class org.apache.jcs.auxiliary.disk.AbstractDiskCacheAttributes |
getDiskPath, getMaxPurgatorySize, setDiskPath, setMaxPurgatorySize |
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 JISPCacheAttributes()
Method Detail |
public void setClearOnStart(boolean clear)
clear
- The new clearOnStart valuepublic boolean getClearOnStart()
public int getShutdownSpoolTimeLimit()
IDiskCacheAttributes
getShutdownSpoolTimeLimit
in interface IDiskCacheAttributes
getShutdownSpoolTimeLimit
in class AbstractDiskCacheAttributes
public void setShutdownSpoolTimeLimit(int shutdownSpoolTimeLimit)
IDiskCacheAttributes
This is how long we give the event queue to empty.
The default is 60 seconds.
setShutdownSpoolTimeLimit
in interface IDiskCacheAttributes
setShutdownSpoolTimeLimit
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 |