Package io.jmix.quartz
Class QuartzProperties
java.lang.Object
io.jmix.quartz.QuartzProperties
-
Field Summary
Modifier and TypeFieldDescriptionprotected final boolean
Whether cache is used for storing info about running jobs. -
Constructor Summary
-
Method Summary
-
Field Details
-
runningJobsCacheUsageEnabled
protected 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
-
QuartzProperties
public QuartzProperties(@DefaultValue("true") boolean runningJobsCacheUsageEnabled)
-
-
Method Details
-
isRunningJobsCacheUsageEnabled
public boolean isRunningJobsCacheUsageEnabled()- See Also:
-