- getCalendarNames(T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Get the names of all of the Calendar s in the JobStore.
- getCalendarNames() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Get the names of all of the Calendar s
in the JobStore.
- getCronExpression() - Method in class net.joelinn.quartz.jobstore.mixin.CronTriggerMixin
-
- getEstimatedTimeToReleaseAndAcquireTrigger() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
How long (in milliseconds) the JobStore implementation
estimates that it will take to release a trigger and acquire a new one.
- getExpressionSummary() - Method in class net.joelinn.quartz.jobstore.mixin.CronTriggerMixin
-
- getFinalFireTime() - Method in class net.joelinn.quartz.jobstore.mixin.TriggerMixin
-
- getFullJobName() - Method in class net.joelinn.quartz.jobstore.mixin.TriggerMixin
-
- getFullName() - Method in class net.joelinn.quartz.jobstore.mixin.JobDetailMixin
-
- getFullName() - Method in class net.joelinn.quartz.jobstore.mixin.TriggerMixin
-
- getJobBuilder() - Method in class net.joelinn.quartz.jobstore.mixin.JobDetailMixin
-
- getJobDataMap() - Method in class net.joelinn.quartz.jobstore.mixin.JobDetailMixin
-
- getJobDataMap() - Method in class net.joelinn.quartz.jobstore.mixin.TriggerMixin
-
- getJobGroupNames(T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Get the names of all of the Job groups.
- getJobGroupNames() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Get the names of all of the Job
groups.
- getJobKey() - Method in class net.joelinn.quartz.jobstore.mixin.TriggerMixin
-
- getJobKeys(GroupMatcher<JobKey>, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Get the keys of all of the Job s that have the given group name.
- getJobKeys(GroupMatcher<JobKey>, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
-
Get the keys of all of the Job s that have the given group name.
- getJobKeys(GroupMatcher<JobKey>) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Get the keys of all of the Job s that
have the given group name.
- getJobKeys(GroupMatcher<JobKey>, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Get the keys of all of the Job s that have the given group name.
- getKey() - Method in class net.joelinn.quartz.jobstore.mixin.JobDetailMixin
-
- getKey() - Method in class net.joelinn.quartz.jobstore.mixin.TriggerMixin
-
- getKey() - Method in enum net.joelinn.quartz.jobstore.RedisTriggerState
-
- getLastTriggersReleaseTime(T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Retrieve the last time (in milliseconds) that orphaned triggers were released
- getNumberOfCalendars(T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Get the number of stored calendars
- getNumberOfCalendars() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Get the number of Calendar s that are
stored in the JobsStore.
- getNumberOfJobs(T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Get the number of stored jobs
- getNumberOfJobs() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Get the number of Job s that are
stored in the JobsStore.
- getNumberOfTriggers(T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Get the number of stored triggers
- getNumberOfTriggers() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Get the number of Trigger s that are
stored in the JobsStore.
- getPausedTriggerGroups(T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Retrieve all currently paused trigger groups
- getPausedTriggerGroups() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
- getScheduleBuilder() - Method in class net.joelinn.quartz.jobstore.mixin.TriggerMixin
-
- getStringDataMap(JobDataMap) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Convert a
JobDataMap to a
HashMap with String keys and values
- getTriggerBuilder() - Method in class net.joelinn.quartz.jobstore.mixin.TriggerMixin
-
- getTriggerGroupNames(T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Get the names of all of the Trigger groups.
- getTriggerGroupNames() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Get the names of all of the Trigger
groups.
- getTriggerKeys(GroupMatcher<TriggerKey>, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Get the names of all of the Trigger s that have the given group name.
- getTriggerKeys(GroupMatcher<TriggerKey>, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
-
Get the names of all of the Trigger s that have the given group name.
- getTriggerKeys(GroupMatcher<TriggerKey>) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Get the names of all of the Trigger s
that have the given group name.
- getTriggerKeys(GroupMatcher<TriggerKey>, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Get the names of all of the Trigger s that have the given group name.
- getTriggersForJob(JobKey, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Retrieve triggers associated with the given job
- getTriggersForJob(JobKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Get all of the Triggers that are associated to the given Job.
- getTriggerState(TriggerKey, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Get the current state of the identified Trigger.
- getTriggerState(TriggerKey, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
-
Get the current state of the identified Trigger.
- getTriggerState(TriggerKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Get the current state of the identified Trigger.
- getTriggerState(TriggerKey, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Get the current state of the identified Trigger.
- getTriggerState() - Method in enum net.joelinn.quartz.jobstore.RedisTriggerState
-
- pauseAll(T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Pause all triggers - equivalent of calling pauseTriggerGroup(group) on every group.
- pauseAll() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Pause all triggers - equivalent of calling pauseTriggerGroup(group)
on every group.
- pausedJobGroupsSet() - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
-
- pausedTriggerGroupsSet() - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
-
- pauseJob(JobKey, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Pause a job by pausing all of its triggers
- pauseJob(JobKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Pause the Job with the given name - by
pausing all of its current Triggers.
- pauseJobs(GroupMatcher<JobKey>, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Pause all of the Jobs in the given group - by pausing all of their
Triggers.
- pauseJobs(GroupMatcher<JobKey>, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
-
Pause all of the Jobs in the given group - by pausing all of their
Triggers.
- pauseJobs(GroupMatcher<JobKey>) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Pause all of the Jobs in the given
group - by pausing all of their Triggers.
- pauseJobs(GroupMatcher<JobKey>, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Pause all of the Jobs in the given group - by pausing all of their
Triggers.
- pauseTrigger(TriggerKey, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Pause the trigger with the given key
- pauseTrigger(TriggerKey, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
-
Pause the trigger with the given key
- pauseTrigger(TriggerKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Pause the Trigger with the given key.
- pauseTrigger(TriggerKey, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Pause the trigger with the given key
- pauseTriggers(GroupMatcher<TriggerKey>, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Pause all of the Triggers in the given group.
- pauseTriggers(GroupMatcher<TriggerKey>, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
-
Pause all of the Triggers in the given group.
- pauseTriggers(GroupMatcher<TriggerKey>) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Pause all of the Triggers in the
given group.
- pauseTriggers(GroupMatcher<TriggerKey>, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Pause all of the Triggers in the given group.
- port - Variable in class net.joelinn.quartz.jobstore.RedisJobStore
-
Redis port
- prefix - Variable in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
-
- randomInt(int, int) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Get a random integer within the specified bounds
- RedisClusterStorage - Class in net.joelinn.quartz.jobstore
-
Joe Linn
8/22/2015
- RedisClusterStorage(RedisJobStoreSchema, ObjectMapper, SchedulerSignaler, String, int) - Constructor for class net.joelinn.quartz.jobstore.RedisClusterStorage
-
- RedisJobStore - Class in net.joelinn.quartz.jobstore
-
Joe Linn
7/12/2014
- RedisJobStore() - Constructor for class net.joelinn.quartz.jobstore.RedisJobStore
-
- RedisJobStoreSchema - Class in net.joelinn.quartz.jobstore
-
Joe Linn
7/14/2014
- RedisJobStoreSchema() - Constructor for class net.joelinn.quartz.jobstore.RedisJobStoreSchema
-
- RedisJobStoreSchema(String) - Constructor for class net.joelinn.quartz.jobstore.RedisJobStoreSchema
-
- RedisJobStoreSchema(String, String) - Constructor for class net.joelinn.quartz.jobstore.RedisJobStoreSchema
-
- redisSchema - Variable in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
- RedisStorage - Class in net.joelinn.quartz.jobstore
-
Joe Linn
8/22/2015
- RedisStorage(RedisJobStoreSchema, ObjectMapper, SchedulerSignaler, String, int) - Constructor for class net.joelinn.quartz.jobstore.RedisStorage
-
- RedisTriggerState - Enum in net.joelinn.quartz.jobstore
-
Joe Linn
7/15/2014
- releaseAcquiredTrigger(OperableTrigger, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Inform the JobStore that the scheduler no longer plans to
fire the given Trigger, that it had previously acquired
(reserved).
- releaseAcquiredTrigger(OperableTrigger) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Inform the JobStore that the scheduler no longer plans to
fire the given Trigger, that it had previously acquired
(reserved).
- releaseOrphanedTriggers(RedisTriggerState, RedisTriggerState, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Release triggers from the given current state to the new state if its locking scheduler has not
registered as alive in the last 10 minutes
- releaseTriggersCron(T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Release triggers currently held by schedulers which have ceased to function
- removeCalendar(String, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Remove (delete) the Calendar with the given name.
- removeCalendar(String, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
-
Remove (delete) the Calendar with the given name.
- removeCalendar(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Remove (delete) the Calendar with the
given name.
- removeCalendar(String, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Remove (delete) the Calendar with the given name.
- removeJob(JobKey, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Remove the given job from Redis
- removeJob(JobKey, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
-
Remove the given job from Redis
- removeJob(JobKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Remove (delete) the Job with the given
key, and any Trigger s that reference
it.
- removeJob(JobKey, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Remove the given job from Redis
- removeJobs(List<JobKey>) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
- removeTrigger(TriggerKey, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Remove (delete) the Trigger with the given key.
- removeTrigger(TriggerKey, boolean, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Remove (delete) the Trigger with the given key.
- removeTrigger(TriggerKey, boolean, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
-
Remove (delete) the Trigger with the given key.
- removeTrigger(TriggerKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Remove (delete) the Trigger with the
given key.
- removeTrigger(TriggerKey, boolean, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Remove (delete) the Trigger with the given key.
- removeTriggers(List<TriggerKey>) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
- replaceTrigger(TriggerKey, OperableTrigger, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Remove (delete) the Trigger with the
given key, and store the new given one - which must be associated
with the same job.
- replaceTrigger(TriggerKey, OperableTrigger) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Remove (delete) the Trigger with the
given key, and store the new given one - which must be associated
with the same job.
- resumeAll(T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Resume (un-pause) all triggers - equivalent of calling resumeTriggerGroup(group) on every group.
- resumeAll() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Resume (un-pause) all triggers - equivalent of calling resumeTriggerGroup(group)
on every group.
- resumeJob(JobKey, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Resume (un-pause) the Job with the given key.
- resumeJob(JobKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Resume (un-pause) the Job with the
given key.
- resumeJobs(GroupMatcher<JobKey>, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Resume (un-pause) all of the Jobs in the given group.
- resumeJobs(GroupMatcher<JobKey>, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
-
Resume (un-pause) all of the Jobs in the given group.
- resumeJobs(GroupMatcher<JobKey>) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Resume (un-pause) all of the Jobs in
the given group.
- resumeJobs(GroupMatcher<JobKey>, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Resume (un-pause) all of the Jobs in the given group.
- resumeTrigger(TriggerKey, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Resume (un-pause) a Trigger
- resumeTrigger(TriggerKey, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
-
Resume (un-pause) a Trigger
- resumeTrigger(TriggerKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Resume (un-pause) the Trigger with the
given key.
- resumeTrigger(TriggerKey, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Resume (un-pause) a Trigger
- resumeTriggers(GroupMatcher<TriggerKey>, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Resume (un-pause) all of the Triggers in the given group.
- resumeTriggers(GroupMatcher<TriggerKey>, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
-
Resume (un-pause) all of the Triggers in the given group.
- resumeTriggers(GroupMatcher<TriggerKey>) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Resume (un-pause) all of the Triggers
in the given group.
- resumeTriggers(GroupMatcher<TriggerKey>, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Resume (un-pause) all of the Triggers in the given group.
- retrieveCalendar(String, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Retrieve a calendar
- retrieveCalendar(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Retrieve the given Trigger.
- retrieveJob(JobKey, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Retrieve a job from redis
- retrieveJob(JobKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Retrieve the JobDetail for the given
Job.
- retrieveTrigger(TriggerKey, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Retrieve a trigger from Redis
- retrieveTrigger(TriggerKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Retrieve the given Trigger.
- schedulerInstanceId - Variable in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
- schedulerPaused() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Called by the QuartzScheduler to inform the JobStore that
the scheduler has been paused.
- schedulerResumed() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Called by the QuartzScheduler to inform the JobStore that
the scheduler has resumed after being paused.
- schedulerStarted() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Called by the QuartzScheduler to inform the JobStore that
the scheduler has started.
- setCronExpression(CronExpression) - Method in class net.joelinn.quartz.jobstore.mixin.CronTriggerMixin
-
- setCronExpression(String) - Method in class net.joelinn.quartz.jobstore.mixin.CronTriggerMixin
-
- setDatabase(int) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
- setDatabase(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
- setDurability(boolean) - Method in class net.joelinn.quartz.jobstore.mixin.JobDetailMixin
-
- setHost(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
- setInstanceId(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Inform the JobStore of the Scheduler instance's Id,
prior to initialize being invoked.
- setInstanceName(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Inform the JobStore of the Scheduler instance's name,
prior to initialize being invoked.
- setJedisCluster(JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
- setJedisPool(Pool<Jedis>) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
- setKeyDelimiter(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
- setKeyPrefix(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
- setLockTimeout(int) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
- setLockTimeout(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
- setMasterGroupName(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
- setPort(int) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
- setPort(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
- setRedisCluster(boolean) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
- setRedisSentinel(boolean) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
- setThreadPoolSize(int) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Tells the JobStore the pool size used to execute jobs
- settLastTriggerReleaseTime(long, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Set the last time at which orphaned triggers were released
- setTriggerState(RedisTriggerState, double, String, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Set a trigger state by adding the trigger to the relevant sorted set, using its next fire time as the score.
- shutdown() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Called by the QuartzScheduler to inform the JobStore that
it should free up all of it's resources because the scheduler is
shutting down.
- signaler - Variable in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
- split(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
-
Split a string on the configured delimiter
- storage - Variable in class net.joelinn.quartz.jobstore.RedisJobStore
-
- storeCalendar(String, Calendar, boolean, boolean, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Store a Calendar
- storeCalendar(String, Calendar, boolean, boolean, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
-
Store a Calendar
- storeCalendar(String, Calendar, boolean, boolean) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Store the given Calendar.
- storeCalendar(String, Calendar, boolean, boolean, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Store a Calendar
- storeJob(JobDetail, boolean, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Store a job in Redis
- storeJob(JobDetail, boolean, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
-
Store a job in Redis
- storeJob(JobDetail, boolean) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Store the given JobDetail.
- storeJob(JobDetail, boolean, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Store a job in Redis
- storeJobAndTrigger(JobDetail, OperableTrigger) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Store the given JobDetail and Trigger.
- storeJobsAndTriggers(Map<JobDetail, Set<? extends Trigger>>, boolean) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
- storeTrigger(OperableTrigger, boolean, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Store a trigger in redis
- storeTrigger(OperableTrigger, boolean, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
-
Store a trigger in redis
- storeTrigger(OperableTrigger, boolean) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Store the given Trigger.
- storeTrigger(OperableTrigger, boolean, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Store a trigger in redis
- supportsPersistence() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
- toState(String) - Static method in enum net.joelinn.quartz.jobstore.RedisTriggerState
-
- TRIGGER_CLASS - Static variable in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
- TRIGGER_LOCK_TIMEOUT - Variable in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
- TRIGGER_NEXT_FIRE_TIME - Static variable in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
The name of the trigger hash property which stores the trigger's next fire time
- triggeredJobComplete(OperableTrigger, JobDetail, Trigger.CompletedExecutionInstruction, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Inform the JobStore that the scheduler has completed the
firing of the given Trigger (and the execution of its
associated Job completed, threw an exception, or was vetoed),
and that the JobDataMap
in the given JobDetail should be updated if the Job
is stateful.
- triggeredJobComplete(OperableTrigger, JobDetail, Trigger.CompletedExecutionInstruction, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
-
Inform the JobStore that the scheduler has completed the
firing of the given Trigger (and the execution of its
associated Job completed, threw an exception, or was vetoed),
and that the JobDataMap
in the given JobDetail should be updated if the Job
is stateful.
- triggeredJobComplete(OperableTrigger, JobDetail, Trigger.CompletedExecutionInstruction) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Inform the JobStore that the scheduler has completed the
firing of the given Trigger (and the execution of its
associated Job completed, threw an exception, or was vetoed),
and that the JobDataMap
in the given JobDetail should be updated if the Job
is stateful.
- triggeredJobComplete(OperableTrigger, JobDetail, Trigger.CompletedExecutionInstruction, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Inform the JobStore that the scheduler has completed the
firing of the given Trigger (and the execution of its
associated Job completed, threw an exception, or was vetoed),
and that the JobDataMap
in the given JobDetail should be updated if the Job
is stateful.
- triggerGroup(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
-
- triggerGroupSetKey(TriggerKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
-
- triggerGroupsSet() - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
-
- triggerHashKey(TriggerKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
-
- triggerKey(String) - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
-
- triggerLockKey(TriggerKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
-
- TriggerMixin - Class in net.joelinn.quartz.jobstore.mixin
-
Joe Linn
7/15/2014
- TriggerMixin() - Constructor for class net.joelinn.quartz.jobstore.mixin.TriggerMixin
-
- triggersFired(List<OperableTrigger>, T) - Method in class net.joelinn.quartz.jobstore.AbstractRedisStorage
-
Inform the JobStore that the scheduler is now firing the
given Trigger (executing its associated Job),
that it had previously acquired (reserved).
- triggersFired(List<OperableTrigger>, JedisCluster) - Method in class net.joelinn.quartz.jobstore.RedisClusterStorage
-
Inform the JobStore that the scheduler is now firing the
given Trigger (executing its associated Job),
that it had previously acquired (reserved).
- triggersFired(List<OperableTrigger>) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Inform the JobStore that the scheduler is now firing the
given Trigger (executing its associated Job),
that it had previously acquired (reserved).
- triggersFired(List<OperableTrigger>, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Inform the JobStore that the scheduler is now firing the
given Trigger (executing its associated Job),
that it had previously acquired (reserved).
- triggersSet() - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
-
- triggerStateKey(RedisTriggerState) - Method in class net.joelinn.quartz.jobstore.RedisJobStoreSchema
-