org.terracotta.quartz
Interface TerracottaJobStoreExtensions
- All Superinterfaces:
- JobListener, JobStore
- All Known Implementing Classes:
- PlainTerracottaJobStore
public interface TerracottaJobStoreExtensions
- extends JobStore, JobListener
This interface defines convenience methods on the terracotta job store implementation Without this interface we would
need to use reflection to invoke these "extra" methods (ie. not present on core JobStore) from the express context
Methods inherited from interface org.quartz.spi.JobStore |
acquireNextTriggers, checkExists, checkExists, clearAllSchedulingData, getCalendarNames, getEstimatedTimeToReleaseAndAcquireTrigger, getJobGroupNames, getJobKeys, getNumberOfCalendars, getNumberOfJobs, getNumberOfTriggers, getPausedTriggerGroups, getTriggerGroupNames, getTriggerKeys, getTriggersForJob, getTriggerState, initialize, isClustered, pauseAll, pauseJob, pauseJobs, pauseTrigger, pauseTriggers, releaseAcquiredTrigger, removeCalendar, removeJob, removeJobs, removeTrigger, removeTriggers, replaceTrigger, resumeAll, resumeJob, resumeJobs, resumeTrigger, resumeTriggers, retrieveCalendar, retrieveJob, retrieveTrigger, schedulerPaused, schedulerResumed, schedulerStarted, setInstanceId, setInstanceName, shutdown, storeCalendar, storeJob, storeJobAndTrigger, storeJobsAndTriggers, storeTrigger, supportsPersistence, triggeredJobComplete, triggersFired |
setMisfireThreshold
void setMisfireThreshold(long threshold)
setEstimatedTimeToReleaseAndAcquireTrigger
void setEstimatedTimeToReleaseAndAcquireTrigger(long estimate)
setSynchronousWrite
void setSynchronousWrite(String synchWrite)
setThreadPoolSize
void setThreadPoolSize(int size)
- Description copied from interface:
JobStore
- Tells the JobStore the pool size used to execute jobs
- Specified by:
setThreadPoolSize
in interface JobStore
- Parameters:
size
- amount of threads allocated for job execution
getUUID
String getUUID()
setTcRetryInterval
void setTcRetryInterval(long tcRetryInterval)
Copyright 2001-2015, Terracotta, Inc.