public interface TerracottaJobStoreExtensions extends JobStore, JobListener
Modifier and Type | Method and Description |
---|---|
String |
getUUID() |
void |
setEstimatedTimeToReleaseAndAcquireTrigger(long estimate) |
void |
setMisfireThreshold(long threshold) |
void |
setSynchronousWrite(String synchWrite) |
void |
setTcRetryInterval(long tcRetryInterval) |
void |
setThreadPoolSize(int size)
Tells the JobStore the pool size used to execute jobs
|
acquireNextTriggers, checkExists, checkExists, clearAllSchedulingData, getAcquireRetryDelay, 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, resetTriggerFromErrorState, resumeAll, resumeJob, resumeJobs, resumeTrigger, resumeTriggers, retrieveCalendar, retrieveJob, retrieveTrigger, schedulerPaused, schedulerResumed, schedulerStarted, setInstanceId, setInstanceName, shutdown, storeCalendar, storeJob, storeJobAndTrigger, storeJobsAndTriggers, storeTrigger, supportsPersistence, triggeredJobComplete, triggersFired
getName, jobExecutionVetoed, jobToBeExecuted, jobWasExecuted
void setMisfireThreshold(long threshold)
void setEstimatedTimeToReleaseAndAcquireTrigger(long estimate)
void setSynchronousWrite(String synchWrite)
void setThreadPoolSize(int size)
JobStore
setThreadPoolSize
in interface JobStore
size
- amount of threads allocated for job executionString getUUID()
void setTcRetryInterval(long tcRetryInterval)
Copyright 2001-2019, Terracotta, Inc.