public class

JiraCaesiumSchedulerConfiguration

extends Object
implements CaesiumSchedulerConfiguration
java.lang.Object
   ↳ com.atlassian.jira.scheduler.JiraCaesiumSchedulerConfiguration

Summary

Public Constructors
JiraCaesiumSchedulerConfiguration(ApplicationProperties applicationProperties, ClusterNodeProperties clusterNodeProperties)
Public Methods
@Nullable TimeZone getDefaultTimeZone()
int refreshClusteredJobsIntervalInMinutes()
boolean useFineGrainedSchedules()
boolean useQuartzJobDataMapMigration()
int workerThreadCount()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.scheduler.caesium.spi.CaesiumSchedulerConfiguration
From interface com.atlassian.scheduler.core.spi.SchedulerServiceConfiguration

Public Constructors

public JiraCaesiumSchedulerConfiguration (ApplicationProperties applicationProperties, ClusterNodeProperties clusterNodeProperties)

Public Methods

@Nullable public TimeZone getDefaultTimeZone ()

public int refreshClusteredJobsIntervalInMinutes ()

public boolean useFineGrainedSchedules ()

public boolean useQuartzJobDataMapMigration ()

public int workerThreadCount ()