- getCalendarNames() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Get the names of all of the Calendar s
in the JobStore.
- getCalendarNames(Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
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() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Get the names of all of the Job
groups.
- getJobGroupNames(Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Get the names of all of the Job groups.
- getJobKey() - Method in class net.joelinn.quartz.jobstore.mixin.TriggerMixin
-
- 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(Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Retrieve the last time (in milliseconds) that orphaned triggers were released
- getNumberOfCalendars() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Get the number of Calendar s that are
stored in the JobsStore.
- getNumberOfCalendars(Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Get the number of stored calendars
- getNumberOfJobs() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Get the number of Job s that are
stored in the JobsStore.
- getNumberOfJobs(Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Get the number of stored jobs
- getNumberOfTriggers() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Get the number of Trigger s that are
stored in the JobsStore.
- getNumberOfTriggers(Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Get the number of stored triggers
- getPausedTriggerGroups() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
- getPausedTriggerGroups(Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Retrieve all currently paused trigger groups
- getScheduleBuilder() - Method in class net.joelinn.quartz.jobstore.mixin.TriggerMixin
-
- getStringDataMap(JobDataMap) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Convert a
JobDataMap to a
HashMap with String keys and values
- getTriggerBuilder() - Method in class net.joelinn.quartz.jobstore.mixin.TriggerMixin
-
- getTriggerGroupNames() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Get the names of all of the Trigger
groups.
- getTriggerGroupNames(Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Get the names of all of the Trigger groups.
- 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) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Get all of the Triggers that are associated to the given Job.
- getTriggersForJob(JobKey, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Retrieve triggers associated with the given job
- 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
-
- randomInt(int, int) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Get a random integer within the specified bounds
- 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.RedisStorage
-
- RedisStorage - Class in net.joelinn.quartz.jobstore
-
Joe Linn
7/16/2014
- 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) - 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).
- releaseAcquiredTrigger(OperableTrigger, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Inform the JobStore that the scheduler no longer plans to
fire the given Trigger, that it had previously acquired
(reserved).
- releaseOrphanedTriggers(RedisTriggerState, RedisTriggerState, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
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(Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Release triggers currently held by schedulers which have ceased to function
- 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) - 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) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Remove (delete) the Trigger with the
given key.
- removeTrigger(TriggerKey, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
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) - 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.
- replaceTrigger(TriggerKey, OperableTrigger, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Remove (delete) the Trigger with the
given key, and store the new given one - which must be associated
with the same job.
- resumeAll() - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Resume (un-pause) all triggers - equivalent of calling resumeTriggerGroup(group)
on every group.
- resumeAll(Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Resume (un-pause) all triggers - equivalent of calling resumeTriggerGroup(group) on every group.
- resumeJob(JobKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Resume (un-pause) the Job with the
given key.
- resumeJob(JobKey, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Resume (un-pause) the Job with the given key.
- 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) - 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>) - 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) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Retrieve the given Trigger.
- retrieveCalendar(String, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Retrieve a calendar
- retrieveJob(JobKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Retrieve the JobDetail for the given
Job.
- retrieveJob(JobKey, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Retrieve a job from redis
- retrieveTrigger(TriggerKey) - Method in class net.joelinn.quartz.jobstore.RedisJobStore
-
Retrieve the given Trigger.
- retrieveTrigger(TriggerKey, Jedis) - Method in class net.joelinn.quartz.jobstore.RedisStorage
-
Retrieve a trigger from Redis