Dashboard > Quartz 1 > ... > Documentation > ConfigRAMJobStore
  Quartz 1 Log In View a printable version of the current page.  
  ConfigRAMJobStore
Added by James House, last edited by James House on Feb 19, 2005  (view change)
Labels: 
(None)

Configure RAMJobStore

RAMJobStore is used to store scheduling information (job, triggers and calendars) within memory. RAMJobStore is fast and lightweight, but all scheduling information is lost when the process terminates.


RAMJobStore is selected by setting the 'org.quartz.jobStore.class' property as such:

Setting The Scheduler's JobStore to RAMJobStore
org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore


RAMJobStore can be tuned with the following properties:

Property Name Required Type Default Value
org.quartz.jobStore.misfireThreshold no int 60000

org.quartz.jobStore.misfireThreshold
The the number of milliseconds the scheduler will 'tolerate' a trigger to pass its next-fire-time by, before being considered "misfired". The default value (if you don't make an entry of this property in your configuration) is 60000 (60 seconds).

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request - Contact Administrators