Package io.jmix.quartz
Class QuartzProperties
java.lang.Object
io.jmix.quartz.QuartzProperties
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final booleanWhether cache is used for storing info about running jobs.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
runningJobsCacheUsageEnabledprotected final boolean runningJobsCacheUsageEnabledWhether cache is used for storing info about running jobs. Without this cache some jobs may not display their Running state in cluster environment.
 
- 
- 
Constructor Details- 
QuartzPropertiespublic QuartzProperties(@DefaultValue("true") boolean runningJobsCacheUsageEnabled) 
 
- 
- 
Method Details- 
isRunningJobsCacheUsageEnabledpublic boolean isRunningJobsCacheUsageEnabled()- See Also:
 
 
-