org.terracotta.quartz
Interface ClusteredJobStore

All Superinterfaces:
JobStore

public interface ClusteredJobStore
extends JobStore

Author:
Alex Snaps

Method Summary
 void setEstimatedTimeToReleaseAndAcquireTrigger(long estimate)
           
 void setMisfireThreshold(long misfireThreshold)
           
 void setTcRetryInterval(long retryInterval)
           
 
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, setThreadPoolSize, shutdown, storeCalendar, storeJob, storeJobAndTrigger, storeJobsAndTriggers, storeTrigger, supportsPersistence, triggeredJobComplete, triggersFired
 

Method Detail

setMisfireThreshold

void setMisfireThreshold(long misfireThreshold)

setEstimatedTimeToReleaseAndAcquireTrigger

void setEstimatedTimeToReleaseAndAcquireTrigger(long estimate)

setTcRetryInterval

void setTcRetryInterval(long retryInterval)


Copyright 2001-2015, Terracotta, Inc.