public interface Quartz2SchedulerConfiguration extends SchedulerServiceConfiguration
| Modifier and Type | Method and Description |
|---|---|
Properties |
getClusteredSettings()
Returns custom properties for configuring the scheduler that will be used to run
clustered jobs.
|
Properties |
getLocalSettings()
Returns custom properties for configuring the scheduler that will be used to run
local jobs.
|
getDefaultTimeZone@Nonnull Properties getLocalSettings()
WARNING: Since v1.3, the only property that provides a default
value is org.quartz.scheduler.skipUpdateCheck, which is always forced to
true regardless of the settings returned here. To get the old defaults,
you can use Quartz2DefaultSettingsFactory.getDefaultLocalSettings()
as the starting point.
@Nonnull Properties getClusteredSettings()
WARNING: Since v1.3, the only property that provides a default
value is org.quartz.scheduler.skipUpdateCheck, which is always forced to
true regardless of the settings returned here. To get the old defaults,
you can use Quartz2DefaultSettingsFactory.getDefaultClusteredSettings()
as the starting point.
Copyright © 2017 Atlassian. All rights reserved.